summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-11drop use of getdelim/stdio in dynamic linkerRich Felker1-5/+22
2020-11-11dlerror: don't gratuitously hold freebuf_queue lock while freeingRich Felker1-5/+8
2020-11-11fix vector types in aarch64 register file structuresRich Felker2-3/+3
2020-10-30fix erroneous pthread_cond_wait mutex waiter count logic due to typoRich Felker1-1/+1
2020-10-30fix missing-wake regression in pthread_cond_waitRich Felker1-0/+5
2020-10-28add support for SIGEV_THREAD_ID timersJames Y Knight2-5/+19
2020-10-28fix sem_close unmapping of still-referenced semaphoreRich Felker1-3/+5
2020-10-27refactor setxid return path to use __syscall_retRich Felker1-14/+9
2020-10-27ldso: notify the debugger when we're doing a dlopenrcombs1-2/+6
2020-10-27fix setgroups behavior in multithreaded processRich Felker1-1/+29
2020-10-27avoid __synccall for setrlimit on kernels with prlimit syscallRich Felker1-20/+17
2020-10-26fix reintroduction of errno clobbering by atfork handlersRich Felker1-0/+3
2020-10-26fix pthread_cond_wait paired with with priority-inheritance mutexRich Felker1-6/+5
2020-10-24lift sigaction abort locking to fix posix_spawn child deadlockRich Felker1-13/+16
2020-10-18update crypt_blowfish to support $2b$ prefixJulien Ramseier1-15/+23
2020-10-14remove unused weak definition of __tl_sync in membarrier.cRich Felker1-5/+0
2020-10-14move aio implementation details to a proper internal headerRich Felker8-4/+14
2020-10-14remove long-unused struct __timer from pthread_impl.hRich Felker1-5/+0
2020-10-14drop use of pthread_once in timer_createRich Felker1-10/+7
2020-10-14remove unused SIGTIMER handler in timer_createRich Felker1-6/+1
2020-10-14remove incorrect fflush from assert failure handlerRich Felker1-1/+0
2020-10-14fix getgrouplist when nscd reports an empty listRich Felker1-1/+2
2020-10-14fix posix_spawn interaction with fork and abort by taking lockRich Felker1-3/+13
2020-10-14fix unintended observability of SIGABRT disposition reset via sigactionRich Felker1-9/+8
2020-10-14implement _Fork and refactor fork using itRich Felker3-9/+16
2020-10-14rename fork source fileRich Felker1-0/+0
2020-10-14ldso: use pthread_t rather than kernel tid to track ctor visitorRich Felker1-3/+3
2020-10-14fix stale lock when allocation of ctor queue fails during dlopenRich Felker1-1/+2
2020-10-14drop use of pthread_once in mutexattr kernel support testsRich Felker2-21/+18
2020-10-14fix missing synchronization of fork with abortRich Felker1-0/+3
2020-10-14move __abort_lock to its own file and drop pointless weak_alias trickRich Felker4-8/+5
2020-09-28fix fork of processes with active async io contextsRich Felker3-0/+19
2020-09-17avoid set*id/setrlimit misbehavior and hang in vforked/cloned childRich Felker1-1/+2
2020-09-09use new SYS_faccessat2 syscall to implement faccessat with flagsRich Felker1-3/+8
2020-09-09netinet/if_ether.h: add ETH_P_MRP from linux v5.8Szabolcs Nagy1-0/+1
2020-09-09elf.h: add .note.gnu.property related definitionsSzabolcs Nagy1-0/+2
2020-09-09bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy16-0/+16
2020-09-09netinet/tcp.h: update to linux v5.7Szabolcs Nagy1-0/+3
2020-09-09sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7Szabolcs Nagy1-0/+1
2020-09-09sys/fanotify.h: update to linux v5.7Szabolcs Nagy1-1/+3
2020-09-09aarch64: add new HWCAP2_ macros from linux v5.6Szabolcs Nagy1-0/+8
2020-09-09aarch64: add HWCAP2_ macros from linux v5.3Szabolcs Nagy1-0/+2
2020-09-09sched.h: add CLONE_NEWTIME from linux v5.6Szabolcs Nagy1-0/+1
2020-09-09sys/random.h: add GRND_INSECURE from linux v5.6Szabolcs Nagy1-0/+1
2020-09-09sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6Szabolcs Nagy1-0/+3
2020-09-09netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6Szabolcs Nagy1-0/+1
2020-09-09netinet/tcp.h: update for linux v5.6Szabolcs Nagy1-2/+4
2020-09-09netinet/in.h: add IPPROTO_ macros from linux v5.6Szabolcs Nagy1-1/+3
2020-09-09add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy16-0/+34
2020-09-09netinet/tcp.h: update tcp_info for linux v5.5Szabolcs Nagy1-1/+8