aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread/Makefile
AgeCommit message (Expand)AuthorFilesLines
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-06-08nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella1-0/+1
2022-05-25Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar1-4/+34
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella1-0/+1
2022-03-07pthread: Do not overwrite tests-time64Adhemerval Zanella1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-11-24nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer1-0/+1
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy1-2/+8
2021-10-01nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer1-0/+1
2021-09-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer1-0/+1
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer1-0/+2
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer1-1/+4
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-1/+2
2021-06-28Linux: Cleanups after librt moveFlorian Weimer1-11/+3
2021-06-24Consolidate pthread_atforkAdhemerval Zanella1-1/+3
2021-06-15y2038: Add test coverageAdhemerval Zanella1-0/+10
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer1-3/+3
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer1-2/+1
2021-05-11nptl: Move thread join functions into libcFlorian Weimer1-1/+2
2021-05-11nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move tss_set into libcFlorian Weimer1-2/+2
2021-05-03nptl: Move tss_get into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move tss_delete into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move tss_create into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move thrd_exit into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move mtx_unlock into libcFlorian Weimer1-1/+1
2021-05-03nptl: Move mtx_trylock into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move mtx_timedlock into libcFlorian Weimer1-1/+1
2021-05-03nptl: Move mtx_lock into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move mtx_init into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move mtx_destroy into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_wait into libcFlorian Weimer1-1/+1
2021-05-03nptl: Move cnd_timedwait into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_signal into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_init into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_destroy into libcFlorian Weimer1-1/+2
2021-05-03nptl: Move cnd_broadcast into libcFlorian Weimer1-1/+1
2021-05-03nptl: Move call_once into libcFlorian Weimer1-2/+1
2021-05-03Add pthread-in-libc, libpthread-routines-var, librt-routines-varFlorian Weimer1-0/+3
2021-04-21nptl: Move pthread_exit into libcFlorian Weimer1-1/+1
2021-03-04[PATCH] pthread_once hangs when init routine throws an exception [BZ #18435]Jakub Jelinek1-1/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-11-25nptl: Return EINVAL for invalid clock for pthread_clockjoin_npAdhemerval Zanella1-1/+1
2020-08-06htl: Enable tst-cancelx?[45]Samuel Thibault1-1/+12
2020-06-29htl: Enable cancel*16 an cancel*20 testsSamuel Thibault1-4/+7
2020-06-24htl: Make sem_*wait cancellations pointsSamuel Thibault1-4/+5
2020-06-24htl: Enable tst-cancel25 testSamuel Thibault1-1/+1
2020-06-14htl: Enable more cancellation testsSamuel Thibault1-3/+5
2020-06-10htl: Enable more cancel testsSamuel Thibault1-6/+11
2020-06-08pthread: Move back linking rules to nptl and htlSamuel Thibault1-18/+0