summaryrefslogtreecommitdiffstats
path: root/include/unistd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Unveiling unveil(2).beck2018-07-131-1/+2
* pledge()'s 2nd argument becomes char *execpromises, which becomes thederaadt2017-12-121-2/+2
* As per style.9, prototypes should not have variable names associatedfcambus2017-03-091-2/+2
* Don't declare select() in <unistd.h>guenther2016-09-121-6/+1
* Move the 10 (!) defintions of NULL to their own mini header file andmillert2016-09-091-12/+2
* Remove iruserok(_sa)? and __ivaliduser(sa)?guenther2016-05-231-3/+1
* tame -> pledge.deraadt2015-10-091-2/+2
* Move to next tame() API. The flags are now passed as a very simple string,deraadt2015-09-091-1/+2
* Hide many (194!) symbols that nothing should be using.guenther2015-08-261-2/+1
* claim posix 2008 compat. apparently people look at this and get scaredtedu2014-12-131-2/+2
* update swab() to match the current posix definition. "rationale: none."tedu2014-12-111-2/+2
* header changes for recent libc changes:tedu2014-12-081-5/+1
* change prototype for crypt_newhash. the login_cap_t is a holdover from itstedu2014-11-211-1/+2
* Our setpgrp() is the BSD version with two args and not the XSIguenther2014-09-181-7/+5
* Sync readlink(2) with IEEE Std 1003.1-2008.doug2014-09-011-2/+2
* Declare and document getthrid()guenther2014-08-311-1/+2
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-1/+6
* update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct.tedu2014-07-081-2/+2
* Change return value of getentropy() to int 0 for success. Maximumderaadt2014-06-141-2/+2
* Add new getentropy() system call. Code and pressure from matthew.deraadt2014-06-131-1/+2
* add prototypes for new crypt functionstedu2014-05-161-1/+4
* Use internal '__' names for __attributes__ in public headersguenther2014-04-211-3/+3
* Define intptr_t in <unistd.h> as specified by POSIXmatthew2014-04-011-1/+6
* Annotate a few more bounded functions: realpath(3) needs a buffermartynas2013-12-281-4/+7
* express final disapproval of the interfaces in libcompat, such asderaadt2013-12-041-5/+1
* The getopt() prototype and externs don't belong in stdlib.h. Berkeleymillert2013-11-221-4/+1
* Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.guenther2013-10-241-2/+2
* Add support for the _POSIX_CPUTIME and _POSIX_THREAD_CPUTIME options,guenther2013-06-171-3/+3
* Enable the _POSIX_SHARED_MEMORY_OBJECTS option group now that we have shm_open / shm_unlink.brad2013-06-041-2/+2
* Implement fdatasync() as a wrapper around fsync()matthew2013-04-151-1/+4
* getpgid() and getsid() were rolled into POSIX in 2008guenther2013-04-111-2/+2
* Adds the (somewhat silly) _CS_V[67]_ENV and _CS_POSIX_V[67]_* definesguenther2013-03-011-2/+33
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-1/+3
* Move the _SC_* and _CS_* configurable system variables and stringsmatthew2012-05-301-1/+139
* More sysconf(3)-y and pathconf(3)-y goodness from Brad.matthew2012-05-141-5/+97
* remove rfork(); ok guenther miodderaadt2012-04-121-2/+1
* prototype getdtablecount()deraadt2012-04-121-1/+2
* Implement execvpe(3) and posix_spawn(3) and family. Based onmatthew2012-03-211-4/+7
* Replace _SELECT_DECLARED with _SELECT_DEFINED_nigel2012-01-131-2/+2
* getcwd() buffer's length can be smaller than 1024. In that case it willfgsch2011-11-091-5/+3
* Expose a bunch of new functionality from POSIX 2008: openat(2),matthew2011-07-181-1/+10
* As pointed out by Richard Guenther our definitionjsg2011-07-031-1/+3
* Define NULL as a void * instead of a long integer, as required by Single Unix.miod2011-04-061-2/+2
* Move _POSIX_THREAD_SAFE_FUNCTIONS into unistd.h and set it to 200112millert2008-06-251-1/+6
* Remove duplicate psignal(3) and sys_siglist definitions. signal.hkurt2008-04-291-3/+1
* - correct brk(2) prototype and man page to match implementation and POSIX.kurt2008-04-241-2/+2
* zap bogus sentinel, as noticed by dasn.espie2006-12-201-3/+2
* zap argument name, okay millert@espie2006-08-281-2/+2
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-89/+99