1. 7bec92e release notes for 0.9.10 by Rich Felker · 11 years ago
  2. 4ba3ebd make ifaddrs.h expose sys/socket.h by Rich Felker · 11 years ago
  3. 9947ed5 getifaddrs: implement proper ipv6 netmasks by rofl0r · 11 years ago
  4. 23ab8c2 mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ by Rich Felker · 11 years ago
  5. ea34b1b implement mbtowc directly, not as a wrapper for mbrtowc by Rich Felker · 11 years ago
  6. a49e038 optimize mbrtowc by Rich Felker · 11 years ago
  7. 8f06ab0 fix out-of-bounds access in UTF-8 decoding by Rich Felker · 11 years ago
  8. bcd9302 fix signalfd not to ignore flags by Rich Felker · 11 years ago
  9. cc11b42 silence nonsensical warnings in timer_create by Rich Felker · 11 years ago
  10. b4ea638 add support for program_invocation[_short]_name by Rich Felker · 11 years ago
  11. 5c5ac81 fix argument omission in ABI-compat weak_alias for fscanf by Rich Felker · 11 years ago
  12. 14f0272 Add ABI compatability aliases. by Isaac Dunham · 11 years ago
  13. ced6499 fix type error in pthread_create, introduced with pthread_getattr_np by Rich Felker · 11 years ago
  14. 338cc31 getifaddrs: remove unused label by rofl0r · 11 years ago
  15. 4af3ea7 getifaddrs: use if_nameindex to enumerate interfaces by rofl0r · 11 years ago
  16. 69a1983 getifaddrs: one less indent level by rofl0r · 11 years ago
  17. c82f53f getifaddrs: less malloc by rofl0r · 11 years ago
  18. b3792c8 include/ifaddrs.h: add prototypes for get/freeifaddrs by rofl0r · 11 years ago
  19. 202db37 add getifaddrs by rofl0r · 11 years ago
  20. 5ffe494 net/if.h: add some missing IFF_ constants by rofl0r · 11 years ago
  21. f4ded93 add prototype for dn_skipname by Rich Felker · 11 years ago
  22. b6f9941 implement dn_skipname (legacy resolver function) by Rich Felker · 11 years ago
  23. baec93c add arpa/tftp.h by rofl0r · 11 years ago
  24. f77bab5 fix type issues in stdint.h so underlying types of 64-bit types match ABI by Rich Felker · 11 years ago
  25. c7af271 eliminate bits/wchar.h by Rich Felker · 11 years ago
  26. 201995f eliminate gcc dependency for testing char signedness in limits.h by Rich Felker · 11 years ago
  27. ddfb267 add put*ent functions for passwd/group files and similar for shadow by Rich Felker · 11 years ago
  28. 771c6ce cleanup wcstombs by Rich Felker · 11 years ago
  29. b5a527f cleanup mbstowcs wrapper by Rich Felker · 11 years ago
  30. f62b12d minor optimization to mbstowcs by Rich Felker · 11 years ago
  31. 40b2b5f fix incorrect range checks in wcsrtombs by Rich Felker · 11 years ago
  32. 50d9661 overhaul mbsrtowcs by Rich Felker · 11 years ago
  33. 47cf491 re-add useconds_t by rofl0r · 11 years ago
  34. 82aad3a add arpa/nameser_compat.h by rofl0r · 11 years ago
  35. da144ee make tm_zone etc visible under _GNU_SOURCE by rofl0r · 11 years ago
  36. a6752eb __time_to_tm: initialize tm_zone and tm_gmtoff by rofl0r · 11 years ago
  37. 8d3ee05 add syscall numbers for the new kcmp and finit_module syscalls by Szabolcs Nagy · 11 years ago
  38. ca2300d add the new SO_REUSEPORT socket option to mips and powerpc by Szabolcs Nagy · 11 years ago
  39. e82bd04 add new socket options to sys/socket.h following linux by Szabolcs Nagy · 11 years ago
  40. 46f45f7 adding ethernet protocol ids to if_ether.h following linux by Szabolcs Nagy · 11 years ago
  41. d4c04d1 add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) by Szabolcs Nagy · 11 years ago
  42. 2e76210 add new linux tcp socket option flags to netinet/tcp.h by Szabolcs Nagy · 11 years ago
  43. 201e660 fix typo in setpriority syscall wrapper by Rich Felker · 11 years ago
  44. 0b2764d provide prototype for pthread_getattr_np by Rich Felker · 11 years ago
  45. 14a835b implement pthread_getattr_np by Rich Felker · 11 years ago
  46. ccc7b4c remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG by Rich Felker · 11 years ago
  47. 00f1521 provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels by Rich Felker · 11 years ago
  48. ae7399b in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback by Rich Felker · 11 years ago
  49. 9cb6e6e rewrite popen to use posix_spawn instead of fragile vfork hacks by Rich Felker · 11 years ago
  50. 7914ce9 remove cruft from pre-posix_spawn version of the system function by Rich Felker · 11 years ago
  51. 2d0f495 add deprecated SIGIOT alias for SIGABRT by Rich Felker · 11 years ago
  52. 427c0ca fix multiple bugs in syslog interfaces by Rich Felker · 11 years ago
  53. dfdc337 remove soname from libc.so/ld-musl by Rich Felker · 11 years ago
  54. 08514d0 fix epoll structure alignment on non-x86_64 archs by Rich Felker · 11 years ago
  55. f440761 fix missing type error in grp.h from adding fgetgrent by Rich Felker · 11 years ago
  56. da1442c fix types for wctype_t and wctrans_t by Rich Felker · 11 years ago
  57. 8c74178 fix some obscure header type size/alignment issues by Rich Felker · 11 years ago
  58. 99727da fix wrong float_t on x86_64 by Rich Felker · 12 years ago
  59. e201d82 fix cruft in utmp.h that was broken by changes in utmpx.h by Rich Felker · 12 years ago
  60. 5afc74f fix integer type issue in strverscmp by Rich Felker · 12 years ago
  61. 4853c1f implement non-stub strverscmp by Rich Felker · 12 years ago
  62. d1eae83 namespace conformance to latest standards in strings.h by Rich Felker · 12 years ago
  63. e864ddc replace stub with working strcasestr by Rich Felker · 12 years ago
  64. 330fd96 fix wrong return value from wmemmove on forward copies by Rich Felker · 12 years ago
  65. 8224bdb scsci/sg.h: fix usage of undefined macro HZ by rofl0r · 12 years ago
  66. caec662 add arpa/ftp.h by rofl0r · 12 years ago
  67. 8872e4e use memcmp instead of str[n]cmp for temp function XXXXXX checking by Rich Felker · 12 years ago
  68. 8d2f806 fix error cases in mkostemps core by Rich Felker · 12 years ago
  69. 3b00675 remove leftover unused variable in mktemp after refactoring by Rich Felker · 12 years ago
  70. 2cc6335 add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals by Rich Felker · 12 years ago
  71. f78cdbe remove unused #undef environ now that libc.h no longer #defines it by Rich Felker · 12 years ago
  72. 23ccb80 consistently use the internal name __environ for environ by Rich Felker · 12 years ago
  73. cac8729 add fgetgrent function by Rich Felker · 12 years ago
  74. b9e0830 fix typo in newly-added error message for EOWNERDEAD by Rich Felker · 12 years ago
  75. d75348d improve error strings by Rich Felker · 12 years ago
  76. 5269004 arm: add __aeabi_atexit() by rofl0r · 12 years ago
  77. 158f721 Makefile: make it possible to build arch specific C files by rofl0r · 12 years ago
  78. a879935 base system() on posix_spawn by Rich Felker · 12 years ago
  79. 4862864 fix unsigned comparison bug in posix_spawn by Rich Felker · 12 years ago
  80. fb6b159 overhaul posix_spawn to use CLONE_VM instead of vfork by Rich Felker · 12 years ago
  81. 89d3df6 streamline old-kernel fallback path of pipe2 to use syscalls directly by Rich Felker · 12 years ago
  82. d432b2c fix regression that made shared libs crash on arm by Rich Felker · 12 years ago
  83. a47ad3e dynamically allocate storage for gethostby* buffers by Rich Felker · 12 years ago
  84. c019355 fix blank ai_canonname from getaddrinfo for non-CNAMEs by Rich Felker · 12 years ago
  85. b030286 fix memory leak due to double call to getaddrinfo in gethostbyname* by Rich Felker · 12 years ago
  86. 70b584b fix error returns in gethostby*_r functions by Rich Felker · 12 years ago
  87. 74025c8 fix uninitialized map_len being used in munmap failure paths in load_library by Rich Felker · 12 years ago
  88. 72768ea fix stale locks left behind when pthread_create fails by Rich Felker · 12 years ago
  89. 077549e if pthread_create fails, it must not attempt mmap if there is no mapping by Rich Felker · 12 years ago
  90. d514264 pthread stack treatment overhaul for application-provided stacks, etc. by Rich Felker · 12 years ago
  91. c509250 make some arrays const by rofl0r · 12 years ago
  92. facc6ac replace __wake function with macro that performs direct syscall by Rich Felker · 12 years ago
  93. 96fbcf7 fix up minor misplacement of restrict keyword in spawnattr sched stubs by Rich Felker · 12 years ago
  94. a57ac9b release notes for 0.9.9 by Rich Felker · 12 years ago
  95. ae4b0b9 revert regex "cleanup" that seems unjustified and may break backtracking by Rich Felker · 12 years ago
  96. 725c555 SOL_TCP is nonstandard and not in the reserved namespace by Rich Felker · 12 years ago
  97. d5c164d fix tm_to_time logic for number of days in november by Rich Felker · 12 years ago
  98. 55ddbc3 add RTLD_NODELETE flag for dlopen by Rich Felker · 12 years ago
  99. 4d07e55 add support for RTLD_NOLOAD to dlopen by Rich Felker · 12 years ago
  100. 637dd2d fix regression in dlsym: rejection of special RTLD_* handles as invalid by Rich Felker · 12 years ago