summaryrefslogtreecommitdiffstats
path: root/sys/sys/unistd.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add kbind, a syscall for ld.so to use to securely and efficiently updateguenther2015-07-201-1/+9
* claim posix 2008 compat. apparently people look at this and get scaredtedu2014-12-131-2/+2
* The last user of the old __tfork() was updated to the current one,guenther2013-08-141-8/+1
* Add support for _PC_TIMESTAMP_RESOLUTION for ffs/mfs, cd9600, ext2,guenther2013-03-281-21/+22
* Handle the pathconf _PC_PATH_MAX, _PC_PIPE_BUF, _PC_ASYNC_IO,guenther2013-03-281-1/+4
* the 5.1 era tfork syscall claws its way out of the grave. we failed totedu2013-03-141-1/+8
* No longer need the 5.1 version of the __tfork syscallguenther2013-03-021-8/+1
* __tfork() needs to set the stack address of the new thread in the kernel,guenther2012-06-211-1/+8
* Add more pathconf(2) variables from POSIX.matthew2012-06-191-1/+12
* Move the _SC_* and _CS_* configurable system variables and stringsmatthew2012-05-301-138/+2
* More sysconf(3)-y and pathconf(3)-y goodness from Brad.matthew2012-05-141-39/+96
* Add the _POSIX_MONOTONIC_CLOCK symbol and the sysconf(3)ajacoutot2012-03-061-1/+4
* "TLS-lite": add kernel support for a per-thread userspace pointer,guenther2011-10-151-1/+8
* support _SC_HOST_NAME_MAX; from bradderaadt2010-10-281-1/+2
* Add support to sysconf(3) for the variables _SC_NPROCESSORS_CONF andsthen2010-01-151-1/+3
* set _POSIX_JOB_CONTROL and _POSIX_SAVED_IDS to the correct values; ok millertderaadt2008-08-221-4/+5
* Implement _SC_GETGR_R_SIZE_MAX, _SC_GETPW_R_SIZE_MAX, _SC_LOGIN_NAME_MAX,millert2008-06-251-6/+6
* Add the semi-standard _SC_PHYS_PAGES and _SC_AVPHYS_PAGES, sysconf(3) variable.kettenis2008-03-161-1/+4
* First step in include files overhaul. Use __FOO_VISIBLE (as definedmillert2005-12-131-2/+4
* Implement _SC_SEM_NSEMS_MAX and _SC_SEM_VALUE_MAX.millert2004-05-071-1/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* spelling; from Brian Poole <raj@cerias.purdue.edu>todd2002-06-141-2/+2
* comment out some unimplemented placeholders; millert@ agreesnaddy2001-09-291-1/+3
* Add thread-safety to libc, so that libc_r will build (on i386 at least).d1998-11-201-1/+19
* clarify a commentmillert1998-07-131-2/+2
* add sysctl and sysconf support for sysvsem, sysvshm, sysvmsg, and fsync; mostly from kleinkderaadt1998-06-021-1/+7
* Define _POSIX_VDISABLE as (0377), not '\377'tholo1996-10-261-2/+2
* Don't use a cast for _POSIX_VDISABLEtholo1996-10-261-3/+3
* Implemented _POSIX_SAVED_IDS behaviour according to 1003.1-1990, withtholo1996-08-011-9/+1
* From NetBSD: 960217 mergeniklas1996-03-031-0/+1
* initial import of NetBSD treederaadt1995-10-181-0/+126