summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2020-10-24lift sigaction abort locking to fix posix_spawn child deadlockRich Felker-13/+16
2020-10-18update crypt_blowfish to support $2b$ prefixJulien Ramseier-15/+23
2020-10-14remove unused weak definition of __tl_sync in membarrier.cRich Felker-5/+0
2020-10-14move aio implementation details to a proper internal headerRich Felker-4/+14
2020-10-14remove long-unused struct __timer from pthread_impl.hRich Felker-5/+0
2020-10-14drop use of pthread_once in timer_createRich Felker-10/+7
2020-10-14remove unused SIGTIMER handler in timer_createRich Felker-6/+1
2020-10-14remove incorrect fflush from assert failure handlerRich Felker-1/+0
2020-10-14fix getgrouplist when nscd reports an empty listRich Felker-1/+2
2020-10-14fix posix_spawn interaction with fork and abort by taking lockRich Felker-3/+13
2020-10-14fix unintended observability of SIGABRT disposition reset via sigactionRich Felker-9/+8
2020-10-14implement _Fork and refactor fork using itRich Felker-9/+16
2020-10-14rename fork source fileRich Felker-0/+0
2020-10-14ldso: use pthread_t rather than kernel tid to track ctor visitorRich Felker-3/+3
2020-10-14fix stale lock when allocation of ctor queue fails during dlopenRich Felker-1/+2
2020-10-14drop use of pthread_once in mutexattr kernel support testsRich Felker-21/+18
2020-10-14fix missing synchronization of fork with abortRich Felker-0/+3
2020-10-14move __abort_lock to its own file and drop pointless weak_alias trickRich Felker-8/+5
2020-09-28fix fork of processes with active async io contextsRich Felker-0/+19