1. 349381a make dynamic linker accept colon as a separator for LD_PRELOAD by Rich Felker · 10 years ago
  2. 7296736 fix typo in microblaze setjmp asm by Rich Felker · 10 years ago
  3. 4b48b00 rename file containing pthread_cleanup_push and pop for consistency by Rich Felker · 10 years ago
  4. d96b12b rework cancellation weak alias logic not to depend on archive order by Rich Felker · 10 years ago
  5. ea496d6 fix multiple issues in legacy function getpass by Rich Felker · 10 years ago
  6. 83dc6eb eliminate use of cached pid from thread structure by Rich Felker · 10 years ago
  7. 4c48501 properly pass current locale to *_l functions when used internally by Rich Felker · 10 years ago
  8. 7424ac5 consolidate str[n]casecmp_l into str[n]casecmp source files by Rich Felker · 10 years ago
  9. d89fdec consolidate *_l ctype/wctype functions into their non-_l source files by Rich Felker · 10 years ago
  10. 0bc0309 add locale framework by Rich Felker · 10 years ago
  11. 984c25b fix failure of wide printf/scanf functions to set wide orientation by Rich Felker · 10 years ago
  12. 285f969 fix typo in a comment in __libc_start_main by Rich Felker · 10 years ago
  13. ebd8142 fix incorrect return value for fwide function by Rich Felker · 10 years ago
  14. 0b3d33d fix ungrammatical comment in posix_spawn code by Rich Felker · 10 years ago
  15. e89cfe5 fix aliasing violations in mbtowc and mbrtowc by Rich Felker · 10 years ago
  16. 2d8cc92 fix regression in mips dynamic linker by Rich Felker · 10 years ago
  17. 9a4ad02 fix regression in dynamic linker error reporting by Rich Felker · 10 years ago
  18. de337c9 release 1.1.3 by Rich Felker · 10 years ago
  19. f807107 add tarball-producing targets to Makefile for ease of release by Rich Felker · 10 years ago
  20. 8facd56 update version reference in the README file by Rich Felker · 10 years ago
  21. 1cc69fa add note to INSTALL file about gcc 4.9.0 not being supported by Rich Felker · 10 years ago
  22. 5abfd55 add routing protocols to getprotoent-family functions by Timo Teräs · 10 years ago
  23. 607ce88 rename dynamic linker _start to _dlstart in the stub version by Rich Felker · 10 years ago
  24. 6ce1fad add __sysv_signal abi-compat alias for the signal function by Rich Felker · 10 years ago
  25. 1fd0f6e add __xmknod and __xmknodat abi-compat functions by Rich Felker · 10 years ago
  26. 76f2bcc consolidate __xstat abi-compat functions into a single source file by Rich Felker · 10 years ago
  27. 5474a34 implement fmtmsg function by Rich Felker · 10 years ago
  28. 3c42605 implement result address sorting in the resolver (getaddrinfo, etc.) by Rich Felker · 10 years ago
  29. 70d9c30 remove hack in syslog.h that resulted in aliasing violations by Rich Felker · 10 years ago
  30. 4ad3588 remove optimization-inhibiting behavior from configure's --enable-debug by Rich Felker · 10 years ago
  31. fe82bb9 fix gethostby*_r result pointer value on error by Timo Teräs · 10 years ago
  32. 2e5d256 fix sendmmsg emulation return value for zero-length vector by Rich Felker · 10 years ago
  33. 3fa2eb2 rename dynamic linker entry point from _start to _dlstart by Rich Felker · 10 years ago
  34. acb7e04 implement sendmmsg and recvmmsg by Rich Felker · 10 years ago
  35. 39201d0 add tlsdesc support for x86_64 by Rich Felker · 10 years ago
  36. 5ba238e separate __tls_get_addr implementation from dynamic linker/init_tls by Rich Felker · 10 years ago
  37. 4e0b4a5 add tlsdesc support for i386 by Rich Felker · 10 years ago
  38. 880c479 optimize i386 ___tls_get_addr asm by Rich Felker · 10 years ago
  39. e75b16c change dynamic TLS installation strategy to optimize access by Rich Felker · 10 years ago
  40. 9d15d5e add arch-generic support for tlsdesc relocations to dynamic linker by Rich Felker · 10 years ago
  41. cef0f28 fix incorrect comparison loop condition in memmem by Rich Felker · 10 years ago
  42. 7c73cac reduce code duplication in dynamic linker error paths by Rich Felker · 10 years ago
  43. adf94c1 refactor to remove arch-specific relocation code from dynamic linker by Rich Felker · 10 years ago
  44. 94cf991 fix powerpc dynamic linker thread-pointer-relative relocations by Rich Felker · 10 years ago
  45. f4cc276 multiple fixes to sh (superh) dynamic linker relocations by Rich Felker · 10 years ago
  46. bfa0970 dynamic linker: permit error returns from arch-specific reloc function by Rich Felker · 10 years ago
  47. 4e5c7a2 fix missing argument to syscall in fanotify_mark by Clément Vasseur · 10 years ago
  48. 66fcde4 support optional-argument extension to getopt via double-colon by Rich Felker · 10 years ago
  49. d79b277 fail configure on --enable-shared if -Bsymbolic-functions doesn't work by Rich Felker · 10 years ago
  50. ac31bf2 simplify errno implementation by Rich Felker · 10 years ago
  51. df15168 replace all remaining internal uses of pthread_self with __pthread_self by Rich Felker · 10 years ago
  52. 64e3228 add thread-pointer support for pre-2.6 kernels on i386 by Rich Felker · 10 years ago
  53. 246e752 avoid spurious lookup failures from badly-behaved nameservers by Rich Felker · 10 years ago
  54. f616294 use default timezone from /etc/localtime if $TZ is unset/blank by Rich Felker · 10 years ago
  55. 3ff3a1d release 1.1.2 by Rich Felker · 10 years ago
  56. 348fc55 implement %y and %C specifiers in strptime by Timo Teräs · 10 years ago
  57. 9c2d437 avoid invalid use of va_arg in open by Rich Felker · 10 years ago
  58. 7765706 add O_CLOEXEC fallback for open and related functions by Rich Felker · 10 years ago
  59. 1cacc01 optimize SOCK_CLOEXEC fallback for socket function by Rich Felker · 10 years ago
  60. 1d34856 add SOCK_CLOEXEC fallback for socketpair on old kernels by Rich Felker · 10 years ago
  61. abce315 implement dn_comp RFC 1035 domain name compression by Szabolcs Nagy · 10 years ago
  62. 07355f5 accept trailing . and empty domain names by Szabolcs Nagy · 10 years ago
  63. 9ce2860 add vdso clock_gettime acceleration support to i386 by Rich Felker · 10 years ago
  64. 60158bf fix fd leak in tmpfile when the fdopen operation fails by Rich Felker · 10 years ago
  65. 2abb70c fix the domain name length limit checks by Szabolcs Nagy · 10 years ago
  66. b3d9e0b fix multiple validation issues in dns response label parsing by Szabolcs Nagy · 10 years ago
  67. 7e222f4 fix missing function declarations in refactored ip literal parsing code by Rich Felker · 10 years ago
  68. fde3c29 add support for reverse port lookups from services file to getnameinfo by Rich Felker · 10 years ago
  69. 01dc3f4 add support for reverse name lookups from hosts file to getnameinfo by Rich Felker · 10 years ago
  70. 934aa13 remove some dummy "ent" function aliases that duplicated real ones by Rich Felker · 10 years ago
  71. 6a25313 simplify vasprintf implementation by Rich Felker · 10 years ago
  72. bdad2fe add support for ipv6 scope_id to getaddrinfo and getnameinfo by Rich Felker · 10 years ago
  73. 8041af5 fix if_nametoindex return value when interface does not exist by Rich Felker · 10 years ago
  74. d85d261 fix negative response and non-response handling for dns queries by Rich Felker · 10 years ago
  75. ac2a789 fix some validation checks in dns response parsing code by Rich Felker · 10 years ago
  76. 8fba445 fix incorrect end pointer in some cases when wcsrtombs stops early by Rich Felker · 10 years ago
  77. 76f440c remove cruft from old resolver and numeric ip parsing by Rich Felker · 10 years ago
  78. 3330198 switch standard resolver functions to use the new dns backend by Rich Felker · 10 years ago
  79. a2a328b fix uninitialized variable in new __res_msend dns function by Rich Felker · 10 years ago
  80. 8312f7f implement new dns backend, res_send and other legacy resolver functions by Rich Felker · 10 years ago
  81. 1871f58 add ipsec and tunneling protocols to getprotoent-family functions by Timo Teräs · 10 years ago
  82. bb9af59 fix off-by-one in checking hostname length in new resolver backend by Rich Felker · 10 years ago
  83. af7c308 improve getservbyname_r using new resolver backend by Rich Felker · 10 years ago
  84. e8f39ca improve gethostbyname2_r using new resolver backend by Rich Felker · 10 years ago
  85. 6f409bf refactor getaddrinfo and add support for most remaining features by Rich Felker · 10 years ago
  86. 5f4c496 fix POSIX namespace pollution in sys/types.h by Szabolcs Nagy · 10 years ago
  87. bff6095 use cleaner code for handling float rounding in vfprintf by Szabolcs Nagy · 10 years ago
  88. c350468 update netinet/in.h to match the current kernel uapi by Szabolcs Nagy · 10 years ago
  89. c8ea212 add SO_BPF_EXTENSIONS socket option by Szabolcs Nagy · 10 years ago
  90. fd9571e add sched_{get,set}attr syscall numbers and SCHED_DEADLINE macro by Szabolcs Nagy · 10 years ago
  91. 24df8b0 fix breakage from recent syscall commits due to missing errno macros by Rich Felker · 10 years ago
  92. 8258014 fix for broken kernel side RLIM_INFINITY on mips by Szabolcs Nagy · 10 years ago
  93. 106e65d break down coarse-grained 64-bit-off_t syscall remappings by Rich Felker · 10 years ago
  94. 5cf9e8f additional fixes for linux kernel apis with old syscalls removed by Rich Felker · 10 years ago
  95. 55f45bc fix sendfile syscall to use 64-bit off_t by Rich Felker · 10 years ago
  96. dd5f50d support linux kernel apis (new archs) with old syscalls removed by Rich Felker · 10 years ago
  97. 2e55da9 remove useless synchronization in exit and quick_exit by Rich Felker · 10 years ago
  98. d677d3f fix missing declaration of strcpy in implementation of tmpnam by Rich Felker · 10 years ago
  99. 2fe6579 overhaul tmpfile, tmpnam, and tempnam functions by Rich Felker · 10 years ago
  100. 9b880a6 fix sys_open macro for archs without the plain open syscall by Rich Felker · 10 years ago