1. 455f968 remove all remaining redundant __restrict/__inline/_Noreturn defs by Rich Felker · 12 years ago
  2. b7afd7a sysmacros major/minor: result should have type unsigned int, not dev_t by Rich Felker · 12 years ago
  3. 997ba92 add linux tee syscall by Rich Felker · 12 years ago
  4. 00e6bbc add linux sync_file_range syscall by Rich Felker · 12 years ago
  5. b72db3d move fallocate syscall wrapper to linux-specific syscalls dir by Rich Felker · 12 years ago
  6. 90f7705 add linux readahead syscall by Rich Felker · 12 years ago
  7. adb88e7 add fallocate (nonstandardized) function by Rich Felker · 12 years ago
  8. 5271ff4 fix broken fallocate syscall in posix_fallocate by Rich Felker · 12 years ago
  9. 231b9d1 add timerfd interfaces (untested) by Rich Felker · 12 years ago
  10. f0f17b5 add stdnoreturn.h (C11) by Rich Felker · 12 years ago
  11. 3cd084b TCP_* is in the reserved namespace for tcp.h; make use of that by Rich Felker · 12 years ago
  12. 6951110 remove unneeded judgemental commentary from ftw.h by Rich Felker · 12 years ago
  13. c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
  14. 9f65796 add clang-compatible thread-pointer code for mips by Rich Felker · 12 years ago
  15. b9bb8f6 cleanup src/linux and src/misc trees, etc. by Rich Felker · 12 years ago
  16. 780aede fix constraint violation in ftw by Rich Felker · 12 years ago
  17. c4ea0e3 provide loff_t for splice syscall by Rich Felker · 12 years ago
  18. 0c05bd3 further use of _Noreturn, for non-plain-C functions by Rich Felker · 12 years ago
  19. 4530595 fix invalid implicit pointer conversion in gnulib-compat functions by Rich Felker · 12 years ago
  20. c8ea985 add _Noreturn function attribute, with fallback for pre-C11 GNUC by Rich Felker · 12 years ago
  21. ac5d085 dladdr should be available under _BSD_SOURCE as well as _GNU_SOURCE by Rich Felker · 12 years ago
  22. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  23. bac03cd remove dependency of wmemmove on wmemcpy direction by Rich Felker · 12 years ago
  24. 594318f remove dependency of memmove on memcpy direction by Rich Felker · 12 years ago
  25. fcfba99 fix broken ttyname[_r] (failure to null-terminate result) by Rich Felker · 12 years ago
  26. fb247fa avoid "inline" in public headers for strict c89 compatibility by Rich Felker · 12 years ago
  27. 3f62f76 fix wrong type for poll.h nfds_t by Rich Felker · 12 years ago
  28. 0447b8d fix missing statics in crypt_sha256 code by Rich Felker · 12 years ago
  29. 13157b0 anti-DoS rounds count limits for blowfish and des crypt by Rich Felker · 12 years ago
  30. 507b609 limit sha512 rounds to similar runtime to sha256 limit by Rich Felker · 12 years ago
  31. 88bf5a8 add sha256/sha512 crypt by Rich Felker · 12 years ago
  32. b439c05 get rid of eh_frame bloat by Rich Felker · 12 years ago
  33. 8b28aa9 fix bug caused by main app & libc having map set; cannot free them by Rich Felker · 12 years ago
  34. f419bcb dladdr support for dynamic linker (nonstandard extension) by Rich Felker · 12 years ago
  35. 9bff7c1 implement "low hanging fruit" from C11 by Rich Felker · 12 years ago
  36. b5289fd add c11 quick_exit and at_quick_exit functions by Rich Felker · 12 years ago
  37. a5d6199 fix bug in gnu hash lookup on dlsym(handle, name) lookups by Rich Felker · 12 years ago
  38. dbcb3ad clean up search_vec usage for vdso by Rich Felker · 12 years ago
  39. 08b3c71 use new search_vec function to find vdso in dynamic linker by Rich Felker · 12 years ago
  40. 731e8ff ensure canary is setup if stack-prot libs are dlopen'd into non-ssp app by Rich Felker · 12 years ago
  41. 2bd05a4 add gnu hash support in the dynamic linker by Rich Felker · 12 years ago
  42. 7dba049 type exposure fixes in sys/sem.h by Rich Felker · 12 years ago
  43. d03b3e7 stdio_ext.h needs to include stdio.h, at least to get FILE... by Rich Felker · 12 years ago
  44. 43a5a00 fix missing uintXX_t in nameser.h by Rich Felker · 12 years ago
  45. 9a470b0 fix dirent.h with _BSD_SOURCE by Rich Felker · 12 years ago
  46. 67ba40d optimize legacy ffs function by Rich Felker · 12 years ago
  47. a749ba3 fix bug whereby most atexit-registered functions got skipped by Rich Felker · 12 years ago
  48. 0410950 make dynamic linker report all failures before exiting by Rich Felker · 12 years ago
  49. 53de960 release notes for 0.9.4 by Rich Felker · 12 years ago
  50. 3ae8b98 add mips to supported arch list in INSTALL file by Rich Felker · 12 years ago
  51. 259071c crt1 must align stack pointer on mips by Rich Felker · 12 years ago
  52. efe9751 fix bug computing argc when invoking ld-musl-mips.so.1 progname ... by Rich Felker · 12 years ago
  53. 0780936 split up installation target by Rich Felker · 12 years ago
  54. da8d0fc fix extremely rare but dangerous race condition in robust mutexes by Rich Felker · 12 years ago
  55. 11458e5 fix float parsing logic for long decimal expansions by Rich Felker · 12 years ago
  56. dc82ee4 handle null arguments to legacy bsd err.h functions by Rich Felker · 12 years ago
  57. 3f80afc improve headers to better deal with removed-in-posix-2008 features by Rich Felker · 12 years ago
  58. 7650390 add missing xattr functions by Rich Felker · 12 years ago
  59. 0d4d1a9 update copyright/credits for recent code additions by Rich Felker · 12 years ago
  60. 94e920d support configuring cross compiling with CROSS_COMPILE prefix variable by Rich Felker · 12 years ago
  61. b99836f Merge remote-tracking branch 'nsz/bsd' by Rich Felker · 12 years ago
  62. 2d93d64 Merge remote-tracking branch 'nsz/exp' by Rich Felker · 12 years ago
  63. 23e6940 math: fix _BSD_SOURCE namespace in math.h by nsz · 12 years ago
  64. ab76321 remove significandl by Rich Felker · 12 years ago
  65. 2242bf6 add significand[fl] math functions by Rich Felker · 12 years ago
  66. 0c42beb publicly expose getdents api under _BSD_SOURCE by Rich Felker · 12 years ago
  67. aaa9eb5 memcpy asm for i386 and x86_64 by Rich Felker · 12 years ago
  68. 036eaa2 avoid need for -march=mips2 to compile mips atomic.h asm by Rich Felker · 12 years ago
  69. f997e22 remove unused but buggy code from strstr.c by Rich Felker · 12 years ago
  70. 35c1693 remove buggy short-string wcsstr implementation; always use twoway by Rich Felker · 12 years ago
  71. 6171827 add bsd fgetln function by Rich Felker · 12 years ago
  72. 2b964b0 minor but worthwhile optimization in printf: avoid expensive strspn by Rich Felker · 12 years ago
  73. 4c34691 trivial optimization to printf: avoid wasted call frame by Rich Felker · 12 years ago
  74. e3ebe7d use int instead of long for ptrdiff_t on all 32-bit archs by Rich Felker · 12 years ago
  75. c5875ad fix incorrect ptrdiff_t type on mips by Rich Felker · 12 years ago
  76. a02bf5f add blowfish hash support to crypt by Rich Felker · 12 years ago
  77. 2f43704 fix (hopefully) all hard-coded 8's for kernel sigset_t size by Rich Felker · 12 years ago
  78. 83b42d9 add defines for number of sigset_t bytes syscalls expect by Rich Felker · 12 years ago
  79. b3c4cc1 make crypt return an unmatchable hash rather than NULL on failure by Rich Felker · 12 years ago
  80. 1fb0169 math: fix exp.s on i386 and x86_64 so the exception flags are correct by nsz · 12 years ago
  81. ae0b9da further fixes for mips ioctl.h header by Rich Felker · 12 years ago
  82. ff02f94 fix another mips gratuitous-incompatibility bug: ioctl numbers by Rich Felker · 12 years ago
  83. 6ecff18 fix bug dlsym bug that slipped in during dynamic linker cleanup by Rich Felker · 12 years ago
  84. 721564a make configure accept mipsel by Rich Felker · 12 years ago
  85. 3a1e756 dlsym RTLD_NEXT support for mips by Rich Felker · 12 years ago
  86. 7fee5f9 fix socket.h on mips by Rich Felker · 12 years ago
  87. 32e7bd7 align mips _init/_fini functions by Rich Felker · 12 years ago
  88. 7d9a5c6 more changes that were lost when committing mips dynamic linker by Rich Felker · 12 years ago
  89. fa91df4 more stuff lost committing mips dynamic linker by Rich Felker · 12 years ago
  90. 59f4086 fix change lost in the process of integrating mips dynamic linker by Rich Felker · 12 years ago
  91. 470569c remove configure check disabling shared libraries on mips by Rich Felker · 12 years ago
  92. babf820 mips dynamic linker support by Rich Felker · 12 years ago
  93. d043780 make dynlink.lo depend on reloc.h in makefile by Rich Felker · 12 years ago
  94. 87d13a4 more cleanup of dynamic linker internals by Rich Felker · 12 years ago
  95. 7cb44cd more dynamic linker internals cleanup by Rich Felker · 12 years ago
  96. 05eff01 dynamic linker internals cleanup by Rich Felker · 12 years ago
  97. 5a3a378 floating point support for arm setjmp/longjmp by Rich Felker · 12 years ago
  98. 8a996b7 release notes for 0.9.3 by Rich Felker · 12 years ago
  99. 1b23145 abstract out compiler runtime library for linking libc.so by Rich Felker · 12 years ago
  100. b0fc785 fix argument type error on wcwidth function by Rich Felker · 12 years ago