summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2018-12-19make sem_wait and sem_timedwait interruptible by signalsRich Felker-1/+1
2018-12-18don't fail pthread_sigmask/sigprocmask on invalid how when set is nullRich Felker-1/+1
2018-12-18add __timedwait backend workaround for old kernels where futex EINTRsRich Felker-0/+15
2018-12-11on failed aio submission, set aiocb error and return valueRich Felker-2/+4
2018-12-11don't create aio queue/map structures for invalid file descriptorsRich Felker-4/+8
2018-12-11move aio queue allocation from io thread to submitting threadRich Felker-16/+21
2018-12-09fix and future-proof against stack overflow in aio io threadsRich Felker-1/+12
2018-12-09add namespace-safe version of getauxval for internal useRich Felker-1/+13
2018-12-09add NT_VMCOREDD to elf.h from linux v4.18Szabolcs Nagy-0/+1
2018-12-09add AT_MINSIGSTKSZ to elf.h from linux v4.18Szabolcs Nagy-0/+1
2018-12-09add io_pgetevents and rseq syscall numbers from linux v4.18Szabolcs Nagy-0/+23
2018-12-09add TRAP_UNK si_code to signal.h from linux v4.18Szabolcs Nagy-0/+1
2018-12-09add SIGSYS support to sys/signalfd.h from linux v4.18Szabolcs Nagy-1/+5
2018-12-09add AF_XDP to sys/socket.h from linux v4.18Szabolcs Nagy-1/+4
2018-12-09update netinet/udp.h for linux v4.18Szabolcs Nagy-0/+3
2018-12-09update netinet/tcp.h for linux v4.18Szabolcs Nagy-0/+18
2018-12-09fix wordexp not to read past end of string ending with lone backslashRich Felker-1/+1
2018-12-02fix memccpy to not access buffer past given sizeQuentin Rameau-1/+1