Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Explicitly mention that PATH_MAX includes the NUL in the ENAMETOOLONG | 2015-01-19 | 1 | -6/+7 | |
| | | | | description. | ||||
* | macro and typo fixes from kaspars at bankovskis dot net | 2014-11-25 | 1 | -8/+15 | |
| | |||||
* | Use .Er for errnos | 2014-05-29 | 1 | -3/+3 | |
| | |||||
* | Don't use use .Tn with AND/OR/NOT | 2014-02-13 | 1 | -6/+3 | |
| | | | | | | | | Phrase any "The _flags_ argument is the ..." line consistently, eliminating unnecessary use of 'inclusive' and saying "zero or more" or "one or more" as appropriate ok millert@ jmc@ schwarze@ | ||||
* | more library history | 2013-07-17 | 1 | -3/+13 | |
| | | | | | facts checked by sobrado@ style tweaks and ok jmc@ | ||||
* | Use consistent wording for the EINVAL, EBADF, ENOTDIR, and EACCES cases | 2013-03-31 | 1 | -4/+17 | |
| | | | | of the various *at() functions. | ||||
* | Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, but | 2013-03-30 | 1 | -6/+10 | |
| | | | | | | | | some other fixes included... *at() function ERRORS description suggested by matthew@ ok deraadt@ | ||||
* | partially re-instate previous; requested by deraadt | 2013-01-19 | 1 | -2/+5 | |
| | |||||
* | better description of O_CLOEXEC; from russell | 2013-01-19 | 1 | -3/+3 | |
| | | | | ok guenther | ||||
* | Commemorate research!dmr by documenting the history of all | 2011-11-06 | 1 | -4/+8 | |
| | | | | | | | | | system calls existing since Version 1 AT&T UNIX (first batch). All information taken from primary sources at the UNIX tree of the UNIX heritage society, http://minnie.tuhs.org/cgi-bin/utree.pl . The number of errors in the existing manuals is astonishing. All facts checked by sobrado@. Feedback and ok on wording and formatting by jmc@. | ||||
* | Add (rough draft) documentation for fdopendir(3) and the 15 new | 2011-07-18 | 1 | -6/+58 | |
| | | | | | | | XXXat(2) system calls from POSIX 2008. Editing will be done in tree. General style discussed with jmc@, schwarze@, and deraadt@ ok jmc@ | ||||
* | Clarify that exactly one of O_RDONLY, O_WRONLY, and O_RDWR must be | 2011-07-12 | 1 | -3/+9 | |
| | | | | specified when calling open(2). | ||||
* | document O_CLOEXEC and O_DIRECTORY | 2011-07-12 | 1 | -3/+14 | |
| | |||||
* | An attempt to open an append-only file without O_APPEND results in EPERM. | 2011-02-18 | 1 | -2/+10 | |
| | | | | OK jmc@ guenther@ | ||||
* | Document EBUSY return when attempting to open a cua device that | 2010-09-07 | 1 | -1/+4 | |
| | | | | someone else already has open. OK jmc@ | ||||
* | - O_NOFOLLOW is no longer non-posix; from thomas klausner | 2010-09-07 | 1 | -8/+5 | |
| | | | | | | - bump posix revision and remove xpg; from millert ok millert | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | Missing colons. | 2005-09-12 | 1 | -2/+2 | |
| | |||||
* | open() is not ANSI; | 2003-07-09 | 1 | -2/+1 | |
| | | | | pointed out by Pedro Bastos; | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Document ENXIO error condicion when the named file is a FIFO and | 2003-05-20 | 1 | -1/+7 | |
| | | | | flags include O_NONBLOCK|O_WRONLY. Closes PR 3265. | ||||
* | fifo -> FIFO | 2003-04-02 | 1 | -3/+3 | |
| | | | | ok millert@ | ||||
* | Back out revision 1.3; we return EWOULDBLOCK on lock failure, not EAGAIN. | 2002-07-11 | 1 | -9/+2 | |
| | |||||
* | Initial cleanup: | 2002-04-30 | 1 | -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 v6 | 2002-01-24 | 1 | -2/+2 | |
| | |||||
* | Move return value info into its own "RETURN VALUES" section. | 2001-09-29 | 1 | -6/+11 | |
| | |||||
* | Spelling corrections per PR 1988 by Andrew Hoerter. | 2001-08-05 | 1 | -4/+4 | |
| | |||||
* | Convert flags list from a literal display to a nicely formatted list. | 2001-03-11 | 1 | -15/+27 | |
| | |||||
* | Better grammar, move HISTORY before CAVEATS, and add some missing commas. | 2001-03-11 | 1 | -12/+11 | |
| | |||||
* | Add a caveat about our O_TRUNC paranoia; art@ ok | 2001-02-22 | 1 | -1/+11 | |
| | |||||
* | do not open fifos with O_RDWR, either use O_RDONLY or O_WRONLY. okay aaron@ | 2000-11-15 | 1 | -1/+9 | |
| | |||||
* | Another round of man page cleanup, this time to remove more hard sentence | 2000-10-18 | 1 | -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 specified | 2000-09-30 | 1 | -2/+5 | |
| | | | | and the target is a symlink. | ||||
* | doc that O_TRUNC needs a write mode | 2000-09-25 | 1 | -2/+2 | |
| | |||||
* | Change kernel-only open flag FNOSYMLINK to userland-visible O_NOFOLLOW; | 2000-04-21 | 1 | -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; freebsd | 2000-04-10 | 1 | -1/+8 | |
| | |||||
* | - change references to nil to null; tschroed@acm.org | 1999-06-29 | 1 | -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 + AND | 1999-06-05 | 1 | -2/+2 | |
| | |||||
* | or'ing -> OR'ing | 1999-05-27 | 1 | -2/+2 | |
| | |||||
* | add some .Dv and .Er, replace blank lines with .Pp | 1999-05-27 | 1 | -2/+7 | |
| | |||||
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | 1999-05-23 | 1 | -2/+2 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -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 case | 1999-02-27 | 1 | -3/+3 | |
| | |||||
* | fix openbsd tag | 1998-07-06 | 1 | -0/+1 | |
| | |||||
* | prevent open() with wrong flags | 1997-10-24 | 1 | -0/+2 | |
| | |||||
* | fix Xr | 1997-07-17 | 1 | -2/+2 | |
| | |||||
* | errno can be set to EAGAIN in conjunction with O_SHLOCK/O_EXLOCK | 1997-06-22 | 1 | -0/+4 | |
| | |||||
* | fix lots of .Xr and other minor things | 1997-06-13 | 1 | -1/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+263 | |