1. 2d8cc92 fix regression in mips dynamic linker by Rich Felker · 10 years ago
  2. 9a4ad02 fix regression in dynamic linker error reporting by Rich Felker · 10 years ago
  3. 5abfd55 add routing protocols to getprotoent-family functions by Timo Teräs · 10 years ago
  4. 607ce88 rename dynamic linker _start to _dlstart in the stub version by Rich Felker · 10 years ago
  5. 6ce1fad add __sysv_signal abi-compat alias for the signal function by Rich Felker · 10 years ago
  6. 1fd0f6e add __xmknod and __xmknodat abi-compat functions by Rich Felker · 10 years ago
  7. 76f2bcc consolidate __xstat abi-compat functions into a single source file by Rich Felker · 10 years ago
  8. 5474a34 implement fmtmsg function by Rich Felker · 10 years ago
  9. 3c42605 implement result address sorting in the resolver (getaddrinfo, etc.) by Rich Felker · 10 years ago
  10. fe82bb9 fix gethostby*_r result pointer value on error by Timo Teräs · 10 years ago
  11. 2e5d256 fix sendmmsg emulation return value for zero-length vector by Rich Felker · 10 years ago
  12. 3fa2eb2 rename dynamic linker entry point from _start to _dlstart by Rich Felker · 10 years ago
  13. acb7e04 implement sendmmsg and recvmmsg by Rich Felker · 10 years ago
  14. 39201d0 add tlsdesc support for x86_64 by Rich Felker · 10 years ago
  15. 5ba238e separate __tls_get_addr implementation from dynamic linker/init_tls by Rich Felker · 10 years ago
  16. 4e0b4a5 add tlsdesc support for i386 by Rich Felker · 10 years ago
  17. 880c479 optimize i386 ___tls_get_addr asm by Rich Felker · 10 years ago
  18. e75b16c change dynamic TLS installation strategy to optimize access by Rich Felker · 10 years ago
  19. 9d15d5e add arch-generic support for tlsdesc relocations to dynamic linker by Rich Felker · 10 years ago
  20. cef0f28 fix incorrect comparison loop condition in memmem by Rich Felker · 10 years ago
  21. 7c73cac reduce code duplication in dynamic linker error paths by Rich Felker · 10 years ago
  22. adf94c1 refactor to remove arch-specific relocation code from dynamic linker by Rich Felker · 10 years ago
  23. 4e5c7a2 fix missing argument to syscall in fanotify_mark by Clément Vasseur · 10 years ago
  24. 66fcde4 support optional-argument extension to getopt via double-colon by Rich Felker · 10 years ago
  25. ac31bf2 simplify errno implementation by Rich Felker · 10 years ago
  26. df15168 replace all remaining internal uses of pthread_self with __pthread_self by Rich Felker · 10 years ago
  27. 64e3228 add thread-pointer support for pre-2.6 kernels on i386 by Rich Felker · 10 years ago
  28. 246e752 avoid spurious lookup failures from badly-behaved nameservers by Rich Felker · 10 years ago
  29. f616294 use default timezone from /etc/localtime if $TZ is unset/blank by Rich Felker · 10 years ago
  30. 348fc55 implement %y and %C specifiers in strptime by Timo Teräs · 10 years ago
  31. 9c2d437 avoid invalid use of va_arg in open by Rich Felker · 10 years ago
  32. 7765706 add O_CLOEXEC fallback for open and related functions by Rich Felker · 10 years ago
  33. 1cacc01 optimize SOCK_CLOEXEC fallback for socket function by Rich Felker · 10 years ago
  34. 1d34856 add SOCK_CLOEXEC fallback for socketpair on old kernels by Rich Felker · 10 years ago
  35. abce315 implement dn_comp RFC 1035 domain name compression by Szabolcs Nagy · 10 years ago
  36. 07355f5 accept trailing . and empty domain names by Szabolcs Nagy · 10 years ago
  37. 60158bf fix fd leak in tmpfile when the fdopen operation fails by Rich Felker · 10 years ago
  38. 2abb70c fix the domain name length limit checks by Szabolcs Nagy · 10 years ago
  39. b3d9e0b fix multiple validation issues in dns response label parsing by Szabolcs Nagy · 10 years ago
  40. 7e222f4 fix missing function declarations in refactored ip literal parsing code by Rich Felker · 10 years ago
  41. fde3c29 add support for reverse port lookups from services file to getnameinfo by Rich Felker · 10 years ago
  42. 01dc3f4 add support for reverse name lookups from hosts file to getnameinfo by Rich Felker · 10 years ago
  43. 934aa13 remove some dummy "ent" function aliases that duplicated real ones by Rich Felker · 10 years ago
  44. 6a25313 simplify vasprintf implementation by Rich Felker · 10 years ago
  45. bdad2fe add support for ipv6 scope_id to getaddrinfo and getnameinfo by Rich Felker · 10 years ago
  46. 8041af5 fix if_nametoindex return value when interface does not exist by Rich Felker · 10 years ago
  47. d85d261 fix negative response and non-response handling for dns queries by Rich Felker · 10 years ago
  48. ac2a789 fix some validation checks in dns response parsing code by Rich Felker · 10 years ago
  49. 8fba445 fix incorrect end pointer in some cases when wcsrtombs stops early by Rich Felker · 10 years ago
  50. 76f440c remove cruft from old resolver and numeric ip parsing by Rich Felker · 10 years ago
  51. 3330198 switch standard resolver functions to use the new dns backend by Rich Felker · 10 years ago
  52. a2a328b fix uninitialized variable in new __res_msend dns function by Rich Felker · 10 years ago
  53. 8312f7f implement new dns backend, res_send and other legacy resolver functions by Rich Felker · 10 years ago
  54. 1871f58 add ipsec and tunneling protocols to getprotoent-family functions by Timo Teräs · 10 years ago
  55. bb9af59 fix off-by-one in checking hostname length in new resolver backend by Rich Felker · 10 years ago
  56. af7c308 improve getservbyname_r using new resolver backend by Rich Felker · 10 years ago
  57. e8f39ca improve gethostbyname2_r using new resolver backend by Rich Felker · 10 years ago
  58. 6f409bf refactor getaddrinfo and add support for most remaining features by Rich Felker · 10 years ago
  59. bff6095 use cleaner code for handling float rounding in vfprintf by Szabolcs Nagy · 10 years ago
  60. 24df8b0 fix breakage from recent syscall commits due to missing errno macros by Rich Felker · 10 years ago
  61. 8258014 fix for broken kernel side RLIM_INFINITY on mips by Szabolcs Nagy · 10 years ago
  62. 106e65d break down coarse-grained 64-bit-off_t syscall remappings by Rich Felker · 10 years ago
  63. 5cf9e8f additional fixes for linux kernel apis with old syscalls removed by Rich Felker · 10 years ago
  64. 55f45bc fix sendfile syscall to use 64-bit off_t by Rich Felker · 10 years ago
  65. dd5f50d support linux kernel apis (new archs) with old syscalls removed by Rich Felker · 10 years ago
  66. 2e55da9 remove useless synchronization in exit and quick_exit by Rich Felker · 10 years ago
  67. d677d3f fix missing declaration of strcpy in implementation of tmpnam by Rich Felker · 10 years ago
  68. 2fe6579 overhaul tmpfile, tmpnam, and tempnam functions by Rich Felker · 10 years ago
  69. 9b880a6 fix sys_open macro for archs without the plain open syscall by Rich Felker · 10 years ago
  70. 9289931 fix placement of multiple inclusion guard endif in internal syscall.h by Rich Felker · 10 years ago
  71. 4ef04a2 fix type of extended argument array to pselect6 syscall by Rich Felker · 10 years ago
  72. 594c827 support kernels with no SYS_open syscall, only SYS_openat by Rich Felker · 10 years ago
  73. dec6675 fix unhandled cases in strptime by Rich Felker · 10 years ago
  74. 93be56b remove unsupported nonstandard sysconf macros and their table entries by Rich Felker · 10 years ago
  75. ff78355 rework sysconf table to treat zero entries as invalid by Rich Felker · 10 years ago
  76. 8a2d871 add cp437 and cp850 to available iconv conversions by Rich Felker · 10 years ago
  77. ac0acd5 fix strftime %s not to zero pad with default width=2 by Szabolcs Nagy · 11 years ago
  78. adbf025 remove useless __yield alias for sched_yield by Rich Felker · 11 years ago
  79. c3d9d17 perform minimal sanity checks on zoneinfo files loaded via TZ variable by Rich Felker · 11 years ago
  80. 0f2315b do not try to interpret implementation specific strings as tz definition by Timo Teräs · 11 years ago
  81. 3176b57 make __init_libc static for non-shared libc by Rich Felker · 11 years ago
  82. fbcfed7 further micro-optimize startup code for size by Rich Felker · 11 years ago
  83. 9b52ab1 micro-optimize some startup code for size by Rich Felker · 11 years ago
  84. 5c4f11d allow zoneinfo-path-relative filenames with no slashes in TZ variable by Rich Felker · 11 years ago
  85. 164c5c7 expose public execvpe interface by M Farkas-Dyck · 11 years ago
  86. 476cd1d fix false negatives with periodic needles in strstr, wcsstr, and memmem by Rich Felker · 11 years ago
  87. fbeadd1 make socketcall types common as they are same for all architectures by Timo Teräs · 11 years ago
  88. de45164 add options when explicitly invoking dynamic loader by Rich Felker · 11 years ago
  89. 58e75db add working vdso clock_gettime support, including static linking by Rich Felker · 11 years ago
  90. 0d0c2f4 fix deadlock race in pthread_once by Rich Felker · 11 years ago
  91. 96315d2 add _SC_PHYS_PAGES and _SC_AVPHYS_PAGES extentions to sysconf by Rich Felker · 11 years ago
  92. de20a8f add namespace-protected name for sysinfo function by Rich Felker · 11 years ago
  93. 6cf7d17 in sysconf, use getrlimit function rather than raw syscall for rlimits by Rich Felker · 11 years ago
  94. 233767b avoid linear-time if/else special cases in sysconf by Rich Felker · 11 years ago
  95. 8056984 fix fallback code for old kernels in clock_gettime by Rich Felker · 11 years ago
  96. 83c98aa use hidden visibility rather than protected for syscall internals by Rich Felker · 11 years ago
  97. 73c870e math: fix aliasing violation in long double wrappers by Szabolcs Nagy · 11 years ago
  98. 6fbdeff fix search past the end of haystack in memmem by Timo Teräs · 11 years ago
  99. e94d069 fix printf rounding with %g for some corner case midpoints by Rich Felker · 11 years ago
  100. 21ada94 add getauxval function by Rich Felker · 11 years ago