aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* Update limits and configuration parameters for 1003.1/TC1/D6.Garrett Wollman2002-10-271-0/+2
* Only define SEEK_{SET,CUR,END} if not already defined (by <stdio.h>)Poul-Henning Kamp2002-10-231-0/+2
* Rename _POSIX_FOO_PRESENT and friends from POSIX.1e to _PC_FOO_PRESENTRobert Watson2002-10-201-6/+5
* Correct mis-spelling in pathconf constant _POSIX_ACL_CAP_PRESENT toRobert Watson2002-10-201-1/+1
* Move the _POSIX_VERSION constant from <unistd.h> to <sys/unistd.h>, soMike Barcroft2002-10-131-0/+3
* Whitespace fixes (mainly for many more messes in the definitions of theBruce Evans2002-09-211-17/+17
* Claim to be 1003.1-2001. We're not quite, yet, but that's a more usefulGarrett Wollman2002-09-211-144/+79
* Add pathconf/fpathconf entries from POSIX.1e indicating support forRobert Watson2002-07-311-0/+11
* Move _CS_PATH from <sys/unistd.h> to <unistd.h> -- the kernel isn't involvedGarrett Wollman2002-07-151-3/+0
* Define _POSIX_FSYNC unconditionally. (The standard has enough weasel-wordsGarrett Wollman2002-07-151-3/+3
* Make RFPPWAIT a kernel-only flag. Programs desiring this feature shouldJohn Baldwin2001-12-191-1/+1
* Add support for sysconf(_SC_NPROCESSORS_CONF) and sysconf(_SC_NPROCESSORS_ONLN).Joseph Koshy2001-12-011-0/+5
* After one too many PRs on the subject, bite the bullet and define IOV_MAXGarrett Wollman2001-06-181-0/+2
* Don't allow userland to use the RFHIGHPID flag. Its only purpose is toDag-Erling Smørgrav2001-03-131-1/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-3/+6
* Implement POSIX.1b shared memory objects. In this implementation,Garrett Wollman2000-04-221-0/+4
* Add the _POSIX_SEMAPHORES feature flag.Jason Evans2000-03-161-0/+1
* Move POSIX feature constants from pthread.h to unistd.h, as required byJason Evans1999-12-161-0/+24
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Changes to the LINUX_THREADS support to only allocate extra memory forJulian Elischer1999-01-071-2/+1
* Reviewed by: Luoqi Chen, Jordan HubbardJulian Elischer1998-12-191-1/+4
* Finish _POSIX_PRIORITY_SCHEDULING. Needs P1003_1B andPeter Dufault1998-03-281-10/+7
* Reviewed by: bdePeter Dufault1998-03-081-40/+5
* Reviewed by: msmith, bde long agoPeter Dufault1998-03-041-1/+86
* Modifications to existing files to support the initial AIO/LIO andJohn Dyson1997-06-161-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Restored comment about _POSIX_SAVED_IDS from rev.1.2.Bruce Evans1996-12-181-3/+7
* Turn off _POSIX_SAVED_IDSAndrey A. Chernov1996-12-061-3/+2
* Changed _POSIX_VERSION from 198808L to 199009L. We're close to conformingBruce Evans1996-11-291-2/+2
* Don't pollute the namespace with rfork flags if _POSIX_SOURCE is defined.Bruce Evans1996-09-031-2/+3
* Sync rfork() flags up with OpenBSD.Sujal Patel1996-08-201-7/+13
* Implement the RFNOWAIT flag for rfork(). If set this flag will cause theSujal Patel1996-04-171-11/+7
* Garrett pointed out that the correct place for unix system call argsPeter Wemm1996-02-231-1/+17
* Define _POSIX_VDISABLE so that it can be used in #if expressions.Bruce Evans1995-05-111-1/+1
* Enable _POSIX_SAVED_IDS and fix comment to describe current situationAndrey A. Chernov1995-04-291-6/+3
* Added $Id$David Greenman1994-08-021-0/+1
* BSD 4.4 Lite Kernel SourcesRodney W. Grimes1994-05-241-0/+124