4622 Commits (db981ffb3e242e32e13520fbaf47e91ae88d5ff4)
 

Author SHA1 Message Date
Rich Felker 6ae2568bc2 remove unused SIGTIMER handler in timer_create 6 years ago
Rich Felker 47baa0301f remove incorrect fflush from assert failure handler 6 years ago
Rich Felker da845d52c5 fix getgrouplist when nscd reports an empty list 6 years ago
Rich Felker b7bc966522 fix posix_spawn interaction with fork and abort by taking lock 6 years ago
Rich Felker 25ea9f712c fix unintended observability of SIGABRT disposition reset via sigaction 6 years ago
Rich Felker bd153422f2 implement _Fork and refactor fork using it 6 years ago
Rich Felker e1e98d869c rename fork source file 6 years ago
Rich Felker 50716702d4 ldso: use pthread_t rather than kernel tid to track ctor visitor 6 years ago
Rich Felker 1efc8eb2c7 fix stale lock when allocation of ctor queue fails during dlopen 6 years ago
Rich Felker 69a1b39019 drop use of pthread_once in mutexattr kernel support tests 6 years ago
Rich Felker b115bee4dd fix missing synchronization of fork with abort 6 years ago
Rich Felker 3cd3de6189 move __abort_lock to its own file and drop pointless weak_alias trick 6 years ago
Rich Felker 34904d830a fix fork of processes with active async io contexts 6 years ago
Rich Felker a5aff1972c avoid set*id/setrlimit misbehavior and hang in vforked/cloned child 6 years ago
Rich Felker 55fb9a1773 use new SYS_faccessat2 syscall to implement faccessat with flags 6 years ago
Szabolcs Nagy f035c7b1e6 netinet/if_ether.h: add ETH_P_MRP from linux v5.8 6 years ago
Szabolcs Nagy 6b1741aaf5 elf.h: add .note.gnu.property related definitions 6 years ago
Szabolcs Nagy 9b7ed9702c bits/syscall.h: add __NR_faccessat2 from linux v5.8 6 years ago
Szabolcs Nagy 616a8bf660 netinet/tcp.h: update to linux v5.7 6 years ago
Szabolcs Nagy a6c302bec1 sys/mman.h: add MREMAP_DONTUNMAP from linux v5.7 6 years ago
Szabolcs Nagy 8adf42f7c1 sys/fanotify.h: update to linux v5.7 6 years ago
Szabolcs Nagy 94ab68c24c aarch64: add new HWCAP2_ macros from linux v5.6 6 years ago
Szabolcs Nagy 0296baff0e aarch64: add HWCAP2_ macros from linux v5.3 6 years ago
Szabolcs Nagy 43b640c2ff sched.h: add CLONE_NEWTIME from linux v5.6 6 years ago
Szabolcs Nagy 3da18e6951 sys/random.h: add GRND_INSECURE from linux v5.6 6 years ago
Szabolcs Nagy 8f4aa78a0c sys/prctl.h: add PR_{SET,GET}_IO_FLUSHER from linux v5.6 6 years ago
Szabolcs Nagy 1ab341e89b netinet/udp.h: add TCP_ENCAP_ESPINTCP from linux v5.6 6 years ago
Szabolcs Nagy c6321616b8 netinet/tcp.h: update for linux v5.6 6 years ago
Szabolcs Nagy 8fca0ea4e9 netinet/in.h: add IPPROTO_ macros from linux v5.6 6 years ago
Szabolcs Nagy d990090384 add pidfd_getfd and openat2 syscall numbers from linux v5.6 6 years ago
Szabolcs Nagy d4f298149c netinet/tcp.h: update tcp_info for linux v5.5 6 years ago
Rich Felker ffac0c2299 use generic bits/fcntl.h for x86_64 and riscv64 6 years ago
Rich Felker 76f42fdf34 make generic bits/fcntl.h shareable with 64-bit archs 6 years ago
Rich Felker b8b729bd22 fix missing O_LARGEFILE values on x86_64, x32, and mips64 6 years ago
Rich Felker 262003ad9d fix missing newline in herror output 6 years ago
Rich Felker 0b06402193 fix i386 __set_thread_area fallback 6 years ago
Rich Felker cf27184d00 restore h_errno ABI compatibility with ancient binaries 6 years ago
Rich Felker cab0a8fb8d clean up overinclusion in files using TIOCGWINSZ 6 years ago
Rich Felker 1ccc804e13 fix regression with applications that expect struct winsize in ioctl.h 6 years ago
Rich Felker 86ac0f7947 configure: enable warnings by default 6 years ago
Rich Felker 0a312d34b9 configure: use additive warnings instead of subtracting from -Wall 6 years ago
Rich Felker e7f808e359 configure: add further -Werror=... options to detected CFLAGS 6 years ago
Rich Felker 57f6e85c9d remove redundant pthread struct members repeated for layout purposes 6 years ago
Rich Felker 3a5b9ae7cf deduplicate __pthread_self thread pointer adjustment out of each arch 6 years ago
Rich Felker ea71a9004e deduplicate TP_ADJ logic out of each arch, replace with TP_OFFSET 6 years ago
Rich Felker 19f8642494 report res_query failures, including nxdomain/nodata, via h_errno 6 years ago
Rich Felker 9d0b8b92a5 make h_errno thread-local 6 years ago
Rich Felker 4d5786544b add tcgetwinsize and tcsetwinsize functions, move struct winsize 6 years ago
Rich Felker 9d4b25b473 fix MUSL_LOCPATH search 6 years ago
Rich Felker d49cf07541 add gettid function 6 years ago