1. 7597fc2 fix various header namespace issues under feature-test-macro control by Rich Felker · 8 years ago
  2. 104e8a0 add missing confstr constants by Daniel Sabogal · 8 years ago
  3. 11894f6 fix incorrect void return type for syncfs function by Rich Felker · 9 years ago
  4. ab8f6a6 fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE by Rich Felker · 10 years ago
  5. ddddec1 add issetugid function to check for elevated privilege by Brent Cook · 10 years ago
  6. 93be56b remove unsupported nonstandard sysconf macros and their table entries by Rich Felker · 10 years ago
  7. 164c5c7 expose public execvpe interface by M Farkas-Dyck · 10 years ago
  8. 8708e13 add posix_close, accepted for inclusion in the next issue of POSIX by Rich Felker · 11 years ago
  9. c8a9c22 restore type of NULL to void * except when used in C++ programs by Rich Felker · 11 years ago
  10. f0ceb5a add prototypes for euidaccess/eaccess by Rich Felker · 11 years ago
  11. bf7b728 a few more fixes for unistd/sysconf feature reporting by Rich Felker · 11 years ago
  12. a6d39fd report presence of ADV and MSG options in unistd.h and sysconf by Rich Felker · 11 years ago
  13. 7783050 report that posix_spawn is supported in unistd.h and sysconf by Rich Felker · 11 years ago
  14. f03db4b document in sysconf and unistd.h that per-thread cpu clocks exist by Rich Felker · 11 years ago
  15. 47cf491 re-add useconds_t by rofl0r · 11 years ago
  16. 41d7c77 use a common definition of NULL as 0L for C and C++ by Rich Felker · 12 years ago
  17. baf246e syscall() declaration belongs in unistd.h, not sys/syscall.h by Rich Felker · 12 years ago
  18. 6bf0fdb unistd.h: fix wrong type for gid_t argument by rofl0r · 12 years ago
  19. 7df42e8 report support of TPS option in unistd.h and sysconf by Rich Felker · 12 years ago
  20. b367ab1 avoid breakage if somebody wrongly defines empty feature test macros by Rich Felker · 12 years ago
  21. 2e3648b define some _POSIX_* macros that were omitted; required for XSI conformance by Rich Felker · 12 years ago
  22. 9735d50 always expose dup3 and pipe2 by Rich Felker · 12 years ago
  23. 662da62 add clock_adjtime, remap_file_pages, and syncfs syscall wrappers by Rich Felker · 12 years ago
  24. c87584a add setdomainname syscall, fix getdomainname (previously a stub) by Rich Felker · 12 years ago
  25. 6cf8bfd add acct, accept4, setns, and dup3 syscalls (linux extensions) by Rich Felker · 12 years ago
  26. c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
  27. 0c05bd3 further use of _Noreturn, for non-plain-C functions by Rich Felker · 12 years ago
  28. 400c5e5 use restrict everywhere it's required by c99 and/or posix 2008 by Rich Felker · 12 years ago
  29. 3f80afc improve headers to better deal with removed-in-posix-2008 features by Rich Felker · 12 years ago
  30. 42f0e96 add pipe2 syscall by Rich Felker · 12 years ago
  31. 3b94dab _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
  32. d200bd7 declare environ in unistd.h when _GNU_SOURCE feature test macro is used by Rich Felker · 12 years ago
  33. 0c29adf remove everything related to forkall by Rich Felker · 12 years ago
  34. af3330d some feature test fixes for unistd.h by Rich Felker · 12 years ago
  35. 96601e3 _GNU_SOURCE implies all BSD features except ones GNU rejects by Rich Felker · 12 years ago
  36. 671ffab various header cleanups, some related to _BSD_SOURCE addition by Rich Felker · 12 years ago
  37. 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
  38. 3db29f0 move getpass decl to the right place by Rich Felker · 12 years ago
  39. 2dd8d5e add support for ugly *64 functions with _LARGEFILE64_SOURCE by Rich Felker · 12 years ago
  40. 90da74e implement getusershell, etc. legacy functions by Rich Felker · 12 years ago
  41. 431a4cd getdtablesize is not standard; move it to its correct spot in unistd.h by Rich Felker · 12 years ago
  42. b1b3d35 add getresuid and getresgid syscall wrappers by Rich Felker · 12 years ago
  43. ba6a9e7 legacy junk compatibility grab-bag by Rich Felker · 12 years ago
  44. 1611ab0 add get_current_dir_name function by Rich Felker · 13 years ago
  45. 13cd969 fix various errors in function signatures/prototypes found by nsz by Rich Felker · 13 years ago
  46. 4054a13 implement forkall by Rich Felker · 13 years ago
  47. e6bac87 correct variadic prototypes for execl* family by Rich Felker · 13 years ago
  48. 3f44f29 fix prototypes/signature for setgroups, etc. by Rich Felker · 13 years ago
  49. 2155afd prototype getdtablesize (nonstandard function) by Rich Felker · 13 years ago
  50. 1db283b add setresuid/setresgid functions (nonstandard) by Rich Felker · 13 years ago
  51. 5243e5f remove obsolete and useless useconds_t type by Rich Felker · 13 years ago
  52. f2374ed implement fexecve by Rich Felker · 14 years ago
  53. b386d81 prototypes for brk and sbrk by Rich Felker · 14 years ago
  54. 1d72953 feature test support in unistd.h by Rich Felker · 14 years ago
  55. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago