1. 8431d79 TLS (GNU/C11 thread-local storage) support for static-linked programs by Rich Felker · 12 years ago
  2. adefe83 tell the assembler to mark all files as not requiring executable stack by Rich Felker · 12 years ago
  3. 030e526 add getopt reset support by Rich Felker · 12 years ago
  4. e44849f protect sem_open against cancellation by Rich Felker · 12 years ago
  5. bf25834 overhaul sem_open by Rich Felker · 12 years ago
  6. 6e2372a clean up, bugfixes, and general improvement for shm_open/shm_unlink by Rich Felker · 12 years ago
  7. 2e3648b define some _POSIX_* macros that were omitted; required for XSI conformance by Rich Felker · 12 years ago
  8. d712dd3 more close-on-exec fixes, mostly using new "e" flag to fopen by Rich Felker · 12 years ago
  9. 8582a6e add 'e' modifier (close-on-exec) to fopen and fdopen by Rich Felker · 12 years ago
  10. f2d08cf fix some more O_CLOEXEC/SOCK_CLOEXEC issues by Rich Felker · 12 years ago
  11. 3609e01 always expose accept4 by Rich Felker · 12 years ago
  12. 9735d50 always expose dup3 and pipe2 by Rich Felker · 12 years ago
  13. dc62790 move accept4, dup3, and pipe2 to non-linux-specific locations by Rich Felker · 12 years ago
  14. 79a5e73 emulate SOCK_CLOEXEC and SOCK_NONBLOCK for old (pre-2.6.27) kernels by Rich Felker · 12 years ago
  15. 3d8d90c sem_open should make process-shared semaphores by Rich Felker · 12 years ago
  16. 39f296a use O_CLOEXEC to open semaphore files in sem_open by Rich Felker · 12 years ago
  17. c983e64 fix some indention-with-spaces that crept in by Rich Felker · 12 years ago
  18. 8c0a3d9 microblaze port by Rich Felker · 12 years ago
  19. e0ea44c fix arm clone syscall bug (no effect unless app uses clone) by Rich Felker · 12 years ago
  20. 68dbd05 optimize strchrnul/strcspn not to scan string twice on no-match by Rich Felker · 12 years ago
  21. 3f9ff15 slightly cleaner strlen, also seems to compile to better code by Rich Felker · 12 years ago
  22. 507faa6 fix dirname to handle input of form "foo/" correctly by Rich Felker · 12 years ago
  23. 82dc1e2 fix handling of EINTR during close() by Rich Felker · 12 years ago
  24. 4b49060 fix getaddrinfo to accept port 0 (zero) by Rich Felker · 12 years ago
  25. 15d1112 fix remaining IPC_64 issue (shmctl) by Rich Felker · 12 years ago
  26. cccc132 fix IPC_64 in msgctl too by Rich Felker · 12 years ago
  27. fce46bf fix broken semctl on systems that don't use IPC_64 flag by Rich Felker · 12 years ago
  28. 0b3e225 offer REALGCC variable to configure musl-gcc wrapper at runtime by Rich Felker · 12 years ago
  29. f600105 LFS64 alias for prlimit by Rich Felker · 12 years ago
  30. 662da62 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers by Rich Felker · 12 years ago
  31. bd261bf release notes for 0.9.6 by Rich Felker · 12 years ago
  32. 6d05d86 add O_EXEC open mode by Rich Felker · 12 years ago
  33. 93ea998 add crypt_md5 password hash by Rich Felker · 12 years ago
  34. 5a1abee fix stupid bug in updating of O_ACCMODE for O_SEARCH support by Rich Felker · 12 years ago
  35. 7ad42b9 0.9.5 release notes by Rich Felker · 12 years ago
  36. 075fdb9 fix syscall asm constraints for arm too by Rich Felker · 12 years ago
  37. aeaceb1 revert low rounds-count limits in crypt hashes by Rich Felker · 12 years ago
  38. 8818683 update mips cancellation-point syscall asm with 7-arg and r25 fixes by Rich Felker · 12 years ago
  39. 4221f15 fix buggy constraints in mips inline syscall asm by Rich Felker · 12 years ago
  40. afd209d workaround gcc got-register-reload performance problems in malloc by Rich Felker · 12 years ago
  41. 9f74574 remove forced -O3 from shared library CFLAGS by Rich Felker · 12 years ago
  42. d62f4e9 use vfork if possible in posix_spawn by Rich Felker · 12 years ago
  43. e2f6a32 strsep is BSD|GNU, not GNU-only; it's originally from BSD by Rich Felker · 12 years ago
  44. b238b37 add O_PATH/O_SEARCH support to fcntl.h by Rich Felker · 12 years ago
  45. cfc09b1 improve mips syscall asm constraints to use immediates, if possible by Rich Felker · 12 years ago
  46. b94067e eliminate assumption that mips syscall restart preserves r25 by Rich Felker · 12 years ago
  47. 2bf4693 asm for memmove on i386 and x86_64 by Rich Felker · 12 years ago
  48. a9555a9 fix another ppoll issue (missing sigset_t size argument) by Rich Felker · 12 years ago
  49. 1701e4f reenable word-at-at-time copying in memmove by Rich Felker · 12 years ago
  50. 3b5e690 fix ppoll with null timeout argument by Rich Felker · 12 years ago
  51. 2c1cd23 add LIBCC (compiler runtime) logic and override to configure by Rich Felker · 12 years ago
  52. c87584a add setdomainname syscall, fix getdomainname (previously a stub) by Rich Felker · 12 years ago
  53. a660180 mincore syscall wrapper by Rich Felker · 12 years ago
  54. 2416c63 fix up lfs64 junk for preadv/pwritev by Rich Felker · 12 years ago
  55. ea544bf add preadv/pwritev syscall wrappers by Rich Felker · 12 years ago
  56. 743546a fix typo introduced in poll.h by Rich Felker · 12 years ago
  57. 141138c add linux ppoll syscall wrapper by Rich Felker · 12 years ago
  58. 3d939be reenable sync_file_range; should no longer break on mips by Rich Felker · 12 years ago
  59. 9a3bbce add 7-arg syscall support for mips by Rich Felker · 12 years ago
  60. 5e3c243 inline syscall support for arm by Rich Felker · 12 years ago
  61. 328810d inline syscall support for mips by Rich Felker · 12 years ago
  62. be48e22 fix mips syscall_cp_asm code (saved register usage) by Rich Felker · 12 years ago
  63. 2141991 fix broken mips syscall asm by Rich Felker · 12 years ago
  64. 41c5ee5 disable sync_file_range for now by Rich Felker · 12 years ago
  65. 208eb58 syscall organization overhaul by Rich Felker · 12 years ago
  66. fe02604 add acct syscall source file, omitted in last syscalls commit by Rich Felker · 12 years ago
  67. 6cf8bfd add acct, accept4, setns, and dup3 syscalls (linux extensions) by Rich Felker · 12 years ago
  68. b10d023 add IPPROTO_HOPOPTS to in.h by Rich Felker · 12 years ago
  69. f59cedb add IPPROTO_MAX to in.h by Rich Felker · 12 years ago
  70. 695a04f fix redundant _Noreturn def in err.h by Rich Felker · 12 years ago
  71. 455f968 remove all remaining redundant __restrict/__inline/_Noreturn defs by Rich Felker · 12 years ago
  72. b7afd7a sysmacros major/minor: result should have type unsigned int, not dev_t by Rich Felker · 12 years ago
  73. 997ba92 add linux tee syscall by Rich Felker · 12 years ago
  74. 00e6bbc add linux sync_file_range syscall by Rich Felker · 12 years ago
  75. b72db3d move fallocate syscall wrapper to linux-specific syscalls dir by Rich Felker · 12 years ago
  76. 90f7705 add linux readahead syscall by Rich Felker · 12 years ago
  77. adb88e7 add fallocate (nonstandardized) function by Rich Felker · 12 years ago
  78. 5271ff4 fix broken fallocate syscall in posix_fallocate by Rich Felker · 12 years ago
  79. 231b9d1 add timerfd interfaces (untested) by Rich Felker · 12 years ago
  80. f0f17b5 add stdnoreturn.h (C11) by Rich Felker · 12 years ago
  81. 3cd084b TCP_* is in the reserved namespace for tcp.h; make use of that by Rich Felker · 12 years ago
  82. 6951110 remove unneeded judgemental commentary from ftw.h by Rich Felker · 12 years ago
  83. c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
  84. 9f65796 add clang-compatible thread-pointer code for mips by Rich Felker · 12 years ago
  85. b9bb8f6 cleanup src/linux and src/misc trees, etc. by Rich Felker · 12 years ago
  86. 780aede fix constraint violation in ftw by Rich Felker · 12 years ago
  87. c4ea0e3 provide loff_t for splice syscall by Rich Felker · 12 years ago
  88. 0c05bd3 further use of _Noreturn, for non-plain-C functions by Rich Felker · 12 years ago
  89. 4530595 fix invalid implicit pointer conversion in gnulib-compat functions by Rich Felker · 12 years ago
  90. c8ea985 add _Noreturn function attribute, with fallback for pre-C11 GNUC by Rich Felker · 12 years ago
  91. ac5d085 dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE by Rich Felker · 12 years ago
  92. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  93. bac03cd remove dependency of wmemmove on wmemcpy direction by Rich Felker · 12 years ago
  94. 594318f remove dependency of memmove on memcpy direction by Rich Felker · 12 years ago
  95. fcfba99 fix broken ttyname[_r] (failure to null-terminate result) by Rich Felker · 12 years ago
  96. fb247fa avoid "inline" in public headers for strict c89 compatibility by Rich Felker · 12 years ago
  97. 3f62f76 fix wrong type for poll.h nfds_t by Rich Felker · 12 years ago
  98. 0447b8d fix missing statics in crypt_sha256 code by Rich Felker · 12 years ago
  99. 13157b0 anti-DoS rounds count limits for blowfish and des crypt by Rich Felker · 12 years ago
  100. 507b609 limit sha512 rounds to similar runtime to sha256 limit by Rich Felker · 12 years ago