summaryrefslogtreecommitdiff
path: root/lib/libc/sys/open.2
AgeCommit message (Expand)Author
2007-05-31convert to new .Dd format;Jason McIntyre
2005-09-12Missing colons.Miod Vallat
2003-07-09open() is not ANSI;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-20Document ENXIO error condicion when the named file is a FIFO andTodd C. Miller
2003-04-02fifo -> FIFOJason McIntyre
2002-07-11Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN.Todd C. Miller
2002-04-30Initial cleanup:Mike Pechkin
2002-01-24most of these is v2, not v6Michael Shalayeff
2001-09-29Move return value info into its own "RETURN VALUES" section.Todd C. Miller
2001-08-05Spelling corrections per PR 1988 by Andrew Hoerter.Hugh Graham
2001-03-11Convert flags list from a literal display to a nicely formatted list.Aaron Campbell
2001-03-11Better grammar, move HISTORY before CAVEATS, and add some missing commas.Aaron Campbell
2001-02-22Add a caveat about our O_TRUNC paranoia; art@ okAnil Madhavapeddy
2000-11-15do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@Niels Provos
2000-10-18Another round of man page cleanup, this time to remove more hard sentenceAaron Campbell
2000-09-30Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specifiedTodd C. Miller
2000-09-25doc that O_TRUNC needs a write modeTheo de Raadt
2000-04-21Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW;Todd C. Miller
2000-04-10document EWOULDBLOCK; freebsdTheo de Raadt
1999-06-29- change references to nil to null; tschroed@acm.orgAaron Campbell
1999-06-05use .Tn instead of .Em for logical/bitwise OR + ANDAaron Campbell
1999-05-27or'ing -> OR'ingAaron Campbell
1999-05-27add some .Dv and .Er, replace blank lines with .PpAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-02-27make function names the correct caseTheo de Raadt
1998-07-06fix openbsd tagTheo de Raadt
1997-10-24prevent open() with wrong flagsTheo de Raadt
1997-07-17fix XrTheo de Raadt
1997-06-22errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCKTodd C. Miller
1997-06-13fix lots of .Xr and other minor thingsTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt