1. c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
  2. 0c05bd3 further use of _Noreturn, for non-plain-C functions by Rich Felker · 12 years ago
  3. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  4. 3f80afc improve headers to better deal with removed-in-posix-2008 features by Rich Felker · 12 years ago
  5. 42f0e96 add pipe2 syscall by Rich Felker · 12 years ago
  6. 3b94dab _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
  7. d200bd7 declare environ in unistd.h when _GNU_SOURCE feature test macro is used by Rich Felker · 12 years ago
  8. 0c29adf remove everything related to forkall by Rich Felker · 12 years ago
  9. af3330d some feature test fixes for unistd.h by Rich Felker · 12 years ago
  10. 96601e3 _GNU_SOURCE implies all BSD features except ones GNU rejects by Rich Felker · 12 years ago
  11. 671ffab various header cleanups, some related to _BSD_SOURCE addition by Rich Felker · 12 years ago
  12. 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
  13. 3db29f0 move getpass decl to the right place by Rich Felker · 12 years ago
  14. 2dd8d5e add support for ugly *64 functions with _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
  15. 90da74e implement getusershell, etc. legacy functions by Rich Felker · 12 years ago
  16. 431a4cd getdtablesize is not standard; move it to its correct spot in unistd.h by Rich Felker · 12 years ago
  17. b1b3d35 add getresuid and getresgid syscall wrappers by Rich Felker · 12 years ago
  18. ba6a9e7 legacy junk compatibility grab-bag by Rich Felker · 12 years ago
  19. 1611ab0 add get_current_dir_name function by Rich Felker · 13 years ago
  20. 13cd969 fix various errors in function signatures/prototypes found by nsz by Rich Felker · 13 years ago
  21. 4054a13 implement forkall by Rich Felker · 13 years ago
  22. e6bac87 correct variadic prototypes for execl* family by Rich Felker · 13 years ago
  23. 3f44f29 fix prototypes/signature for setgroups, etc. by Rich Felker · 14 years ago
  24. 2155afd prototype getdtablesize (nonstandard function) by Rich Felker · 14 years ago
  25. 1db283b add setresuid/setresgid functions (nonstandard) by Rich Felker · 14 years ago
  26. 5243e5f remove obsolete and useless useconds_t type by Rich Felker · 14 years ago
  27. f2374ed implement fexecve by Rich Felker · 14 years ago
  28. b386d81 prototypes for brk and sbrk by Rich Felker · 14 years ago
  29. 1d72953 feature test support in unistd.h by Rich Felker · 14 years ago
  30. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago