about summary refs log tree commit diff
path: root/include/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* re-add useconds_trofl0r2013-04-021-0/+1
* use a common definition of NULL as 0L for C and C++Rich Felker2013-01-181-6/+1
* syscall() declaration belongs in unistd.h, not sys/syscall.hRich Felker2012-12-101-0/+1
* unistd.h: fix wrong type for gid_t argumentrofl0r2012-12-061-1/+1
* report support of TPS option in unistd.h and sysconfRich Felker2012-11-111-0/+1
* avoid breakage if somebody wrongly defines empty feature test macrosRich Felker2012-11-011-1/+1
* define some _POSIX_* macros that were omitted; required for XSI conformanceRich Felker2012-09-301-0/+3
* always expose dup3 and pipe2Rich Felker2012-09-291-2/+2
* add clock_adjtime, remap_file_pages, and syncfs syscall wrappersRich Felker2012-09-161-0/+1
* add setdomainname syscall, fix getdomainname (previously a stub)Rich Felker2012-09-091-0/+1
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-081-0/+2
* default features: make musl usable without feature test macrosRich Felker2012-09-071-12/+1
* further use of _Noreturn, for non-plain-C functionsRich Felker2012-09-061-1/+8
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-3/+9
* improve headers to better deal with removed-in-posix-2008 featuresRich Felker2012-08-151-2/+6
* add pipe2 syscallRich Felker2012-07-231-0/+1
* _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCERich Felker2012-06-041-1/+1
* declare environ in unistd.h when _GNU_SOURCE feature test macro is usedRich Felker2012-06-021-0/+1
* remove everything related to forkallRich Felker2012-05-221-1/+0
* some feature test fixes for unistd.hRich Felker2012-05-221-16/+16
* _GNU_SOURCE implies all BSD features except ones GNU rejectsRich Felker2012-05-221-1/+1
* various header cleanups, some related to _BSD_SOURCE additionRich Felker2012-05-221-11/+4
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-3/+17
* move getpass decl to the right placeRich Felker2012-05-201-0/+1
* add support for ugly *64 functions with _LARGEFILE64_SOURCERich Felker2012-05-041-0/+10
* implement getusershell, etc. legacy functionsRich Felker2012-04-221-0/+3
* getdtablesize is not standard; move it to its correct spot in unistd.hRich Felker2012-04-221-1/+1
* add getresuid and getresgid syscall wrappersRich Felker2012-04-221-0/+2
* legacy junk compatibility grab-bagRich Felker2012-04-181-0/+2
* add get_current_dir_name functionRich Felker2012-02-171-0/+1
* fix various errors in function signatures/prototypes found by nszRich Felker2011-09-131-3/+3
* implement forkallRich Felker2011-08-121-0/+1
* correct variadic prototypes for execl* familyRich Felker2011-04-271-3/+3
* fix prototypes/signature for setgroups, etc.Rich Felker2011-04-131-1/+1
* prototype getdtablesize (nonstandard function)Rich Felker2011-04-031-0/+1
* add setresuid/setresgid functions (nonstandard)Rich Felker2011-04-031-0/+2
* remove obsolete and useless useconds_t typeRich Felker2011-04-011-3/+2
* implement fexecveRich Felker2011-02-271-0/+1
* prototypes for brk and sbrkRich Felker2011-02-191-0/+2
* feature test support in unistd.hRich Felker2011-02-151-23/+27
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+464