summaryrefslogtreecommitdiff
path: root/sysdeps/pthread/Makefile
AgeCommit message (Expand)Author
2025-11-22htl: move c11 symbols into libc.gfleury
2025-11-21htl: Move pthread_atfork compatibility symbol to libcSamuel Thibault
2025-11-18Remove support for lock elision.Stefan Liebler
2025-07-24Disable SFrame support by defaultAdhemerval Zanella
2025-05-09hurd: Fix tst-stack2 test build on HurdAdhemerval Zanella
2025-04-28nptl: Fix pthread_getattr_np when modules with execstack are allowed (BZ 32897)Adhemerval Zanella
2025-03-13nptl: Check if thread is already terminated in sigcancel_handler (BZ 32782)Adhemerval Zanella
2025-03-12Makefile: Clean up pthread_atfork integrationFlorian Weimer
2025-01-28Add new tests for fopenMartin Coufal
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-11-29Add threaded test of sem_trywaitJoseph Myers
2024-11-29nptl: Add new test for pthread_spin_trylockSergey Kolosov
2024-11-08Rename new tst-sem17 test to tst-sem18Joseph Myers
2024-11-08Avoid uninitialized result in sem_open when file does not existJoseph Myers
2024-10-23Add more tests of pthread_mutexattr_gettype and pthread_mutexattr_settypeJoseph Myers
2024-10-21Check time arguments to pthread_timedjoin_np and pthread_clockjoin_npJoseph Myers
2024-05-06Add crt1-2.0.o for glibc 2.0 compatibility testsH.J. Lu
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-07-05Exclude routines from fortificationFrédéric Bérat
2023-06-19tests: replace read by xreadFrédéric Bérat
2023-05-10nptl: Reformat Makefile.Carlos O'Donell
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-06-08nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)Adhemerval Zanella
2022-05-25Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar
2022-04-14nptl: Handle spurious EINTR when thread cancellation is disabled (BZ#29029)Adhemerval Zanella
2022-03-07pthread: Do not overwrite tests-time64Adhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-24nptl: Do not set signal mask on second setjmp return [BZ #28607]Florian Weimer
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy
2021-10-01nptl: pthread_kill must send signals to a specific thread [BZ #28407]Florian Weimer
2021-09-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer
2021-09-13nptl: Fix race between pthread_kill and thread exit (bug 12889)Florian Weimer
2021-09-13nptl: pthread_kill, pthread_cancel should not fail after exit (bug 19193)Florian Weimer
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-06-28Linux: Cleanups after librt moveFlorian Weimer
2021-06-24Consolidate pthread_atforkAdhemerval Zanella
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-03dlfcn: Cleanups after -ldl is no longer requiredFlorian Weimer
2021-05-21nptl: Move pthread_create, thrd_create into libcFlorian Weimer
2021-05-11nptl: Move thread join functions into libcFlorian Weimer
2021-05-11nptl: Move pthread_detach, thrd_detach into libcFlorian Weimer
2021-05-03nptl: Move tss_set into libcFlorian Weimer
2021-05-03nptl: Move tss_get into libcFlorian Weimer
2021-05-03nptl: Move tss_delete into libcFlorian Weimer
2021-05-03nptl: Move tss_create into libcFlorian Weimer
2021-05-03nptl: Move thrd_exit into libcFlorian Weimer
2021-05-03nptl: Move mtx_unlock into libcFlorian Weimer
2021-05-03nptl: Move mtx_trylock into libcFlorian Weimer
2021-05-03nptl: Move mtx_timedlock into libcFlorian Weimer
2021-05-03nptl: Move mtx_lock into libcFlorian Weimer