about summary refs log tree commit diff
path: root/sysdeps/pthread
Commit message (Expand)AuthorAgeFilesLines
* Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu11 days1-0/+4
* nptl: Fix tst-cancel30 on kernels without ppoll_time64 supportFlorian Weimer2024-04-231-4/+11
* Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella2024-04-022-5/+5
* signal: Avoid system signal disposition to interfere with testsAdhemerval Zanella2024-03-271-0/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-01256-256/+256
* sysdeps: sem_open: Clear O_CREAT when semaphore file is expected to exist [BZ...Sergio Durigan Junior2023-11-031-6/+4
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+4
* tests: replace read by xreadFrédéric Bérat2023-06-195-7/+9
* tests: replace fgets by xfgetsFrederic Berat2023-06-131-1/+2
* pthreads: Use _exit to terminate the tst-stdio1 testFlorian Weimer2023-06-061-1/+1
* tests: fix warn unused resultsFrédéric Bérat2023-06-012-3/+9
* tests: replace write by xwriteFrédéric Bérat2023-06-017-11/+19
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-3012-15/+15
* sysdeps/pthread/eintr.c: fix warn unused resultFrédéric Bérat2023-05-241-2/+4
* nptl: Reformat Makefile.Carlos O'Donell2023-05-102-113/+320
* Use O_CLOEXEC in more places (BZ #15722)Sergey Bugaev2023-04-221-3/+6
* nptl: Fix tst-cancel30 on sparc64Adhemerval Zanella2023-04-031-3/+1
* rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang2023-03-081-2/+3
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06256-256/+256
* Do not define static_assert or thread_local in headers for C2xJoseph Myers2022-09-071-1/+3
* nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella2022-06-082-0/+83
* Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar2022-05-255-4/+372
* nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2022-04-142-0/+208
* pthread: Do not overwrite tests-time64Adhemerval Zanella2022-03-071-1/+1
* pthread: Use 64 bit time_t stat internally for sem_open (BZ #28880)Adhemerval Zanella2022-02-161-4/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01250-250/+250
* nptl: Add one more barrier to nptl/tst-create1Florian Weimer2021-12-101-0/+4
* nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2021-11-242-0/+46
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-043-2/+168
* nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer2021-10-012-0/+93
* nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella2021-10-012-15/+28
* pthread/tst-cancel28: Fix barrier re-init race conditionStafford Horne2021-09-281-1/+0
* nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer2021-09-232-0/+62
* nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)Florian Weimer2021-09-201-2/+19
* nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer2021-09-133-0/+212
* nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer2021-09-134-90/+95
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03154-154/+0
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-1/+2
* Linux: Cleanups after librt moveFlorian Weimer2021-06-281-11/+3
* Consolidate pthread_atforkAdhemerval Zanella2021-06-243-1/+89
* rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer2021-06-2220-2968/+0
* y2038: Add test coverageAdhemerval Zanella2021-06-159-0/+18
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-152-0/+58
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-3/+3
* nptl: Move pthread_create, thrd_create into libcFlorian Weimer2021-05-212-3/+11
* nptl: Move thread join functions into libcFlorian Weimer2021-05-112-2/+12
* nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer2021-05-112-2/+12
* linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella2021-05-101-30/+0
* linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella2021-05-101-31/+0
* linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella2021-05-101-31/+0