Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
breaks and getting rid of short lines, making these files easier to work with. | |||
2000-09-30 | Make it obvious that open(2) returns ELOOP if O_NOFOLLOW was specified | Todd C. Miller | |
and the target is a symlink. | |||
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 | |
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. | |||
2000-04-10 | document EWOULDBLOCK; freebsd | Theo de Raadt | |
1999-06-29 | - change references to nil to null; tschroed@acm.org | Aaron Campbell | |
- 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 | |||
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 | |
is used instead; kwesterback@home.com | |||
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman | |
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries. | |||
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 | |