summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/open.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* open() is not ANSI;jmc2003-07-091-2/+1
| | | | pointed out by Pedro Bastos;
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Document ENXIO error condicion when the named file is a FIFO andmillert2003-05-201-1/+7
| | | | flags include O_NONBLOCK|O_WRONLY. Closes PR 3265.
* fifo -> FIFOjmc2003-04-021-3/+3
| | | | ok millert@
* 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
| | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
* 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
| | | | breaks and getting rid of short lines, making these files easier to work with.
* Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specifiedmillert2000-09-301-2/+5
| | | | and the target is a symlink.
* 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
| | | | | | adapated from FreeBSD. Also change O_FSYNC to the more standard O_SYNC and document it. open(2) needs some real examples for proper usage, to come later.
* document EWOULDBLOCK; freebsdderaadt2000-04-101-1/+8
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-5/+5
| | | | | | | - remove trailing spaces from end of lines - add some .Dv - change -1 to \-1, so `-' is taken as a negative sign - other misc formatting fixes
* 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
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* 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