1. 4adc6c3 refactor name_from_dns in hostname lookup backend by Natanael Copa · 8 years ago
  2. 04bced4 in performing dns lookups, check result from res_mkquery by Natanael Copa · 8 years ago
  3. 5c43e1d add RUSAGE_THREAD (Linux extension) definition to sys/resource.h by Rich Felker · 8 years ago
  4. b3bbc7b fix incorrect definition of RUSAGE_CHILDREN in sys/resource.h by Rich Felker · 8 years ago
  5. 4da0bc5 fix misaligned address buffers in gethostbyname[2][_r] results by Rich Felker · 8 years ago
  6. 384d103 fix failure to obtain EOWNERDEAD status for process-shared robust mutexes by Rich Felker · 8 years ago
  7. 6cec7bc remove comments on copyright status from UTF-8 implementation files by Rich Felker · 8 years ago
  8. 1e6fc0b avoid padding gaps in struct sockaddr_storage by Rich Felker · 8 years ago
  9. a0bb50a update sys/socket.h to linux v4.6 by Szabolcs Nagy · 8 years ago
  10. 3498777 add new tcp_info fields from linux v4.6 by Szabolcs Nagy · 8 years ago
  11. 1d561c2 add CLONE_NEWCGROUP clone flag, new in linux v4.6 by Szabolcs Nagy · 8 years ago
  12. 19f8724 update siginfo struct for linux v4.6 by Szabolcs Nagy · 8 years ago
  13. 7ea37c7 add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6 by Szabolcs Nagy · 8 years ago
  14. f6f4aa5 add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6 by Szabolcs Nagy · 8 years ago
  15. 78b1f3c add preadv2 and pwritev2 syscall numbers for linux v4.6 by Szabolcs Nagy · 8 years ago
  16. 77baaa4 fix a64l undefined behavior on ILP32 archs, wrong results on LP64 archs by Rich Felker · 8 years ago
  17. 81fb75a fix undefined pointer arithmetic in CMSG_NXTHDR macro by Rich Felker · 8 years ago
  18. 51eeb6e fix the use of uninitialized value in regcomp by Szabolcs Nagy · 8 years ago
  19. 63e3a16 deduplicate __NR_* and SYS_* syscall number definitions by Bobby Bingham · 8 years ago
  20. 8ef6170 x32: eliminate __X32_SYSCALL_BIT constant by Bobby Bingham · 8 years ago
  21. 622fe8b x32: remove arch-specific syscall remapping by Bobby Bingham · 8 years ago
  22. 49631b7 fix spurious trailing whitespace in powerpc & powerpc64 bits/errno.h by Rich Felker · 8 years ago
  23. c0ede9e add powerpc64 port by Bobby Bingham · 8 years ago
  24. 6bc7d9c fix redundant processing of --build flag in configure script by LeMay, Michael · 8 years ago
  25. 4b619e5 fix incorrect protocol name and number for egp by Andrew Kelley · 8 years ago
  26. 2d49c22 follow standard configure behavior for cross compile prefix by Rich Felker · 8 years ago
  27. f0a6139 update COPYRIGHT file to clarify that permissions apply for all files by Rich Felker · 8 years ago
  28. 6ed791e fix FILE buffer underflow in ungetwc by Rich Felker · 8 years ago
  29. be999f7 fix thread structure/dtv-pointer corruption on powerpc by Rich Felker · 8 years ago
  30. e7d05c7 remove dead store in res_msend by Petr Vaněk · 8 years ago
  31. 5972c4a add mips n32 port (ILP32 ABI for mips64) by Rich Felker · 8 years ago
  32. 6d99ad9 add support for mips and mips64 r6 isa by Rich Felker · 8 years ago
  33. c718f9f fix read past end of haystack buffer for short needles in memmem by Rich Felker · 8 years ago
  34. 5c3412d fix regression disabling use of pause instruction for x86 a_spin by Rich Felker · 8 years ago
  35. 6d1a3df fix undefined pointer comparison in stdio-internal __toread by Rich Felker · 8 years ago
  36. 5978eb7 fix gethostbyaddr_r to fill struct hostent.h_length as appropriate by Timo Teräs · 8 years ago
  37. d578c74 add MADV_FREE madvise command from linux v4.5 by Szabolcs Nagy · 8 years ago
  38. b10ca0f add EPOLLEXCLUSIVE epoll flag from linux v4.5 by Szabolcs Nagy · 8 years ago
  39. c1aabc6 add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5 by Szabolcs Nagy · 8 years ago
  40. 8ffa037 add IPV6_HDRINCL socket option from linux v4.5 by Szabolcs Nagy · 8 years ago
  41. 84d4f5e add copy_file_range syscall numbers from linux v4.5 by Szabolcs Nagy · 8 years ago
  42. 2de5270 mips64: add recent linux syscall numbers by Szabolcs Nagy · 8 years ago
  43. dc4520d fix outdated pathnames in COPYRIGHT file by Rich Felker · 8 years ago
  44. e9f1c79 deduplicate bits/mman.h by Szabolcs Nagy · 8 years ago
  45. 4aac019 fix padding string formats to width in wide printf variants by Rich Felker · 8 years ago
  46. de400b6 correct pointer types for a_ll_p and a_sc_p primitives on mips64 by Rich Felker · 8 years ago
  47. 27bf42c make mips64 a_sc_p atomic primitive's asm constraints work with clang by Rich Felker · 8 years ago
  48. 636a479 make configure check for unsupported (SPE) powerpc hard-float models by Rich Felker · 8 years ago
  49. 5a92dd9 add powerpc soft-float support by Felix Fietkau · 9 years ago
  50. 9543656 env: avoid leaving dangling pointers in __env_map by Alexander Monakov · 8 years ago
  51. 589aefa update documentation files for mips64 port by Rich Felker · 8 years ago
  52. 8393357 add mips64 port by Rich Felker · 8 years ago
  53. 71392a9 generalize mips-specific reloc code not to hard-code sym/type encoding by Rich Felker · 8 years ago
  54. b023c03 math: fix expf(-NAN) and exp2f(-NAN) to return -NAN instead of 0 by Szabolcs Nagy · 8 years ago
  55. db66ef1 add sched_getcpu vDSO support by Nathan Zadoks · 8 years ago
  56. 98d3357 add sched_getcpu by Nathan Zadoks · 8 years ago
  57. 29b1357 fix ^* at the start of a complete BRE by Szabolcs Nagy · 8 years ago
  58. 39ea71f fix * at the start of a BRE subexpression by Szabolcs Nagy · 8 years ago
  59. 6e694d6 explicitly include stdio.h to get EOF definition needed by wctob by Michael Meeuwisse · 9 years ago
  60. 6d70c08 handle non-matching address family entries in hosts file by Rich Felker · 8 years ago
  61. fd224a8 make aarch64 atomic_arch.h report that it defines pointer-sized ll/sc by Rich Felker · 9 years ago
  62. 225f6a6 allow implementing a_cas_p with pointer-sized ll/sc by Bobby Bingham · 9 years ago
  63. 074e6b3 release 1.1.14 by Rich Felker · 9 years ago
  64. 8b084f0 generate list of crt files to install instead of hard-coding in makefile by Rich Felker · 9 years ago
  65. 4c101e1 add arch tuple matching for nt32 and nt64 in configure by Rich Felker · 9 years ago
  66. 71c334f work around regression building for armhf with clang (compiler bug) by Rich Felker · 9 years ago
  67. ed97dfd improve macro logic for enabling arm math asm by Rich Felker · 9 years ago
  68. 790580b update authors/contributors list by Rich Felker · 9 years ago
  69. 2d0290d fix regression in SH/FDPIC dynamic linker by Rich Felker · 9 years ago
  70. 5030e4a partly revert detection of broken float in configure by Rich Felker · 9 years ago
  71. 157e284 support clean/distclean make targets in unconfigured tree by Rich Felker · 9 years ago
  72. 63bcda4 adjust makefile to make crt/ and ldso/ sources arch-replaceable by Rich Felker · 9 years ago
  73. 80fbaac make configure attempt to catch broken floating point CFLAGS/defaults by Rich Felker · 9 years ago
  74. cf11505 in crypt-sha*, reject excessive rounds as error rather than clamping by Rich Felker · 9 years ago
  75. ef2b5e9 fix unlikely corner cases in getopt's message printing by Rich Felker · 9 years ago
  76. 10a17df fix assumption in fputs that fwrite returning 0 implies an error by Rich Felker · 9 years ago
  77. 9c10270 release 1.1.13 by Rich Felker · 9 years ago
  78. 0ed932f do not define static_assert macro for pre-C11 compilers by Rich Felker · 9 years ago
  79. 692b16d add declarations for utmpname/utmpxname to appropriate headers by Rich Felker · 9 years ago
  80. 500c688 fix return value for fread/fwrite when size argument is 0 by Rich Felker · 9 years ago
  81. 416d1c7 fix line-buffered flush omission for odd usage of putc-family functions by Rich Felker · 9 years ago
  82. 5a6e8d0 fix failed write reporting by fwrite in line-buffered mode by Rich Felker · 9 years ago
  83. 869a9df remove workaround for broken mips assemblers by Rich Felker · 9 years ago
  84. 756c8af in mips cancellable syscall asm, don't assume gp register is valid by Rich Felker · 9 years ago
  85. aecda35 avoid using signals when a thread attempts to cancel itself by Rich Felker · 9 years ago
  86. 47314f1 make configure accept -h as an alias for --help by Rich Felker · 9 years ago
  87. 40891ae update INSTALL file with new archs, compiler info by Rich Felker · 9 years ago
  88. d150764 fix malloc_usable_size for NULL input by Szabolcs Nagy · 9 years ago
  89. 2810b30 regex: increase the stack tre uses for tnfa creation by Szabolcs Nagy · 9 years ago
  90. 3b27725 better a_sc inline asm constraint on aarch64 and arm by Szabolcs Nagy · 9 years ago
  91. 65498f2 don't suppress shared libc when linker lacks -Bsymbolic-functions by Rich Felker · 9 years ago
  92. c18d05f ldso: fix GDB dynamic linker info on MIPS by Felix Fietkau · 9 years ago
  93. 831e9d9 regex: simplify the {,} repetition parsing logic by Szabolcs Nagy · 9 years ago
  94. 25160f1 regex: treat \+, \? as repetitions in BRE by Szabolcs Nagy · 9 years ago
  95. 03498ec regex: rewrite the repetition parsing code by Szabolcs Nagy · 9 years ago
  96. da4cc13 regex: treat \| in BRE as alternation by Szabolcs Nagy · 9 years ago
  97. 7eaa76f regex: reject repetitions in some cases with REG_BADRPT by Szabolcs Nagy · 9 years ago
  98. a8cc225 regex: clean up position accounting for literal nodes by Szabolcs Nagy · 9 years ago
  99. 9ee57db fix misaligned pointer-like objects in arm atomics asm source file by Rich Felker · 9 years ago
  100. 140ad50 fix regression in dynamic-linked tls when both main app & libs have tls by Rich Felker · 9 years ago