Age | Commit message (Expand) | Author | Lines |
2016-10-20 | fix various header namespace issues under feature-test-macro control | Rich Felker | -2/+2 |
2016-10-20 | add missing confstr constants | Daniel Sabogal | -0/+2 |
2015-07-09 | fix incorrect void return type for syncfs function | Rich Felker | -1/+1 |
2014-09-10 | fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCE | Rich Felker | -3/+0 |
2014-07-19 | add issetugid function to check for elevated privilege | Brent Cook | -0/+1 |
2014-05-19 | remove unsupported nonstandard sysconf macros and their table entries | Rich Felker | -60/+0 |
2014-04-20 | expose public execvpe interface | M Farkas-Dyck | -0/+1 |
2013-12-06 | add posix_close, accepted for inclusion in the next issue of POSIX | Rich Felker | -0/+3 |
2013-11-24 | restore type of NULL to void * except when used in C++ programs | Rich Felker | -0/+4 |
2013-08-03 | add prototypes for euidaccess/eaccess | Rich Felker | -0/+2 |
2013-07-27 | a few more fixes for unistd/sysconf feature reporting | Rich Felker | -0/+1 |
2013-07-26 | report presence of ADV and MSG options in unistd.h and sysconf | Rich Felker | -0/+2 |
2013-07-26 | report that posix_spawn is supported in unistd.h and sysconf | Rich Felker | -0/+1 |
2013-06-26 | document in sysconf and unistd.h that per-thread cpu clocks exist | Rich Felker | -0/+1 |
2013-04-02 | re-add useconds_t | rofl0r | -0/+1 |
2013-01-18 | use a common definition of NULL as 0L for C and C++ | Rich Felker | -6/+1 |
2012-12-10 | syscall() declaration belongs in unistd.h, not sys/syscall.h | Rich Felker | -0/+1 |
2012-12-06 | unistd.h: fix wrong type for gid_t argument | rofl0r | -1/+1 |
2012-11-11 | report support of TPS option in unistd.h and sysconf | Rich Felker | -0/+1 |
2012-11-01 | avoid breakage if somebody wrongly defines empty feature test macros | Rich Felker | -1/+1 |
2012-09-30 | define some _POSIX_* macros that were omitted; required for XSI conformance | Rich Felker | -0/+3 |
2012-09-29 | always expose dup3 and pipe2 | Rich Felker | -2/+2 |
2012-09-16 | add clock_adjtime, remap_file_pages, and syncfs syscall wrappers | Rich Felker | -0/+1 |
2012-09-09 | add setdomainname syscall, fix getdomainname (previously a stub) | Rich Felker | -0/+1 |
2012-09-08 | add acct, accept4, setns, and dup3 syscalls (linux extensions) | Rich Felker | -0/+2 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | -12/+1 |
2012-09-06 | further use of _Noreturn, for non-plain-C functions | Rich Felker | -1/+8 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | -3/+9 |
2012-08-15 | improve headers to better deal with removed-in-posix-2008 features | Rich Felker | -2/+6 |
2012-07-23 | add pipe2 syscall | Rich Felker | -0/+1 |
2012-06-04 | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE | Rich Felker | -1/+1 |
2012-06-02 | declare environ in unistd.h when _GNU_SOURCE feature test macro is used | Rich Felker | -0/+1 |
2012-05-22 | remove everything related to forkall | Rich Felker | -1/+0 |
2012-05-22 | some feature test fixes for unistd.h | Rich Felker | -16/+16 |
2012-05-22 | _GNU_SOURCE implies all BSD features except ones GNU rejects | Rich Felker | -1/+1 |
2012-05-22 | various header cleanups, some related to _BSD_SOURCE addition | Rich Felker | -11/+4 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | -3/+17 |
2012-05-20 | move getpass decl to the right place | Rich Felker | -0/+1 |
2012-05-04 | add support for ugly *64 functions with _LARGEFILE64_SOURCE | Rich Felker | -0/+10 |
2012-04-22 | implement getusershell, etc. legacy functions | Rich Felker | -0/+3 |
2012-04-22 | getdtablesize is not standard; move it to its correct spot in unistd.h | Rich Felker | -1/+1 |
2012-04-22 | add getresuid and getresgid syscall wrappers | Rich Felker | -0/+2 |
2012-04-18 | legacy junk compatibility grab-bag | Rich Felker | -0/+2 |
2012-02-17 | add get_current_dir_name function | Rich Felker | -0/+1 |
2011-09-13 | fix various errors in function signatures/prototypes found by nsz | Rich Felker | -3/+3 |
2011-08-12 | implement forkall | Rich Felker | -0/+1 |
2011-04-27 | correct variadic prototypes for execl* family | Rich Felker | -3/+3 |
2011-04-13 | fix prototypes/signature for setgroups, etc. | Rich Felker | -1/+1 |
2011-04-03 | prototype getdtablesize (nonstandard function) | Rich Felker | -0/+1 |
2011-04-03 | add setresuid/setresgid functions (nonstandard) | Rich Felker | -0/+2 |