about summary refs log tree commit diff
path: root/include/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* implement _Fork and refactor fork using itRich Felker2020-10-141-0/+1
* add gettid functionRich Felker2020-08-171-0/+1
* add public declaration for optreset under appropriate feature profilesRich Felker2019-08-301-0/+1
* add copy_file_range system call wrapperÁrni Dagur2019-08-231-0/+1
* fix minor namespace issue in unistd.hRich Felker2018-03-101-2/+1
* add getentropy functionRich Felker2018-02-231-0/+1
* fix various header namespace issues under feature-test-macro controlRich Felker2016-10-201-2/+2
* add missing confstr constantsDaniel Sabogal2016-10-201-0/+2
* fix incorrect void return type for syncfs functionRich Felker2015-07-091-1/+1
* fix places where _BSD_SOURCE failed to yield a superset of _XOPEN_SOURCERich Felker2014-09-101-3/+0
* add issetugid function to check for elevated privilegeBrent Cook2014-07-191-0/+1
* remove unsupported nonstandard sysconf macros and their table entriesRich Felker2014-05-191-60/+0
* expose public execvpe interfaceM Farkas-Dyck2014-04-201-0/+1
* add posix_close, accepted for inclusion in the next issue of POSIXRich Felker2013-12-061-0/+3
* restore type of NULL to void * except when used in C++ programsRich Felker2013-11-241-0/+4
* add prototypes for euidaccess/eaccessRich Felker2013-08-031-0/+2
* a few more fixes for unistd/sysconf feature reportingRich Felker2013-07-271-0/+1
* report presence of ADV and MSG options in unistd.h and sysconfRich Felker2013-07-261-0/+2
* report that posix_spawn is supported in unistd.h and sysconfRich Felker2013-07-261-0/+1
* document in sysconf and unistd.h that per-thread cpu clocks existRich Felker2013-06-261-0/+1
* 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