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