summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-02fix unsafety of new ldso dep tracking in presence of malloc replacementRich Felker
2019-02-27fix and overhaul dlsym depedency order, always record direct depsRich Felker
2019-02-27fix crash/misbehavior from oob read in new dynamic tls installationRich Felker
2019-02-25fix crash in new dynamic tls installation when last dep lacks tlsRich Felker
2019-02-22add membarrier syscall wrapper, refactor dynamic tls install to use itRich Felker
2019-02-22make thread list lock a recursive lockRich Felker
2019-02-22fix loop logic cruft in dynamic tls installationRich Felker
2019-02-20fix spurious undefined behavior in getaddrinfoRich Felker
2019-02-20fix invalid free of partial addrinfo list with multiple servicesRich Felker
2019-02-18install dynamic tls synchronously at dlopen, streamline accessRich Felker
2019-02-17fix data race between new pthread_key_delete and dtor executionRich Felker
2019-02-16introduce namespace-safe rwlock aliases; use in pthread_key_createRich Felker
2019-02-16rewrite pthread_key_delete to use global thread listRich Felker
2019-02-16rewrite __synccall in terms of global thread listRich Felker
2019-02-15track all live threads in an AS-safe, fully-consistent linked listRich Felker
2019-02-15always block signals for starting new threads, refactor start argsRich Felker
2019-02-15for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfoRich Felker
2019-02-15defer free of thread-local dlerror buffers from inconsistent contextRich Felker
2019-02-13fix behavior of gets when input line contains a null byteRich Felker
2019-02-12redesign robust mutex states to eliminate data races on type fieldRich Felker
2019-02-07fail fdopendir for O_PATH file descriptorsRich Felker
2019-02-07update line discipline constantsBobby Bingham
2019-02-07move arch-invariant definitions out of bits/ioctl.hBobby Bingham
2019-02-07locale: ensure dcngettext() preserves errnoA. Wilcox
2019-01-21release 1.1.21v1.1.21Rich Felker
2019-01-21fix call to __pthread_tsd_run_dtors with too many argumentsRich Felker
2019-01-19configure: accept ppc[64] as alias for powerpc[64] in gcc tuplesRich Felker
2019-01-16fix unintended linking dependency of pthread_key_create on __synccallRich Felker
2018-12-28halt getspnam[_r] search on error accessing TCB shadowRich Felker
2018-12-28don't set errno or return an error when getspnam[_r] finds no entryRich Felker
2018-12-19make sem_wait and sem_timedwait interruptible by signalsRich Felker
2018-12-18don't fail pthread_sigmask/sigprocmask on invalid how when set is nullRich Felker
2018-12-18add __timedwait backend workaround for old kernels where futex EINTRsRich Felker
2018-12-11on failed aio submission, set aiocb error and return valueRich Felker
2018-12-11don't create aio queue/map structures for invalid file descriptorsRich Felker
2018-12-11move aio queue allocation from io thread to submitting threadRich Felker
2018-12-09fix and future-proof against stack overflow in aio io threadsRich Felker
2018-12-09add namespace-safe version of getauxval for internal useRich Felker
2018-12-09add NT_VMCOREDD to elf.h from linux v4.18Szabolcs Nagy
2018-12-09add AT_MINSIGSTKSZ to elf.h from linux v4.18Szabolcs Nagy
2018-12-09add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy
2018-12-09add TRAP_UNK si_code to signal.h from linux v4.18Szabolcs Nagy
2018-12-09add SIGSYS support to sys/signalfd.h from linux v4.18Szabolcs Nagy
2018-12-09add AF_XDP to sys/socket.h from linux v4.18Szabolcs Nagy
2018-12-09update netinet/udp.h for linux v4.18Szabolcs Nagy
2018-12-09update netinet/tcp.h for linux v4.18Szabolcs Nagy
2018-12-09fix wordexp not to read past end of string ending with lone backslashRich Felker
2018-12-02fix memccpy to not access buffer past given sizeQuentin Rameau
2018-11-19fix regression in access to optopt objectRich Felker
2018-11-08optimize two-way strstr and memmem bad character shiftRich Felker