about summary refs log tree commit diff
path: root/sysdeps/pthread/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu2024-05-061-0/+4
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Exclude routines from fortificationFrédéric Bérat2023-07-051-0/+4
* tests: replace read by xreadFrédéric Bérat2023-06-191-1/+1
* nptl: Reformat Makefile.Carlos O'Donell2023-05-101-113/+320
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella2022-06-081-0/+1
* Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar2022-05-251-4/+34
* nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella2022-04-141-0/+1
* pthread: Do not overwrite tests-time64Adhemerval Zanella2022-03-071-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* 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