Age | Commit message (Expand) | Author | Files | Lines |
2020-11-19 | pthread_exit: don't __vm_wait under thread list lock | Rich Felker | 1 | -9/+15 |
2020-11-11 | lift child restrictions after multi-threaded fork | Rich Felker | 17 | -4/+170 |
2020-11-11 | convert malloc use under libc-internal locks to use internal allocator | Rich Felker | 8 | -0/+41 |
2020-11-11 | give libc access to its own malloc even if public malloc is interposed | Rich Felker | 7 | -1/+43 |
2020-11-11 | drop use of getdelim/stdio in dynamic linker | Rich Felker | 1 | -5/+22 |
2020-11-11 | dlerror: don't gratuitously hold freebuf_queue lock while freeing | Rich Felker | 1 | -5/+8 |
2020-11-11 | fix vector types in aarch64 register file structures | Rich Felker | 2 | -3/+3 |
2020-10-30 | fix erroneous pthread_cond_wait mutex waiter count logic due to typo | Rich Felker | 1 | -1/+1 |
2020-10-30 | fix missing-wake regression in pthread_cond_wait | Rich Felker | 1 | -0/+5 |
2020-10-28 | add support for SIGEV_THREAD_ID timers | James Y Knight | 2 | -5/+19 |
2020-10-28 | fix sem_close unmapping of still-referenced semaphore | Rich Felker | 1 | -3/+5 |
2020-10-27 | refactor setxid return path to use __syscall_ret | Rich Felker | 1 | -14/+9 |
2020-10-27 | ldso: notify the debugger when we're doing a dlopen | rcombs | 1 | -2/+6 |
2020-10-27 | fix setgroups behavior in multithreaded process | Rich Felker | 1 | -1/+29 |
2020-10-27 | avoid __synccall for setrlimit on kernels with prlimit syscall | Rich Felker | 1 | -20/+17 |
2020-10-26 | fix reintroduction of errno clobbering by atfork handlers | Rich Felker | 1 | -0/+3 |
2020-10-26 | fix pthread_cond_wait paired with with priority-inheritance mutex | Rich Felker | 1 | -6/+5 |
2020-10-24 | lift sigaction abort locking to fix posix_spawn child deadlock | Rich Felker | 1 | -13/+16 |
2020-10-18 | update crypt_blowfish to support $2b$ prefix | Julien Ramseier | 1 | -15/+23 |
2020-10-14 | remove unused weak definition of __tl_sync in membarrier.c | Rich Felker | 1 | -5/+0 |
2020-10-14 | move aio implementation details to a proper internal header | Rich Felker | 8 | -4/+14 |
2020-10-14 | remove long-unused struct __timer from pthread_impl.h | Rich Felker | 1 | -5/+0 |
2020-10-14 | drop use of pthread_once in timer_create | Rich Felker | 1 | -10/+7 |
2020-10-14 | remove unused SIGTIMER handler in timer_create | Rich Felker | 1 | -6/+1 |
2020-10-14 | remove incorrect fflush from assert failure handler | Rich Felker | 1 | -1/+0 |
2020-10-14 | fix getgrouplist when nscd reports an empty list | Rich Felker | 1 | -1/+2 |
2020-10-14 | fix posix_spawn interaction with fork and abort by taking lock | Rich Felker | 1 | -3/+13 |
2020-10-14 | fix unintended observability of SIGABRT disposition reset via sigaction | Rich Felker | 1 | -9/+8 |
2020-10-14 | implement _Fork and refactor fork using it | Rich Felker | 3 | -9/+16 |
2020-10-14 | rename fork source file | Rich Felker | 1 | -0/+0 |
2020-10-14 | ldso: use pthread_t rather than kernel tid to track ctor visitor | Rich Felker | 1 | -3/+3 |
2020-10-14 | fix stale lock when allocation of ctor queue fails during dlopen | Rich Felker | 1 | -1/+2 |
2020-10-14 | drop use of pthread_once in mutexattr kernel support tests | Rich Felker | 2 | -21/+18 |
2020-10-14 | fix missing synchronization of fork with abort | Rich Felker | 1 | -0/+3 |
2020-10-14 | move __abort_lock to its own file and drop pointless weak_alias trick | Rich Felker | 4 | -8/+5 |
2020-09-28 | fix fork of processes with active async io contexts | Rich Felker | 3 | -0/+19 |
2020-09-17 | avoid set*id/setrlimit misbehavior and hang in vforked/cloned child | Rich Felker | 1 | -1/+2 |
2020-09-09 | use new SYS_faccessat2 syscall to implement faccessat with flags | Rich Felker | 1 | -3/+8 |
2020-09-09 | netinet/if_ether.h: add ETH_P_MRP from linux v5.8 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | elf.h: add .note.gnu.property related definitions | Szabolcs Nagy | 1 | -0/+2 |
2020-09-09 | bits/syscall.h: add __NR_faccessat2 from linux v5.8 | Szabolcs Nagy | 16 | -0/+16 |
2020-09-09 | netinet/tcp.h: update to linux v5.7 | Szabolcs Nagy | 1 | -0/+3 |
2020-09-09 | sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | sys/fanotify.h: update to linux v5.7 | Szabolcs Nagy | 1 | -1/+3 |
2020-09-09 | aarch64: add new HWCAP2_ macros from linux v5.6 | Szabolcs Nagy | 1 | -0/+8 |
2020-09-09 | aarch64: add HWCAP2_ macros from linux v5.3 | Szabolcs Nagy | 1 | -0/+2 |
2020-09-09 | sched.h: add CLONE_NEWTIME from linux v5.6 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | sys/random.h: add GRND_INSECURE from linux v5.6 | Szabolcs Nagy | 1 | -0/+1 |
2020-09-09 | sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6 | Szabolcs Nagy | 1 | -0/+3 |
2020-09-09 | netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6 | Szabolcs Nagy | 1 | -0/+1 |