Age | Commit message (Expand) | Author |
2013-03-31 | Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES cases | Philip Guenther |
2013-03-30 | Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but | Philip Guenther |
2013-01-19 | partially re-instate previous; requested by deraadt | Jason McIntyre |
2013-01-19 | better description of O_CLOEXEC; from russell | Jason McIntyre |
2011-11-06 | Commemorate research!dmr by documenting the history of all | Ingo Schwarze |
2011-07-18 | Add (rough draft) documentation for fdopendir(3) and the 15 new | Matthew Dempsky |
2011-07-12 | Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must be | Matthew Dempsky |
2011-07-12 | document O_CLOEXEC and O_DIRECTORY | Matthew Dempsky |
2011-02-18 | An attempt to open an append-only file without O_APPEND results in EPERM. | Todd C. Miller |
2010-09-07 | Document EBUSY return when attempting to open a cua device that | Todd C. Miller |
2010-09-07 | - O_NOFOLLOW is no longer non-posix; from thomas klausner | Jason McIntyre |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2005-09-12 | Missing colons. | Miod Vallat |
2003-07-09 | open() is not ANSI; | Jason McIntyre |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-20 | Document ENXIO error condicion when the named file is a FIFO and | Todd C. Miller |
2003-04-02 | fifo -> FIFO | Jason McIntyre |
2002-07-11 | Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN. | Todd C. Miller |
2002-04-30 | Initial cleanup: | Mike Pechkin |
2002-01-24 | most of these is v2, not v6 | Michael Shalayeff |
2001-09-29 | Move return value info into its own "RETURN VALUES" section. | Todd C. Miller |
2001-08-05 | Spelling corrections per PR 1988 by Andrew Hoerter. | Hugh Graham |
2001-03-11 | Convert flags list from a literal display to a nicely formatted list. | Aaron Campbell |
2001-03-11 | Better grammar, move HISTORY before CAVEATS, and add some missing commas. | Aaron Campbell |
2001-02-22 | Add a caveat about our O_TRUNC paranoia; art@ ok | Anil Madhavapeddy |
2000-11-15 | do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@ | Niels Provos |
2000-10-18 | Another round of man page cleanup, this time to remove more hard sentence | Aaron Campbell |
2000-09-30 | Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specified | Todd C. Miller |
2000-09-25 | doc that O_TRUNC needs a write mode | Theo de Raadt |
2000-04-21 | Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW; | Todd C. Miller |
2000-04-10 | document EWOULDBLOCK; freebsd | Theo de Raadt |
1999-06-29 | - change references to nil to null; tschroed@acm.org | Aaron Campbell |
1999-06-05 | use .Tn instead of .Em for logical/bitwise OR + AND | Aaron Campbell |
1999-05-27 | or'ing -> OR'ing | Aaron Campbell |
1999-05-27 | add some .Dv and .Er, replace blank lines with .Pp | Aaron Campbell |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1999-02-27 | make function names the correct case | Theo de Raadt |
1998-07-06 | fix openbsd tag | Theo de Raadt |
1997-10-24 | prevent open() with wrong flags | Theo de Raadt |
1997-07-17 | fix Xr | Theo de Raadt |
1997-06-22 | errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCK | Todd C. Miller |
1997-06-13 | fix lots of .Xr and other minor things | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |