about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* fix missing-wake regression in pthread_cond_waitRich Felker2020-10-301-0/+5
* add support for SIGEV_THREAD_ID timersJames Y Knight2020-10-282-5/+19
* fix sem_close unmapping of still-referenced semaphoreRich Felker2020-10-281-3/+5
* refactor setxid return path to use __syscall_retRich Felker2020-10-271-14/+9
* ldso: notify the debugger when we're doing a dlopenrcombs2020-10-271-2/+6
* fix setgroups behavior in multithreaded processRich Felker2020-10-271-1/+29
* avoid __synccall for setrlimit on kernels with prlimit syscallRich Felker2020-10-271-20/+17
* fix reintroduction of errno clobbering by atfork handlersRich Felker2020-10-261-0/+3
* fix pthread_cond_wait paired with with priority-inheritance mutexRich Felker2020-10-261-6/+5
* lift sigaction abort locking to fix posix_spawn child deadlockRich Felker2020-10-241-13/+16
* update crypt_blowfish to support $2b$ prefixJulien Ramseier2020-10-181-15/+23
* remove unused weak definition of __tl_sync in membarrier.cRich Felker2020-10-141-5/+0
* move aio implementation details to a proper internal headerRich Felker2020-10-148-4/+14
* remove long-unused struct __timer from pthread_impl.hRich Felker2020-10-141-5/+0
* drop use of pthread_once in timer_createRich Felker2020-10-141-10/+7
* remove unused SIGTIMER handler in timer_createRich Felker2020-10-141-6/+1
* remove incorrect fflush from assert failure handlerRich Felker2020-10-141-1/+0
* fix getgrouplist when nscd reports an empty listRich Felker2020-10-141-1/+2
* fix posix_spawn interaction with fork and abort by taking lockRich Felker2020-10-141-3/+13
* fix unintended observability of SIGABRT disposition reset via sigactionRich Felker2020-10-141-9/+8
* implement _Fork and refactor fork using itRich Felker2020-10-143-9/+16
* rename fork source fileRich Felker2020-10-141-0/+0
* ldso: use pthread_t rather than kernel tid to track ctor visitorRich Felker2020-10-141-3/+3
* fix stale lock when allocation of ctor queue fails during dlopenRich Felker2020-10-141-1/+2
* drop use of pthread_once in mutexattr kernel support testsRich Felker2020-10-142-21/+18
* fix missing synchronization of fork with abortRich Felker2020-10-141-0/+3
* move __abort_lock to its own file and drop pointless weak_alias trickRich Felker2020-10-144-8/+5
* fix fork of processes with active async io contextsRich Felker2020-09-283-0/+19
* avoid set*id/setrlimit misbehavior and hang in vforked/cloned childRich Felker2020-09-171-1/+2
* use new SYS_faccessat2 syscall to implement faccessat with flagsRich Felker2020-09-091-3/+8
* netinet/if_ether.h: add ETH_P_MRP from linux v5.8Szabolcs Nagy2020-09-091-0/+1
* elf.h: add .note.gnu.property related definitionsSzabolcs Nagy2020-09-091-0/+2
* bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy2020-09-0916-0/+16
* netinet/tcp.h: update to linux v5.7Szabolcs Nagy2020-09-091-0/+3
* sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7Szabolcs Nagy2020-09-091-0/+1
* sys/fanotify.h: update to linux v5.7Szabolcs Nagy2020-09-091-1/+3
* aarch64: add new HWCAP2_ macros from linux v5.6Szabolcs Nagy2020-09-091-0/+8
* aarch64: add HWCAP2_ macros from linux v5.3Szabolcs Nagy2020-09-091-0/+2
* sched.h: add CLONE_NEWTIME from linux v5.6Szabolcs Nagy2020-09-091-0/+1
* sys/random.h: add GRND_INSECURE from linux v5.6Szabolcs Nagy2020-09-091-0/+1
* sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6Szabolcs Nagy2020-09-091-0/+3
* netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6Szabolcs Nagy2020-09-091-0/+1
* netinet/tcp.h: update for linux v5.6Szabolcs Nagy2020-09-091-2/+4
* netinet/in.h: add IPPROTO_ macros from linux v5.6Szabolcs Nagy2020-09-091-1/+3
* add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy2020-09-0916-0/+34
* netinet/tcp.h: update tcp_info for linux v5.5Szabolcs Nagy2020-09-091-1/+8
* use generic bits/fcntl.h for x86_64 and riscv64Rich Felker2020-09-032-78/+0
* make generic bits/fcntl.h shareable with 64-bit archsRich Felker2020-09-031-0/+6
* fix missing O_LARGEFILE values on x86_64, x32, and mips64Rich Felker2020-09-033-3/+3
* fix missing newline in herror outputRich Felker2020-09-031-1/+1