Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-28 | typos; | Jason McIntyre | |
reboot(2), sigaction(2): help and ok millert@ | |||
2002-01-24 | most of these is v2, not v6 | Michael Shalayeff | |
2001-12-07 | From XPG4.2: read(2) can return EIO if the process is a member of | Todd C. Miller | |
a background process attempting to read from its controlling terminal, the process is ignoring or blocking the SIGTTIN signal or the process group is orphaned. Verified against reality... | |||
2001-05-14 | Split synopsis, plain read/write don't need uio. | Marc Espie | |
2001-02-16 | style(9) nit in examples, aaron@ ok | smart | |
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-04-20 | p{read,write}{,v} man pages | Theo de Raadt | |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
1999-09-26 | .Nm -> .Fn | Marc Espie | |
1999-09-26 | Proper coding idioms. | Marc Espie | |
[yes, there ARE some systems where read and write >SSIZE_MAX work, and physicists use those features to write huge files in one swoop] | |||
1999-09-26 | `may return following error' => `may return the following error' | Marc Espie | |
`may return following errors' => `may return one of the following errors' | |||
1999-07-02 | remove redundant .Pp macros | Aaron Campbell | |
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-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-02-27 | make function names the correct case | Theo de Raadt | |
1998-08-17 | Xr poll | Theo de Raadt | |
1998-08-05 | IOV_MAX, not UIO_MAXIOV | Todd C. Miller | |
1998-07-28 | For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > ↵ | Todd C. Miller | |
SSIZE_MAX. For readv, writev, sendmsg, recvmsg return EINVAL if sum of the over iov_len values overflows an ssize_t. Based on what XPG 4.2 says (though XPG is not entirely consistent here). Basically since the return value is ssize_t allowing size > SSIZE_MAX is bad since people who (incorrectly mind you) check the return value for < 0 instead of == -1 will have bad things happen to them. | |||
1998-07-28 | Don't talk about the sum of the iov_len being negative since iov_len is ↵ | Todd C. Miller | |
unsigned. | |||
1998-07-06 | fix openbsd tag | Theo de Raadt | |
1996-12-13 | make UIO_MAXIOV note more prominent | michaels | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |