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