1. f807107 add tarball-producing targets to Makefile for ease of release by Rich Felker · 10 years ago
  2. 8facd56 update version reference in the README file by Rich Felker · 10 years ago
  3. 1cc69fa add note to INSTALL file about gcc 4.9.0 not being supported by Rich Felker · 10 years ago
  4. 5abfd55 add routing protocols to getprotoent-family functions by Timo Teräs · 10 years ago
  5. 607ce88 rename dynamic linker _start to _dlstart in the stub version by Rich Felker · 10 years ago
  6. 6ce1fad add __sysv_signal abi-compat alias for the signal function by Rich Felker · 10 years ago
  7. 1fd0f6e add __xmknod and __xmknodat abi-compat functions by Rich Felker · 10 years ago
  8. 76f2bcc consolidate __xstat abi-compat functions into a single source file by Rich Felker · 10 years ago
  9. 5474a34 implement fmtmsg function by Rich Felker · 10 years ago
  10. 3c42605 implement result address sorting in the resolver (getaddrinfo, etc.) by Rich Felker · 10 years ago
  11. 70d9c30 remove hack in syslog.h that resulted in aliasing violations by Rich Felker · 10 years ago
  12. 4ad3588 remove optimization-inhibiting behavior from configure's --enable-debug by Rich Felker · 10 years ago
  13. fe82bb9 fix gethostby*_r result pointer value on error by Timo Teräs · 10 years ago
  14. 2e5d256 fix sendmmsg emulation return value for zero-length vector by Rich Felker · 10 years ago
  15. 3fa2eb2 rename dynamic linker entry point from _start to _dlstart by Rich Felker · 10 years ago
  16. acb7e04 implement sendmmsg and recvmmsg by Rich Felker · 10 years ago
  17. 39201d0 add tlsdesc support for x86_64 by Rich Felker · 10 years ago
  18. 5ba238e separate __tls_get_addr implementation from dynamic linker/init_tls by Rich Felker · 10 years ago
  19. 4e0b4a5 add tlsdesc support for i386 by Rich Felker · 10 years ago
  20. 880c479 optimize i386 ___tls_get_addr asm by Rich Felker · 10 years ago
  21. e75b16c change dynamic TLS installation strategy to optimize access by Rich Felker · 10 years ago
  22. 9d15d5e add arch-generic support for tlsdesc relocations to dynamic linker by Rich Felker · 10 years ago
  23. cef0f28 fix incorrect comparison loop condition in memmem by Rich Felker · 10 years ago
  24. 7c73cac reduce code duplication in dynamic linker error paths by Rich Felker · 10 years ago
  25. adf94c1 refactor to remove arch-specific relocation code from dynamic linker by Rich Felker · 10 years ago
  26. 94cf991 fix powerpc dynamic linker thread-pointer-relative relocations by Rich Felker · 10 years ago
  27. f4cc276 multiple fixes to sh (superh) dynamic linker relocations by Rich Felker · 10 years ago
  28. bfa0970 dynamic linker: permit error returns from arch-specific reloc function by Rich Felker · 10 years ago
  29. 4e5c7a2 fix missing argument to syscall in fanotify_mark by Clément Vasseur · 10 years ago
  30. 66fcde4 support optional-argument extension to getopt via double-colon by Rich Felker · 10 years ago
  31. d79b277 fail configure on --enable-shared if -Bsymbolic-functions doesn't work by Rich Felker · 10 years ago
  32. ac31bf2 simplify errno implementation by Rich Felker · 10 years ago
  33. df15168 replace all remaining internal uses of pthread_self with __pthread_self by Rich Felker · 10 years ago
  34. 64e3228 add thread-pointer support for pre-2.6 kernels on i386 by Rich Felker · 10 years ago
  35. 246e752 avoid spurious lookup failures from badly-behaved nameservers by Rich Felker · 10 years ago
  36. f616294 use default timezone from /etc/localtime if $TZ is unset/blank by Rich Felker · 10 years ago
  37. 3ff3a1d release 1.1.2 by Rich Felker · 10 years ago
  38. 348fc55 implement %y and %C specifiers in strptime by Timo Teräs · 10 years ago
  39. 9c2d437 avoid invalid use of va_arg in open by Rich Felker · 10 years ago
  40. 7765706 add O_CLOEXEC fallback for open and related functions by Rich Felker · 10 years ago
  41. 1cacc01 optimize SOCK_CLOEXEC fallback for socket function by Rich Felker · 10 years ago
  42. 1d34856 add SOCK_CLOEXEC fallback for socketpair on old kernels by Rich Felker · 10 years ago
  43. abce315 implement dn_comp RFC 1035 domain name compression by Szabolcs Nagy · 10 years ago
  44. 07355f5 accept trailing . and empty domain names by Szabolcs Nagy · 10 years ago
  45. 9ce2860 add vdso clock_gettime acceleration support to i386 by Rich Felker · 10 years ago
  46. 60158bf fix fd leak in tmpfile when the fdopen operation fails by Rich Felker · 10 years ago
  47. 2abb70c fix the domain name length limit checks by Szabolcs Nagy · 10 years ago
  48. b3d9e0b fix multiple validation issues in dns response label parsing by Szabolcs Nagy · 10 years ago
  49. 7e222f4 fix missing function declarations in refactored ip literal parsing code by Rich Felker · 10 years ago
  50. fde3c29 add support for reverse port lookups from services file to getnameinfo by Rich Felker · 10 years ago
  51. 01dc3f4 add support for reverse name lookups from hosts file to getnameinfo by Rich Felker · 10 years ago
  52. 934aa13 remove some dummy "ent" function aliases that duplicated real ones by Rich Felker · 10 years ago
  53. 6a25313 simplify vasprintf implementation by Rich Felker · 10 years ago
  54. bdad2fe add support for ipv6 scope_id to getaddrinfo and getnameinfo by Rich Felker · 10 years ago
  55. 8041af5 fix if_nametoindex return value when interface does not exist by Rich Felker · 10 years ago
  56. d85d261 fix negative response and non-response handling for dns queries by Rich Felker · 10 years ago
  57. ac2a789 fix some validation checks in dns response parsing code by Rich Felker · 10 years ago
  58. 8fba445 fix incorrect end pointer in some cases when wcsrtombs stops early by Rich Felker · 10 years ago
  59. 76f440c remove cruft from old resolver and numeric ip parsing by Rich Felker · 10 years ago
  60. 3330198 switch standard resolver functions to use the new dns backend by Rich Felker · 10 years ago
  61. a2a328b fix uninitialized variable in new __res_msend dns function by Rich Felker · 10 years ago
  62. 8312f7f implement new dns backend, res_send and other legacy resolver functions by Rich Felker · 10 years ago
  63. 1871f58 add ipsec and tunneling protocols to getprotoent-family functions by Timo Teräs · 10 years ago
  64. bb9af59 fix off-by-one in checking hostname length in new resolver backend by Rich Felker · 10 years ago
  65. af7c308 improve getservbyname_r using new resolver backend by Rich Felker · 10 years ago
  66. e8f39ca improve gethostbyname2_r using new resolver backend by Rich Felker · 10 years ago
  67. 6f409bf refactor getaddrinfo and add support for most remaining features by Rich Felker · 10 years ago
  68. 5f4c496 fix POSIX namespace pollution in sys/types.h by Szabolcs Nagy · 10 years ago
  69. bff6095 use cleaner code for handling float rounding in vfprintf by Szabolcs Nagy · 10 years ago
  70. c350468 update netinet/in.h to match the current kernel uapi by Szabolcs Nagy · 10 years ago
  71. c8ea212 add SO_BPF_EXTENSIONS socket option by Szabolcs Nagy · 10 years ago
  72. fd9571e add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro by Szabolcs Nagy · 10 years ago
  73. 24df8b0 fix breakage from recent syscall commits due to missing errno macros by Rich Felker · 10 years ago
  74. 8258014 fix for broken kernel side RLIM_INFINITY on mips by Szabolcs Nagy · 10 years ago
  75. 106e65d break down coarse-grained 64-bit-off_t syscall remappings by Rich Felker · 10 years ago
  76. 5cf9e8f additional fixes for linux kernel apis with old syscalls removed by Rich Felker · 10 years ago
  77. 55f45bc fix sendfile syscall to use 64-bit off_t by Rich Felker · 10 years ago
  78. dd5f50d support linux kernel apis (new archs) with old syscalls removed by Rich Felker · 10 years ago
  79. 2e55da9 remove useless synchronization in exit and quick_exit by Rich Felker · 10 years ago
  80. d677d3f fix missing declaration of strcpy in implementation of tmpnam by Rich Felker · 10 years ago
  81. 2fe6579 overhaul tmpfile, tmpnam, and tempnam functions by Rich Felker · 10 years ago
  82. 9b880a6 fix sys_open macro for archs without the plain open syscall by Rich Felker · 10 years ago
  83. 9289931 fix placement of multiple inclusion guard endif in internal syscall.h by Rich Felker · 10 years ago
  84. 4ef04a2 fix type of extended argument array to pselect6 syscall by Rich Felker · 10 years ago
  85. 594c827 support kernels with no SYS_open syscall, only SYS_openat by Rich Felker · 10 years ago
  86. 44d28e5 overhaul siginfo_t definition in signal.h by Rich Felker · 10 years ago
  87. 0b4e073 release 1.1.1 by Rich Felker · 10 years ago
  88. 7c6db37 trivial formatting fix for the config.mak generated by configure by Rich Felker · 10 years ago
  89. dec6675 fix unhandled cases in strptime by Rich Felker · 10 years ago
  90. 93be56b remove unsupported nonstandard sysconf macros and their table entries by Rich Felker · 10 years ago
  91. ff78355 rework sysconf table to treat zero entries as invalid by Rich Felker · 10 years ago
  92. 9ca4dae add configure check for broken gcc 4.9.0 and possibly other versions by Rich Felker · 10 years ago
  93. 8a2d871 add cp437 and cp850 to available iconv conversions by Rich Felker · 10 years ago
  94. 8945667 add configure check for working compiler by Rich Felker · 10 years ago
  95. ac0acd5 fix strftime %s not to zero pad with default width=2 by Szabolcs Nagy · 10 years ago
  96. adbf025 remove useless __yield alias for sched_yield by Rich Felker · 10 years ago
  97. e783efa fix arm thread-pointer/atomic asm when compiling to thumb code by Rich Felker · 10 years ago
  98. 468bc11 fix missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h by Rich Felker · 10 years ago
  99. 23d6418 fix superh nofpu check on old gcc versions by Bobby Bingham · 10 years ago
  100. c3d9d17 perform minimal sanity checks on zoneinfo files loaded via TZ variable by Rich Felker · 10 years ago