Age | Commit message (Expand) | Author | Files | Lines |
2019-02-17 | fix data race between new pthread_key_delete and dtor execution | Rich Felker | 1 | -2/+4 |
2019-02-16 | introduce namespace-safe rwlock aliases; use in pthread_key_create | Rich Felker | 9 | -20/+41 |
2019-02-16 | rewrite pthread_key_delete to use global thread list | Rich Felker | 2 | -75/+19 |
2019-02-16 | rewrite __synccall in terms of global thread list | Rich Felker | 3 | -124/+59 |
2019-02-15 | track all live threads in an AS-safe, fully-consistent linked list | Rich Felker | 7 | -43/+94 |
2019-02-15 | always block signals for starting new threads, refactor start args | Rich Felker | 4 | -68/+56 |
2019-02-15 | for SIGEV_THREAD timer threads, replace signal handler with sigwaitinfo | Rich Felker | 2 | -21/+16 |
2019-02-15 | defer free of thread-local dlerror buffers from inconsistent context | Rich Felker | 1 | -2/+20 |
2019-02-13 | fix behavior of gets when input line contains a null byte | Rich Felker | 1 | -3/+8 |
2019-02-12 | redesign robust mutex states to eliminate data races on type field | Rich Felker | 4 | -12/+23 |
2019-02-07 | fail fdopendir for O_PATH file descriptors | Rich Felker | 1 | -0/+4 |
2019-02-07 | update line discipline constants | Bobby Bingham | 1 | -0/+12 |
2019-02-07 | move arch-invariant definitions out of bits/ioctl.h | Bobby Bingham | 8 | -682/+98 |
2019-02-07 | locale: ensure dcngettext() preserves errno | A. Wilcox | 1 | -0/+3 |
2019-01-21 | release 1.1.21v1.1.21 | Rich Felker | 2 | -1/+53 |
2019-01-21 | fix call to __pthread_tsd_run_dtors with too many arguments | Rich Felker | 1 | -1/+1 |
2019-01-19 | configure: accept ppc[64] as alias for powerpc[64] in gcc tuples | Rich Felker | 1 | -2/+2 |
2019-01-16 | fix unintended linking dependency of pthread_key_create on __synccall | Rich Felker | 1 | -0/+6 |
2018-12-28 | halt getspnam[_r] search on error accessing TCB shadow | Rich Felker | 1 | -0/+2 |
2018-12-28 | don't set errno or return an error when getspnam[_r] finds no entry | Rich Felker | 2 | -3/+9 |
2018-12-19 | make sem_wait and sem_timedwait interruptible by signals | Rich Felker | 1 | -1/+1 |
2018-12-18 | don't fail pthread_sigmask/sigprocmask on invalid how when set is null | Rich Felker | 1 | -1/+1 |
2018-12-18 | add __timedwait backend workaround for old kernels where futex EINTRs | Rich Felker | 3 | -0/+15 |
2018-12-11 | on failed aio submission, set aiocb error and return value | Rich Felker | 1 | -2/+4 |
2018-12-11 | don't create aio queue/map structures for invalid file descriptors | Rich Felker | 1 | -4/+8 |
2018-12-11 | move aio queue allocation from io thread to submitting thread | Rich Felker | 1 | -16/+21 |
2018-12-09 | fix and future-proof against stack overflow in aio io threads | Rich Felker | 1 | -1/+12 |
2018-12-09 | add namespace-safe version of getauxval for internal use | Rich Felker | 2 | -1/+13 |
2018-12-09 | add NT_VMCOREDD to elf.h from linux v4.18 | Szabolcs Nagy | 1 | -0/+1 |
2018-12-09 | add AT_MINSIGSTKSZ to elf.h from linux v4.18 | Szabolcs Nagy | 1 | -0/+1 |
2018-12-09 | add io_pgetevents and rseq syscall numbers from linux v4.18 | Szabolcs Nagy | 13 | -0/+23 |
2018-12-09 | add TRAP_UNK si_code to signal.h from linux v4.18 | Szabolcs Nagy | 1 | -0/+1 |
2018-12-09 | add SIGSYS support to sys/signalfd.h from linux v4.18 | Szabolcs Nagy | 1 | -1/+5 |
2018-12-09 | add AF_XDP to sys/socket.h from linux v4.18 | Szabolcs Nagy | 1 | -1/+4 |
2018-12-09 | update netinet/udp.h for linux v4.18 | Szabolcs Nagy | 1 | -0/+3 |
2018-12-09 | update netinet/tcp.h for linux v4.18 | Szabolcs Nagy | 1 | -0/+18 |
2018-12-09 | fix wordexp not to read past end of string ending with lone backslash | Rich Felker | 1 | -1/+1 |
2018-12-02 | fix memccpy to not access buffer past given size | Quentin Rameau | 1 | -1/+1 |
2018-11-19 | fix regression in access to optopt object | Rich Felker | 1 | -0/+1 |
2018-11-08 | optimize two-way strstr and memmem bad character shift | Rich Felker | 2 | -2/+2 |
2018-11-02 | fix regression in setlocale for LC_ALL with per-category setting | Rich Felker | 1 | -1/+1 |
2018-11-02 | fix failure to flush stderr when fflush(0) is called | Rich Felker | 1 | -1/+4 |
2018-11-02 | fix deadlock and buffered data loss race in fclose | Rich Felker | 1 | -13/+19 |
2018-11-02 | __libc_start_main: slightly simplify stage2 pointer setup | Alexander Monakov | 1 | -3/+4 |
2018-11-02 | remove commented-out debug printf from strstr | Rich Felker | 1 | -1/+0 |
2018-11-02 | fix spuriously slow check in twoway strstr/memmem cores | Rich Felker | 2 | -2/+2 |
2018-10-22 | don't omit setting errno in internal __map_file function | Rich Felker | 1 | -2/+2 |
2018-10-22 | make the default locale (& a variant) failure-free cases for newlocale | Rich Felker | 1 | -1/+20 |
2018-10-22 | simplify newlocale and allow failure for explicit locale names | Rich Felker | 1 | -23/+14 |
2018-10-20 | remove volatile qualification from category pointers in __locale_struct | Rich Felker | 1 | -1/+1 |