summaryrefslogtreecommitdiff
path: root/include/unistd.h
AgeCommit message (Expand)AuthorLines
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