summaryrefslogtreecommitdiff
path: root/include/unistd.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-23add pipe2 syscallRich Felker1-0/+1
2012-06-04_GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker1-1/+1
2012-06-02declare environ in unistd.h when _GNU_SOURCE feature test macro is usedRich Felker1-0/+1
2012-05-22remove everything related to forkallRich Felker1-1/+0
2012-05-22some feature test fixes for unistd.hRich Felker1-16/+16
2012-05-22_GNU_SOURCE implies all BSD features except ones GNU rejectsRich Felker1-1/+1
2012-05-22various header cleanups, some related to _BSD_SOURCE additionRich Felker1-11/+4
2012-05-22support _BSD_SOURCE feature test macroRich Felker1-3/+17
2012-05-20move getpass decl to the right placeRich Felker1-0/+1
2012-05-04add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker1-0/+10
2012-04-22implement getusershell, etc. legacy functionsRich Felker1-0/+3
2012-04-22getdtablesize is not standard; move it to its correct spot in unistd.hRich Felker1-1/+1
2012-04-22add getresuid and getresgid syscall wrappersRich Felker1-0/+2
2012-04-18legacy junk compatibility grab-bagRich Felker1-0/+2
2012-02-17add get_current_dir_name functionRich Felker1-0/+1
2011-09-13fix various errors in function signatures/prototypes found by nszRich Felker1-3/+3
2011-08-12implement forkallRich Felker1-0/+1
2011-04-27correct variadic prototypes for execl* familyRich Felker1-3/+3
2011-04-13fix prototypes/signature for setgroups, etc.Rich Felker1-1/+1
2011-04-03prototype getdtablesize (nonstandard function)Rich Felker1-0/+1
2011-04-03add setresuid/setresgid functions (nonstandard)Rich Felker1-0/+2
2011-04-01remove obsolete and useless useconds_t typeRich Felker1-3/+2
2011-02-27implement fexecveRich Felker1-0/+1
2011-02-19prototypes for brk and sbrkRich Felker1-0/+2
2011-02-15feature test support in unistd.hRich Felker1-23/+27
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+464