summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/open.2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONGmillert2015-01-191-6/+7
* macro and typo fixes from kaspars at bankovskis dot netschwarze2014-11-251-8/+15
* Use .Er for errnosguenther2014-05-291-3/+3
* Don't use use .Tn with AND/OR/NOTguenther2014-02-131-6/+3
* more library historyschwarze2013-07-171-3/+13
* Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES casesguenther2013-03-311-4/+17
* Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, butguenther2013-03-301-6/+10
* partially re-instate previous; requested by deraadtjmc2013-01-191-2/+5
* better description of O_CLOEXEC; from russelljmc2013-01-191-3/+3
* Commemorate research!dmr by documenting the history of allschwarze2011-11-061-4/+8
* Add (rough draft) documentation for fdopendir(3) and the 15 newmatthew2011-07-181-6/+58
* Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must bematthew2011-07-121-3/+9
* document O_CLOEXEC and O_DIRECTORYmatthew2011-07-121-3/+14
* An attempt to open an append-only file without O_APPEND results in EPERM.millert2011-02-181-2/+10
* Document EBUSY return when attempting to open a cua device thatmillert2010-09-071-1/+4
* - O_NOFOLLOW is no longer non-posix; from thomas klausnerjmc2010-09-071-8/+5
* convert to new .Dd format;jmc2007-05-311-2/+2
* Missing colons.miod2005-09-121-2/+2
* open() is not ANSI;jmc2003-07-091-2/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* Document ENXIO error condicion when the named file is a FIFO andmillert2003-05-201-1/+7
* fifo -> FIFOjmc2003-04-021-3/+3
* Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN.millert2002-07-111-9/+2
* Initial cleanup:mpech2002-04-301-2/+3
* most of these is v2, not v6mickey2002-01-241-2/+2
* Move return value info into its own "RETURN VALUES" section.millert2001-09-291-6/+11
* Spelling corrections per PR 1988 by Andrew Hoerter.hugh2001-08-051-4/+4
* Convert flags list from a literal display to a nicely formatted list.aaron2001-03-111-15/+27
* Better grammar, move HISTORY before CAVEATS, and add some missing commas.aaron2001-03-111-12/+11
* Add a caveat about our O_TRUNC paranoia; art@ okavsm2001-02-221-1/+11
* do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@provos2000-11-151-1/+9
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-5/+7
* Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specifiedmillert2000-09-301-2/+5
* doc that O_TRUNC needs a write modederaadt2000-09-251-2/+2
* Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;millert2000-04-211-3/+36
* document EWOULDBLOCK; freebsdderaadt2000-04-101-1/+8
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-5/+5
* use .Tn instead of .Em for logical/bitwise OR + ANDaaron1999-06-051-2/+2
* or'ing -> OR'ingaaron1999-05-271-2/+2
* add some .Dv and .Er, replace blank lines with .Ppaaron1999-05-271-2/+7
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
* make function names the correct casederaadt1999-02-271-3/+3
* fix openbsd tagderaadt1998-07-061-0/+1
* prevent open() with wrong flagsderaadt1997-10-241-0/+2
* fix Xrderaadt1997-07-171-2/+2
* errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCKmillert1997-06-221-0/+4
* fix lots of .Xr and other minor thingsderaadt1997-06-131-1/+1
* initial import of NetBSD treederaadt1995-10-181-0/+263