aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-14move aio implementation details to a proper internal headerRich Felker
2020-10-14remove long-unused struct __timer from pthread_impl.hRich Felker
2020-10-14drop use of pthread_once in timer_createRich Felker
2020-10-14remove unused SIGTIMER handler in timer_createRich Felker
2020-10-14remove incorrect fflush from assert failure handlerRich Felker
2020-10-14fix getgrouplist when nscd reports an empty listRich Felker
2020-10-14fix posix_spawn interaction with fork and abort by taking lockRich Felker
2020-10-14fix unintended observability of SIGABRT disposition reset via sigactionRich Felker
2020-10-14implement _Fork and refactor fork using itRich Felker
2020-10-14rename fork source fileRich Felker
2020-10-14ldso: use pthread_t rather than kernel tid to track ctor visitorRich Felker
2020-10-14fix stale lock when allocation of ctor queue fails during dlopenRich Felker
2020-10-14drop use of pthread_once in mutexattr kernel support testsRich Felker
2020-10-14fix missing synchronization of fork with abortRich Felker
2020-10-14move __abort_lock to its own file and drop pointless weak_alias trickRich Felker
2020-09-28fix fork of processes with active async io contextsRich Felker
2020-09-17avoid set*id/setrlimit misbehavior and hang in vforked/cloned childRich Felker
2020-09-09use new SYS_faccessat2 syscall to implement faccessat with flagsRich Felker
2020-09-09netinet/if_ether.h: add ETH_P_MRP from linux v5.8Szabolcs Nagy
2020-09-09elf.h: add .note.gnu.property related definitionsSzabolcs Nagy
2020-09-09bits/syscall.h: add __NR_faccessat2 from linux v5.8Szabolcs Nagy
2020-09-09netinet/tcp.h: update to linux v5.7Szabolcs Nagy
2020-09-09sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7Szabolcs Nagy
2020-09-09sys/fanotify.h: update to linux v5.7Szabolcs Nagy
2020-09-09aarch64: add new HWCAP2_ macros from linux v5.6Szabolcs Nagy
2020-09-09aarch64: add HWCAP2_ macros from linux v5.3Szabolcs Nagy
2020-09-09sched.h: add CLONE_NEWTIME from linux v5.6Szabolcs Nagy
2020-09-09sys/random.h: add GRND_INSECURE from linux v5.6Szabolcs Nagy
2020-09-09sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6Szabolcs Nagy
2020-09-09netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6Szabolcs Nagy
2020-09-09netinet/tcp.h: update for linux v5.6Szabolcs Nagy
2020-09-09netinet/in.h: add IPPROTO_ macros from linux v5.6Szabolcs Nagy
2020-09-09add pidfd_getfd and openat2 syscall numbers from linux v5.6Szabolcs Nagy
2020-09-09netinet/tcp.h: update tcp_info for linux v5.5Szabolcs Nagy
2020-09-03use generic bits/fcntl.h for x86_64 and riscv64Rich Felker
2020-09-03make generic bits/fcntl.h shareable with 64-bit archsRich Felker
2020-09-03fix missing O_LARGEFILE values on x86_64, x32, and mips64Rich Felker
2020-09-03fix missing newline in herror outputRich Felker
2020-08-30fix i386 __set_thread_area fallbackRich Felker
2020-08-30restore h_errno ABI compatibility with ancient binariesRich Felker
2020-08-30clean up overinclusion in files using TIOCGWINSZRich Felker
2020-08-30fix regression with applications that expect struct winsize in ioctl.hRich Felker
2020-08-27configure: enable warnings by defaultRich Felker
2020-08-27configure: use additive warnings instead of subtracting from -WallRich Felker
2020-08-27configure: add further -Werror=... options to detected CFLAGSRich Felker
2020-08-27remove redundant pthread struct members repeated for layout purposesRich Felker
2020-08-27deduplicate __pthread_self thread pointer adjustment out of each archRich Felker
2020-08-24deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSETRich Felker
2020-08-24report res_query failures, including nxdomain/nodata, via h_errnoRich Felker
2020-08-24make h_errno thread-localRich Felker