aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/unistd.h
Commit message (Expand)AuthorAgeFilesLines
* Define _POSIX_PRIORITY_SCHEDULING as 0.Konstantin Belousov2017-01-071-1/+1
* Simplify AIO initialization now that it is standard.John Baldwin2016-03-091-1/+1
* Implement syscall clock_getcpuclockid2, so we can get a clock idDavid Xu2012-08-171-1/+1
* Add brackets around bare '-1' used as the macro body.Konstantin Belousov2012-03-101-8/+8
* Claim that _POSIX_ADVISORY_INFO is fully supported since posix_fadvise()John Baldwin2011-11-081-1/+1
* Add experimental support for process descriptorsJonathan Anderson2011-08-181-2/+3
* Implement an RFTSIGZMB flag to rfork(2) to specify a signal that isKonstantin Belousov2011-07-121-0/+8
* Indicate that POSIX semaphores are always supported.Tijl Coosemans2010-09-191-1/+1
* Add NFSv4 ACL support to libc.Edward Tomasz Napierala2009-06-251-0/+1
* Fix a typo in a comment.Tom Rhodes2009-01-311-1/+1
* Hide SEEK_DATA and SEEK_HOLE under __BSD_VISIBLE.Pawel Jakub Dawidek2007-04-071-1/+1
* - Remove SEEK_DATA and SEEK_HOLE from stdio.h, they don't belong here.Pawel Jakub Dawidek2007-04-071-0/+2
* Implement SEEK_DATA and SEEK_HOLE extensions to lseek(2) as found inPawel Jakub Dawidek2007-04-051-0/+5
* messqge queue has been implemented, set _POSIX_MESSAGE_PASSING to 200112L.David Xu2005-12-021-1/+1
* We've already implemented all TMO functions, set _POSIX_TIMEOUTS to 200112L.David Xu2005-12-021-1/+1
* Change POSIX_TIMERS to 200112L.David Xu2005-10-301-1/+1
* We've supported the _POSIX_MONOTONIC_CLOCK option for a long time.Garrett Wollman2005-10-251-1/+1
* Change _POSIX_REALTIME_SIGNALS to 200112L to indicates we supportDavid Xu2005-10-231-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Remove advertising clause from University of California Regent's license,Warner Losh2004-04-071-4/+0
* 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