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