1. 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
  2. 8c74178 fix some obscure header type size/alignment issues by Rich Felker · 12 years ago
  3. a1990e1 add sigandset and sigorset (needed for qemu) by rofl0r · 12 years ago
  4. 769fd4c feature test macros: make _GNU_SOURCE enable everything by Rich Felker · 12 years ago
  5. 7dcb640 provide NSIG under _BSD_SOURCE (default) as well as _GNU_SOURCE by Rich Felker · 12 years ago
  6. a8da6c2 fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate by Rich Felker · 12 years ago
  7. 65b9821 add back NSIG, removed from powerpc in last commit, but for all archs by Rich Felker · 12 years ago
  8. c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
  9. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  10. 90e123f fix redef of sigprocmask constants on mips by Rich Felker · 12 years ago
  11. ba8a96b more mips bits-header fixes by Rich Felker · 12 years ago
  12. 9f370fa bsd_signal is a legacy (removed) XSI function, not needed in _BSD_SOURCE by Rich Felker · 12 years ago
  13. 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
  14. 0115a6e rename __sa_restorer to sa_restorer in struct sigaction by Rich Felker · 12 years ago
  15. 8eb9a3a fix typo in FPE_FLTUND definition, signal.h by Rich Felker · 13 years ago
  16. 81a5577 fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h by Rich Felker · 13 years ago
  17. 03a8362 fix broken siginfo_t with _GNU_SOURCE defined by Rich Felker · 13 years ago
  18. 8c07f6e add some more siginfo aliases broken software expects... by Rich Felker · 13 years ago
  19. f780ac5 cleanup redundancy in bits/signal.h versions by Rich Felker · 13 years ago
  20. fb80e04 implement gnu sigisemptyset by Rich Felker · 13 years ago
  21. adb7093 fix missing prototypes/wrong signature for psiginfo, psignal by Rich Felker · 13 years ago
  22. 7f54715 fix some struct padding to match LSB/glibc ABI where it may be helpful by Rich Felker · 13 years ago
  23. 2029114 add SA_NOMASK alias for SA_NODEFER with _GNU_SOURCE by Rich Felker · 13 years ago
  24. 0f5b435 fix incorrect GNU sighandler_t typedef by Rich Felker · 13 years ago
  25. 80c4dcd implement POSIX timers by Rich Felker · 13 years ago
  26. 855df69 move the GNU siginfo renaming so it doesn't lead to mismatching names by Rich Felker · 14 years ago
  27. 417dbe9 some gnu software wrongly uses "struct siginfo" instead of siginfo_t... by Rich Felker · 14 years ago
  28. 3eb9fea fix broken signal.h from header cleanup by Rich Felker · 14 years ago
  29. 44460c6 fix some type leakage (timer_t) from x86_64 commit by Rich Felker · 14 years ago
  30. 1e12632 Port musl to x86-64. One giant commit! by Nicholas J. Kain · 14 years ago
  31. 1322cb8 header cleanup, conformance fixes - signals by Rich Felker · 14 years ago
  32. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago