1. 082fb4e fix clobbering of signal mask when creating thread with sched attributes by Rich Felker · 12 years ago
  2. d0ba098 make last thread's pthread_exit give exit(0) a consistent state by Rich Felker · 12 years ago
  3. c3a6839 use atomic decrement rather than cas in pthread_exit thread count by Rich Felker · 12 years ago
  4. 6e531f9 add comments on some of the pthread_exit logic by Rich Felker · 12 years ago
  5. 23f21c3 always block signals in pthread_exit before decrementing thread count by Rich Felker · 12 years ago
  6. a0473a0 remove explicit locking to prevent __synccall setuid during posix_spawn by Rich Felker · 12 years ago
  7. 43653c1 remove __STDC_LIMIT_MACROS and __STDC_CONSTANT_MACROS checks in stdint.h by Rich Felker · 12 years ago
  8. ae0c1de fix reversed argument order x86_64 sigsetjmp's call to sigprocmask by Rich Felker · 12 years ago
  9. 71ae0c7 comment potentially-confusing use of struct crypt_data type by Rich Felker · 12 years ago
  10. 5d37b79 mention bits headers in another part of copyright file by Rich Felker · 12 years ago
  11. a896e89 update copyright year by Rich Felker · 12 years ago
  12. 8764646 clarify that bits headers are included as public headers by Rich Felker · 12 years ago
  13. 8c203ea make dynamic linker accept : or \n as path separator by Rich Felker · 12 years ago
  14. 7bec92e release notes for 0.9.10 by Rich Felker · 12 years ago
  15. 4ba3ebd make ifaddrs.h expose sys/socket.h by Rich Felker · 12 years ago
  16. 9947ed5 getifaddrs: implement proper ipv6 netmasks by rofl0r · 12 years ago
  17. 23ab8c2 mbrtowc: do not leave mbstate_t in permanent-fail state after EILSEQ by Rich Felker · 12 years ago
  18. ea34b1b implement mbtowc directly, not as a wrapper for mbrtowc by Rich Felker · 12 years ago
  19. a49e038 optimize mbrtowc by Rich Felker · 12 years ago
  20. 8f06ab0 fix out-of-bounds access in UTF-8 decoding by Rich Felker · 12 years ago
  21. bcd9302 fix signalfd not to ignore flags by Rich Felker · 12 years ago
  22. cc11b42 silence nonsensical warnings in timer_create by Rich Felker · 12 years ago
  23. b4ea638 add support for program_invocation[_short]_name by Rich Felker · 12 years ago
  24. 5c5ac81 fix argument omission in ABI-compat weak_alias for fscanf by Rich Felker · 12 years ago
  25. 14f0272 Add ABI compatability aliases. by Isaac Dunham · 12 years ago
  26. ced6499 fix type error in pthread_create, introduced with pthread_getattr_np by Rich Felker · 12 years ago
  27. 338cc31 getifaddrs: remove unused label by rofl0r · 12 years ago
  28. 4af3ea7 getifaddrs: use if_nameindex to enumerate interfaces by rofl0r · 12 years ago
  29. 69a1983 getifaddrs: one less indent level by rofl0r · 12 years ago
  30. c82f53f getifaddrs: less malloc by rofl0r · 12 years ago
  31. b3792c8 include/ifaddrs.h: add prototypes for get/freeifaddrs by rofl0r · 12 years ago
  32. 202db37 add getifaddrs by rofl0r · 12 years ago
  33. 5ffe494 net/if.h: add some missing IFF_ constants by rofl0r · 12 years ago
  34. f4ded93 add prototype for dn_skipname by Rich Felker · 12 years ago
  35. b6f9941 implement dn_skipname (legacy resolver function) by Rich Felker · 12 years ago
  36. baec93c add arpa/tftp.h by rofl0r · 12 years ago
  37. f77bab5 fix type issues in stdint.h so underlying types of 64-bit types match ABI by Rich Felker · 12 years ago
  38. c7af271 eliminate bits/wchar.h by Rich Felker · 12 years ago
  39. 201995f eliminate gcc dependency for testing char signedness in limits.h by Rich Felker · 12 years ago
  40. ddfb267 add put*ent functions for passwd/group files and similar for shadow by Rich Felker · 12 years ago
  41. 771c6ce cleanup wcstombs by Rich Felker · 12 years ago
  42. b5a527f cleanup mbstowcs wrapper by Rich Felker · 12 years ago
  43. f62b12d minor optimization to mbstowcs by Rich Felker · 12 years ago
  44. 40b2b5f fix incorrect range checks in wcsrtombs by Rich Felker · 12 years ago
  45. 50d9661 overhaul mbsrtowcs by Rich Felker · 12 years ago
  46. 47cf491 re-add useconds_t by rofl0r · 12 years ago
  47. 82aad3a add arpa/nameser_compat.h by rofl0r · 12 years ago
  48. da144ee make tm_zone etc visible under _GNU_SOURCE by rofl0r · 12 years ago
  49. a6752eb __time_to_tm: initialize tm_zone and tm_gmtoff by rofl0r · 12 years ago
  50. 8d3ee05 add syscall numbers for the new kcmp and finit_module syscalls by Szabolcs Nagy · 12 years ago
  51. ca2300d add the new SO_REUSEPORT socket option to mips and powerpc by Szabolcs Nagy · 12 years ago
  52. e82bd04 add new socket options to sys/socket.h following linux by Szabolcs Nagy · 12 years ago
  53. 46f45f7 adding ethernet protocol ids to if_ether.h following linux by Szabolcs Nagy · 12 years ago
  54. d4c04d1 add ADJ_SETOFFSET timex mode bit (new in linux v2.6.39) by Szabolcs Nagy · 12 years ago
  55. 2e76210 add new linux tcp socket option flags to netinet/tcp.h by Szabolcs Nagy · 12 years ago
  56. 201e660 fix typo in setpriority syscall wrapper by Rich Felker · 12 years ago
  57. 0b2764d provide prototype for pthread_getattr_np by Rich Felker · 12 years ago
  58. 14a835b implement pthread_getattr_np by Rich Felker · 12 years ago
  59. ccc7b4c remove __SYSCALL_SSLEN arch macro in favor of using public _NSIG by Rich Felker · 12 years ago
  60. 00f1521 provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels by Rich Felker · 12 years ago
  61. ae7399b in pipe2, use pipe() rather than __syscall(SYS_pipe, ...) for fallback by Rich Felker · 12 years ago
  62. 9cb6e6e rewrite popen to use posix_spawn instead of fragile vfork hacks by Rich Felker · 12 years ago
  63. 7914ce9 remove cruft from pre-posix_spawn version of the system function by Rich Felker · 12 years ago
  64. 2d0f495 add deprecated SIGIOT alias for SIGABRT by Rich Felker · 12 years ago
  65. 427c0ca fix multiple bugs in syslog interfaces by Rich Felker · 12 years ago
  66. dfdc337 remove soname from libc.so/ld-musl by Rich Felker · 12 years ago
  67. 08514d0 fix epoll structure alignment on non-x86_64 archs by Rich Felker · 12 years ago
  68. f440761 fix missing type error in grp.h from adding fgetgrent by Rich Felker · 12 years ago
  69. da1442c fix types for wctype_t and wctrans_t by Rich Felker · 12 years ago
  70. 8c74178 fix some obscure header type size/alignment issues by Rich Felker · 12 years ago
  71. 99727da fix wrong float_t on x86_64 by Rich Felker · 12 years ago
  72. e201d82 fix cruft in utmp.h that was broken by changes in utmpx.h by Rich Felker · 12 years ago
  73. 5afc74f fix integer type issue in strverscmp by Rich Felker · 12 years ago
  74. 4853c1f implement non-stub strverscmp by Rich Felker · 12 years ago
  75. d1eae83 namespace conformance to latest standards in strings.h by Rich Felker · 12 years ago
  76. e864ddc replace stub with working strcasestr by Rich Felker · 12 years ago
  77. 330fd96 fix wrong return value from wmemmove on forward copies by Rich Felker · 12 years ago
  78. 8224bdb scsci/sg.h: fix usage of undefined macro HZ by rofl0r · 12 years ago
  79. caec662 add arpa/ftp.h by rofl0r · 12 years ago
  80. 8872e4e use memcmp instead of str[n]cmp for temp function XXXXXX checking by Rich Felker · 12 years ago
  81. 8d2f806 fix error cases in mkostemps core by Rich Felker · 12 years ago
  82. 3b00675 remove leftover unused variable in mktemp after refactoring by Rich Felker · 12 years ago
  83. 2cc6335 add mkostemp, mkstemps, and mkostemps functions and reorganize temp internals by Rich Felker · 12 years ago
  84. f78cdbe remove unused #undef environ now that libc.h no longer #defines it by Rich Felker · 12 years ago
  85. 23ccb80 consistently use the internal name __environ for environ by Rich Felker · 12 years ago
  86. cac8729 add fgetgrent function by Rich Felker · 12 years ago
  87. b9e0830 fix typo in newly-added error message for EOWNERDEAD by Rich Felker · 12 years ago
  88. d75348d improve error strings by Rich Felker · 12 years ago
  89. 5269004 arm: add __aeabi_atexit() by rofl0r · 12 years ago
  90. 158f721 Makefile: make it possible to build arch specific C files by rofl0r · 12 years ago
  91. a879935 base system() on posix_spawn by Rich Felker · 12 years ago
  92. 4862864 fix unsigned comparison bug in posix_spawn by Rich Felker · 12 years ago
  93. fb6b159 overhaul posix_spawn to use CLONE_VM instead of vfork by Rich Felker · 12 years ago
  94. 89d3df6 streamline old-kernel fallback path of pipe2 to use syscalls directly by Rich Felker · 12 years ago
  95. d432b2c fix regression that made shared libs crash on arm by Rich Felker · 12 years ago
  96. a47ad3e dynamically allocate storage for gethostby* buffers by Rich Felker · 12 years ago
  97. c019355 fix blank ai_canonname from getaddrinfo for non-CNAMEs by Rich Felker · 12 years ago
  98. b030286 fix memory leak due to double call to getaddrinfo in gethostbyname* by Rich Felker · 12 years ago
  99. 70b584b fix error returns in gethostby*_r functions by Rich Felker · 12 years ago
  100. 74025c8 fix uninitialized map_len being used in munmap failure paths in load_library by Rich Felker · 12 years ago