about summary refs log tree commit diff
path: root/sysdeps/pthread/Makefile
Commit message (Expand)AuthorAgeFilesLines
* nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer2021-11-241-0/+1
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-041-2/+8
* nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer2021-10-011-0/+1
* nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer2021-09-231-0/+1
* nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer2021-09-131-0/+2
* nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer2021-09-131-1/+4
* 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-241-1/+3
* y2038: Add test coverageAdhemerval Zanella2021-06-151-0/+10
* dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer2021-06-031-3/+3
* nptl: Move pthread_create, thrd_create into libcFlorian Weimer2021-05-211-2/+1
* nptl: Move thread join functions into libcFlorian Weimer2021-05-111-1/+2
* nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer2021-05-111-1/+2
* nptl: Move tss_set into libcFlorian Weimer2021-05-031-2/+2
* nptl: Move tss_get into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move tss_delete into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move tss_create into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move thrd_exit into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move mtx_unlock into libcFlorian Weimer2021-05-031-1/+1
* nptl: Move mtx_trylock into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move mtx_timedlock into libcFlorian Weimer2021-05-031-1/+1
* nptl: Move mtx_lock into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move mtx_init into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move mtx_destroy into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move cnd_wait into libcFlorian Weimer2021-05-031-1/+1
* nptl: Move cnd_timedwait into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move cnd_signal into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move cnd_init into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move cnd_destroy into libcFlorian Weimer2021-05-031-1/+2
* nptl: Move cnd_broadcast into libcFlorian Weimer2021-05-031-1/+1
* nptl: Move call_once into libcFlorian Weimer2021-05-031-2/+1
* Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer2021-05-031-0/+3
* nptl: Move pthread_exit into libcFlorian Weimer2021-04-211-1/+1
* [PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek2021-03-041-1/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella2020-11-251-1/+1
* htl: Enable tst-cancelx?[45]Samuel Thibault2020-08-061-1/+12
* htl: Enable cancel*16 an cancel*20 testsSamuel Thibault2020-06-291-4/+7
* htl: Make sem_*wait cancellations pointsSamuel Thibault2020-06-241-4/+5
* htl: Enable tst-cancel25 testSamuel Thibault2020-06-241-1/+1
* htl: Enable more cancellation testsSamuel Thibault2020-06-141-3/+5
* htl: Enable more cancel testsSamuel Thibault2020-06-101-6/+11
* pthread: Move back linking rules to nptl and htlSamuel Thibault2020-06-081-18/+0
* htl: Enable more testsSamuel Thibault2020-06-071-0/+41
* htl: Enable but XFAIL tst-flock2, tst-signal1, tst-signal2Samuel Thibault2020-06-071-1/+2
* htl: Enable more testsSamuel Thibault2020-06-071-2/+118
* htl: Add sem_clockwait supportSamuel Thibault2020-06-071-1/+1
* htl: Make pthread_cond_destroy wait for threads to be wokenSamuel Thibault2020-06-011-1/+1
* htl: Enable more cond testsSamuel Thibault2020-06-011-2/+2