1. 62275f7 news for upcoming release by Rich Felker · 13 years ago
  2. 4e30249 fix another error from header cleanup, missing size_t in time.h by Rich Felker · 13 years ago
  3. 3eb9fea fix broken signal.h from header cleanup by Rich Felker · 13 years ago
  4. 0b9a1ed some docs fixes for x86_64 by Rich Felker · 13 years ago
  5. 9b235e8 remove standalone syscall cruft by Rich Felker · 13 years ago
  6. 44460c6 fix some type leakage (timer_t) from x86_64 commit by Rich Felker · 13 years ago
  7. 062354f Optimize x86_64 atomics to take advantage of 64-bitness. by Nicholas J. Kain · 13 years ago
  8. ebc4a17 Remove __syscall_lseek from x86_64 syscall.h. by Nicholas J. Kain · 13 years ago
  9. bb89bdd Update x86_64 bits to mirror (modulo platform differences) the latest changes by Nicholas J. Kain · 13 years ago
  10. 1e12632 Port musl to x86-64. One giant commit! by Nicholas J. Kain · 13 years ago
  11. c2afb74 yet another ugly legacy syscall rename... by Rich Felker · 13 years ago
  12. f7eb91e fix getrlimit handling on 32-bit systems, and ease porting to 64-bit by Rich Felker · 13 years ago
  13. 13a026b split off arch-specific stdarg.h stuff by Rich Felker · 13 years ago
  14. 03a2f3e cleanup socketcall syscall interface to ease porting to sane(r) archs by Rich Felker · 13 years ago
  15. cfe3731 finish moving 32-bit-specific junk out of source files. by Rich Felker · 13 years ago
  16. a5bf06c move arch-specific internal headers into place by Rich Felker · 13 years ago
  17. 7b2dd22 finish unifying thread register handling in preparation for porting by Rich Felker · 13 years ago
  18. 0b2006c begin unifying clone/thread management interface in preparation for porting by Rich Felker · 13 years ago
  19. 5966680 make pthread_create return EAGAIN on resource failure, as required by POSIX by Rich Felker · 13 years ago
  20. 1355fdc preparing build system to handle ports - step 1 by Rich Felker · 13 years ago
  21. 8f4865c add previously-missing ios646.h by Rich Felker · 13 years ago
  22. df6e3ec add WHATSNEW file for 0.5.9 release by Rich Felker · 13 years ago
  23. 976f42d guard against hard links to non-ordinary-files when reading tcb shadow by Rich Felker · 13 years ago
  24. ca1aa5b more header cleanup and conformance fixes - string.h by Rich Felker · 13 years ago
  25. 131b5be more header cleanup and conformance fixes - locale.h, time.h by Rich Felker · 13 years ago
  26. 1322cb8 header cleanup, conformance fixes - signals by Rich Felker · 13 years ago
  27. c316b28 update various bits headers for new linux additions by Rich Felker · 13 years ago
  28. 6fbf8bf another pointer signedness fix by Rich Felker · 13 years ago
  29. a8c17e6 fix some pointer signedness issues (this was invalid C) by Rich Felker · 13 years ago
  30. c247ebd more header fixes, minor warning fix by Rich Felker · 13 years ago
  31. 5377715 ensure standard functions mk[sd]temp don't depend on removed function mktemp by Rich Felker · 13 years ago
  32. c255e55 put confstr.c with the other conf functions by Rich Felker · 13 years ago
  33. e8362c8 major bugfix for sigset_t (it was mistakenly 1024 bytes instead of bits) by Rich Felker · 13 years ago
  34. 74eea62 extensive header cleanup for standards conformance & correctness by Rich Felker · 13 years ago
  35. 80695b1 begin namespace-cleanup of standard C headers by Rich Felker · 13 years ago
  36. 7fe308e use a more-correct integer type, and silence 64-bit warnings as a bonus by Rich Felker · 13 years ago
  37. 05ea045 explicitly release crt/* to the public domain by Rich Felker · 13 years ago
  38. a130d33 fixed missing cast in the non-i386 version of shmat (preparation for ports) by Rich Felker · 13 years ago
  39. f9d880d cleanup multibyte stuff to remove ugly casts, sanitize the ptr align casts by Rich Felker · 13 years ago
  40. 2cdfb7c cleaning up syscalls in preparation for x86_64 port by Rich Felker · 13 years ago
  41. 978ca01 syscall cleanup for umount2 by Rich Felker · 13 years ago
  42. a5dec11 use umount2 syscall for umount (new targets lack old 1-arg umount) by Rich Felker · 13 years ago
  43. 1a9a2ff reorganize thread exit code, make pthread_exit call cancellation handlers (pt2) by Rich Felker · 13 years ago
  44. 50e26f0 reorganize thread exit code, make pthread_exit call cancellation handlers by Rich Felker · 13 years ago
  45. f38c154 added missing O_NDELAY by Rich Felker · 13 years ago
  46. dc3776d fix previous commit that broke sigreturn. looks like the asm is needed. by Rich Felker · 13 years ago
  47. 6027201 ensure that musl is compiled as C99 code & XSI option is available in headers by Rich Felker · 13 years ago
  48. e1d8d25 fix omission that kept sa_restorer from being used by Rich Felker · 13 years ago
  49. 0bcbb53 ensure that the compiler doesn't try to reorder around atomic ops by Rich Felker · 13 years ago
  50. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 13 years ago