aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/pthread
AgeCommit message (Expand)Author
2022-09-07Do not define static_assert or thread_local in headers for C2xJoseph 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-02-16pthread: Use 64 bit time_t stat internally for sem_open (BZ #28880)Adhemerval Zanella
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-12-10nptl: Add one more barrier to nptl/tst-create1Florian Weimer
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-10-01nptl: Add CLOCK_MONOTONIC support for PI mutexesAdhemerval Zanella
2021-09-28pthread/tst-cancel28: Fix barrier re-init race conditionStafford Horne
2021-09-23nptl: Avoid setxid deadlock with blocked signals in thread exit [BZ #28361]Florian Weimer
2021-09-20nptl: pthread_kill needs to return ESRCH for old programs (bug 19193)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-09-03Remove "Contributed by" linesSiddhesh Poyarekar
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-22rt: Move generic implementation from sysdeps/pthread to rtFlorian Weimer
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval 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-10linux: Move funlockfile/_IO_funlockfile into libcAdhemerval Zanella
2021-05-10linux: Move ftrylockfile/_IO_ftrylockfile into libcAdhemerval Zanella
2021-05-10linux: Move flockfile/_IO_flockfile into libcAdhemerval Zanella
2021-05-05nptl: Move sem_unlink into libcFlorian Weimer
2021-05-05nptl: Move sem_close, sem_open 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
2021-05-03nptl: Move mtx_init into libcFlorian Weimer
2021-05-03nptl: Move mtx_destroy into libcFlorian Weimer
2021-05-03nptl: Move cnd_wait into libcFlorian Weimer
2021-05-03nptl: Move cnd_timedwait into libcFlorian Weimer
2021-05-03nptl: Move cnd_signal into libcFlorian Weimer
2021-05-03nptl: Move cnd_init into libcFlorian Weimer
2021-05-03nptl: Move cnd_destroy into libcFlorian Weimer
2021-05-03nptl: Move cnd_broadcast into libcFlorian Weimer