summaryrefslogtreecommitdiff
path: root/include/unistd.h
AgeCommit message (Expand)AuthorLines
2013-08-03add prototypes for euidaccess/eaccessRich Felker-0/+2
2013-07-27a few more fixes for unistd/sysconf feature reportingRich Felker-0/+1
2013-07-26report presence of ADV and MSG options in unistd.h and sysconfRich Felker-0/+2
2013-07-26report that posix_spawn is supported in unistd.h and sysconfRich Felker-0/+1
2013-06-26document in sysconf and unistd.h that per-thread cpu clocks existRich Felker-0/+1
2013-04-02re-add useconds_trofl0r-0/+1
2013-01-18use a common definition of NULL as 0L for C and C++Rich Felker-6/+1
2012-12-10syscall() declaration belongs in unistd.h, not sys/syscall.hRich Felker-0/+1
2012-12-06unistd.h: fix wrong type for gid_t argumentrofl0r-1/+1
2012-11-11report support of TPS option in unistd.h and sysconfRich Felker-0/+1
2012-11-01avoid breakage if somebody wrongly defines empty feature test macrosRich Felker-1/+1
2012-09-30define some _POSIX_* macros that were omitted; required for XSI conformanceRich Felker-0/+3
2012-09-29always expose dup3 and pipe2Rich Felker-2/+2
2012-09-16add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker-0/+1
2012-09-09add setdomainname syscall, fix getdomainname (previously a stub)Rich Felker-0/+1
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker-0/+2
2012-09-07default features: make musl usable without feature test macrosRich Felker-12/+1
2012-09-06further use of _Noreturn, for non-plain-C functionsRich Felker-1/+8
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-3/+9
2012-08-15improve headers to better deal with removed-in-posix-2008 featuresRich Felker-2/+6
2012-07-23add pipe2 syscallRich Felker-0/+1
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker-1/+1
2012-06-02declare environ in unistd.h when _GNU_SOURCE feature test macro is usedRich Felker-0/+1
2012-05-22remove everything related to forkallRich Felker-1/+0
2012-05-22some feature test fixes for unistd.hRich Felker-16/+16
2012-05-22_GNU_SOURCE implies all BSD features except ones GNU rejectsRich Felker-1/+1
2012-05-22various header cleanups, some related to _BSD_SOURCE additionRich Felker-11/+4
2012-05-22support _BSD_SOURCE feature test macroRich Felker-3/+17
2012-05-20move getpass decl to the right placeRich Felker-0/+1
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker-0/+10
2012-04-22implement getusershell, etc. legacy functionsRich Felker-0/+3
2012-04-22getdtablesize is not standard; move it to its correct spot in unistd.hRich Felker-1/+1
2012-04-22add getresuid and getresgid syscall wrappersRich Felker-0/+2
2012-04-18legacy junk compatibility grab-bagRich Felker-0/+2
2012-02-17add get_current_dir_name functionRich Felker-0/+1
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker-3/+3
2011-08-12implement forkallRich Felker-0/+1
2011-04-27correct variadic prototypes for execl* familyRich Felker-3/+3
2011-04-13fix prototypes/signature for setgroups, etc.Rich Felker-1/+1
2011-04-03prototype getdtablesize (nonstandard function)Rich Felker-0/+1
2011-04-03add setresuid/setresgid functions (nonstandard)Rich Felker-0/+2
2011-04-01remove obsolete and useless useconds_t typeRich Felker-3/+2
2011-02-27implement fexecveRich Felker-0/+1
2011-02-19prototypes for brk and sbrkRich Felker-0/+2
2011-02-15feature test support in unistd.hRich Felker-23/+27
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+464