3944 Commits (5e46e8d4b0fee11a5d2ea12d0d21ed0bff6db855)
 

Author SHA1 Message Date
Rich Felker 1ad8138819 fix sign of strftime %z output with offsets <1 hour west of UTC 8 years ago
Rich Felker 7dad9c2125 fix musl-gcc wrapper to be compatible with default-pie gcc toolchains 8 years ago
Rich Felker 14992d4384 make pthread_attr_init honor defaults set by pthread_setattr_default_np 8 years ago
Fangrui Song 3d8322c7ad bsearch: simplify and optimize 8 years ago
midipix f2c6dbe244 move inclusion of linux headers for kd.h, soundcard.h, vt.h to bits 8 years ago
midipix 2fab90a71a remove inclusion guard hacks for sys/kd.h 8 years ago
Rich Felker 18fbc7e4fa remove spurious declaration of __getdents from readdir.c 8 years ago
Rich Felker b3fa0f2b1b fix regression in alignment of dirent structs produced by readdir 8 years ago
Szabolcs Nagy df6d9450ea add support for arch-specific ptrace command macros 8 years ago
Szabolcs Nagy 7ea32a8282 sys/ptrace.h: add missing PTRACE_EVENT_STOP 8 years ago
Szabolcs Nagy cbf16c4abf uchar.h: define char16_t and char32_t for old c++ 8 years ago
Rich Felker 5c2f46a214 block dlopen of libraries with initial-exec refs to dynamic TLS 8 years ago
Rich Felker 5fdccbcd8f fix inefficient choice of tlsdesc function due to off-by-one 8 years ago
Rich Felker 187bcc3bf4 implement getaddrinfo's AI_ADDRCONFIG flag 8 years ago
Rich Felker 9cad27a3dc fix writes outside buffer by ungetc after setvbuf 8 years ago
Rich Felker 062015204a add ST_RELATIME to statvfs.h 8 years ago
Rich Felker 4f35eb7591 resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs 8 years ago
Alexander Monakov b0d2b3a1e5 optimize explicit_bzero for size 8 years ago
Rich Felker 193338e619 avoid spurious dso matches by dladdr outside bounds of load segments 8 years ago
Rich Felker f6870d6b4f make dladdr consistently produce the first symbol in presence of aliases 8 years ago
Rich Felker c8b49b2fbc fix symtab-order-dependent spurious matches in dladdr 8 years ago
Rich Felker 8b8fb7f037 correctly handle non-matching symbols in dladdr 8 years ago
Rich Felker e829695fcc avoid using undefined pointer arithmetic in dladdr 8 years ago
Patrick Oppenlander a0d64dccbc fix missing timeout argument to futex syscall in __futexwait 8 years ago
David Carlier 05ac345f89 add explicit_bzero implementation 8 years ago
Arthur Jones 5c8e69267b inet_ntop: do not compress single zeros in IPv6 8 years ago
Daniel Sabogal da5851e9f4 strftime: fix underlying format string in %z format 8 years ago
Rich Felker 63e2e40ee3 resolver: omit final dot (root/suppress-search) in canonical name 8 years ago
Rich Felker efda534b21 fix regression in powerpc[64] SO_PEERSEC definition 8 years ago
Rich Felker 587f5a53bc fix value of SO_PEERSEC on mips archs 8 years ago
Rich Felker 471497ab81 add m68k reg.h and user.h 8 years ago
Rich Felker 68a5a23abc fix dynamic linker mapping/clearing bss in first/only LOAD segment 8 years ago
Szabolcs Nagy 38f2fa3d02 add memfd_create syscall wrapper 8 years ago
Szabolcs Nagy b64d66d0b0 add mlock2 linux syscall wrapper 8 years ago
Rich Felker 84b25160e7 fix m68k float.h long double exponent range 8 years ago
Rich Felker 0cd2be2314 work around broken kernel struct ipc_perm on some big endian archs 8 years ago
Szabolcs Nagy 7ea235b1be s390x: add kexec_file_load syscall number from linux v4.17 8 years ago
Szabolcs Nagy 1177f61d6e mips: add HWCAP_ flags from linux v4.17 8 years ago
Szabolcs Nagy f3b6690a53 aarch64: add HWCAP_ flags from linux v4.17 8 years ago
Szabolcs Nagy da9f2b2ac8 add speculation control prctls from linux v4.17 8 years ago
Szabolcs Nagy 5b85ed5cec add ETH_P_PREAUTH ethertype from linux v4.17 8 years ago
Szabolcs Nagy ebeb1de288 add TCP_NLA_* from linux v4.17 8 years ago
Szabolcs Nagy af55070eae add {MSG,SEM,SHM}_STAT_ANY from linux v4.17 8 years ago
Szabolcs Nagy 156a3bedb2 add MAP_FIXED_NOREPLACE from linux v4.17 8 years ago
Szabolcs Nagy 90ac71d853 powerpc: add pkey syscall numbers from linux v4.16 8 years ago
Szabolcs Nagy a697a1c9a5 aarch64: add HWCAP_ASIMDFHM from linux v4.16 8 years ago
Szabolcs Nagy 0f7aa600f7 sys/ptrace.h: add PTRACE_SECCOMP_GET_METADATA from linux v4.16 8 years ago
Szabolcs Nagy 3a81cbe643 netinet/if_ether.h: add ETH_TLEN from linux v4.16 8 years ago
Szabolcs Nagy 833df8675c netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16 8 years ago
Szabolcs Nagy 29f3202b73 sys/epoll.h: add EPOLLNVAL from linux v4.16 8 years ago