Commit History

Author SHA1 Message Date
  Szabolcs Nagy df6d9450ea add support for arch-specific ptrace command macros 6 years ago
  Szabolcs Nagy 7ea32a8282 sys/ptrace.h: add missing PTRACE_EVENT_STOP 6 years ago
  Szabolcs Nagy cbf16c4abf uchar.h: define char16_t and char32_t for old c++ 6 years ago
  Rich Felker 5c2f46a214 block dlopen of libraries with initial-exec refs to dynamic TLS 6 years ago
  Rich Felker 5fdccbcd8f fix inefficient choice of tlsdesc function due to off-by-one 6 years ago
  Rich Felker 187bcc3bf4 implement getaddrinfo's AI_ADDRCONFIG flag 6 years ago
  Rich Felker 9cad27a3dc fix writes outside buffer by ungetc after setvbuf 6 years ago
  Rich Felker 062015204a add ST_RELATIME to statvfs.h 6 years ago
  Rich Felker 4f35eb7591 resolver: don't depend on v4mapped ipv6 to probe routability of v4 addrs 6 years ago
  Alexander Monakov b0d2b3a1e5 optimize explicit_bzero for size 6 years ago
  Rich Felker 193338e619 avoid spurious dso matches by dladdr outside bounds of load segments 6 years ago
  Rich Felker f6870d6b4f make dladdr consistently produce the first symbol in presence of aliases 6 years ago
  Rich Felker c8b49b2fbc fix symtab-order-dependent spurious matches in dladdr 6 years ago
  Rich Felker 8b8fb7f037 correctly handle non-matching symbols in dladdr 6 years ago
  Rich Felker e829695fcc avoid using undefined pointer arithmetic in dladdr 6 years ago
  Patrick Oppenlander a0d64dccbc fix missing timeout argument to futex syscall in __futexwait 6 years ago
  David Carlier 05ac345f89 add explicit_bzero implementation 6 years ago
  Arthur Jones 5c8e69267b inet_ntop: do not compress single zeros in IPv6 6 years ago
  Daniel Sabogal da5851e9f4 strftime: fix underlying format string in %z format 6 years ago
  Rich Felker 63e2e40ee3 resolver: omit final dot (root/suppress-search) in canonical name 6 years ago
  Rich Felker efda534b21 fix regression in powerpc[64] SO_PEERSEC definition 6 years ago
  Rich Felker 587f5a53bc fix value of SO_PEERSEC on mips archs 6 years ago
  Rich Felker 471497ab81 add m68k reg.h and user.h 6 years ago
  Rich Felker 68a5a23abc fix dynamic linker mapping/clearing bss in first/only LOAD segment 6 years ago
  Szabolcs Nagy 38f2fa3d02 add memfd_create syscall wrapper 6 years ago
  Szabolcs Nagy b64d66d0b0 add mlock2 linux syscall wrapper 6 years ago
  Rich Felker 84b25160e7 fix m68k float.h long double exponent range 6 years ago
  Rich Felker 0cd2be2314 work around broken kernel struct ipc_perm on some big endian archs 6 years ago
  Szabolcs Nagy 7ea235b1be s390x: add kexec_file_load syscall number from linux v4.17 6 years ago
  Szabolcs Nagy 1177f61d6e mips: add HWCAP_ flags from linux v4.17 6 years ago