summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2019-02-20fix spurious undefined behavior in getaddrinfoRich Felker-3/+2
2019-02-20fix invalid free of partial addrinfo list with multiple servicesRich Felker-1/+1
2019-02-18install dynamic tls synchronously at dlopen, streamline accessRich Felker-160/+86
2019-02-17fix data race between new pthread_key_delete and dtor executionRich Felker-2/+4
2019-02-16introduce namespace-safe rwlock aliases; use in pthread_key_createRich Felker-20/+41
2019-02-16rewrite pthread_key_delete to use global thread listRich Felker-75/+19
2019-02-16rewrite __synccall in terms of global thread listRich Felker-124/+59
2019-02-15track all live threads in an AS-safe, fully-consistent linked listRich Felker-43/+94
2019-02-15always block signals for starting new threads, refactor start argsRich Felker-68/+56
2019-02-15for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfoRich Felker-21/+16
2019-02-15defer free of thread-local dlerror buffers from inconsistent contextRich Felker-2/+20
2019-02-13fix behavior of gets when input line contains a null byteRich Felker-3/+8
2019-02-12redesign robust mutex states to eliminate data races on type fieldRich Felker-12/+23
2019-02-07fail fdopendir for O_PATH file descriptorsRich Felker-0/+4
2019-02-07update line discipline constantsBobby Bingham-0/+12
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham-682/+98
2019-02-07locale: ensure dcngettext() preserves errnoA. Wilcox-0/+3