about summary refs log tree commit diff
path: root/sysdeps/pthread
Commit message (Expand)AuthorAgeFilesLines
* 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
* nptl: Move sem_unlink into libcFlorian Weimer2021-05-051-2/+15
* nptl: Move sem_close, sem_open into libcFlorian Weimer2021-05-053-19/+41
* nptl: Move tss_set into libcFlorian Weimer2021-05-032-3/+12
* nptl: Move tss_get into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move tss_delete into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move tss_create into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move thrd_exit into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move mtx_unlock into libcFlorian Weimer2021-05-032-2/+11
* nptl: Move mtx_trylock into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move mtx_timedlock into libcFlorian Weimer2021-05-031-1/+1
* nptl: Move mtx_lock into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move mtx_init into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move mtx_destroy into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move cnd_wait into libcFlorian Weimer2021-05-032-2/+11
* nptl: Move cnd_timedwait into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move cnd_signal into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move cnd_init into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move cnd_destroy into libcFlorian Weimer2021-05-032-2/+12
* nptl: Move cnd_broadcast into libcFlorian Weimer2021-05-032-2/+11
* nptl: Move call_once into libcFlorian Weimer2021-05-032-3/+11