Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | make offset parameter to pwrite apparent in description. | 2006-01-19 | 1 | -3/+4 | |
| | | | | okay jmc@ | ||||
* | various improvements to lists and displays: | 2004-04-15 | 1 | -7/+6 | |
| | | | | | | .Pp removal -compact removal for displays other list/display errors | ||||
* | 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. | ||||
* | section reorder; | 2003-06-02 | 1 | -18/+18 | |
| | |||||
* | exceeds -> exceedes; | 2003-04-03 | 1 | -2/+2 | |
| | | | | from Pedro Bastos (thanks) | ||||
* | most of these is v2, not v6 | 2002-01-24 | 1 | -2/+2 | |
| | |||||
* | Split synopsis, plain read/write don't need uio. | 2001-05-14 | 1 | -4/+7 | |
| | |||||
* | style(9) nit in examples, aaron@ ok | 2001-02-16 | 1 | -3/+3 | |
| | |||||
* | Another round of man page cleanup, this time to remove more hard sentence | 2000-10-18 | 1 | -30/+21 | |
| | | | | breaks and getting rid of short lines, making these files easier to work with. | ||||
* | p{read,write}{,v} man pages | 2000-04-20 | 1 | -8/+47 | |
| | |||||
* | - For consistency, `super-user' -> `superuser' in all cases. | 2000-04-15 | 1 | -7/+7 | |
| | | | | | - Some punctuation fixes. - Some `id' -> `ID'. | ||||
* | Trailing whitespace begone! | 2000-04-12 | 1 | -4/+4 | |
| | |||||
* | EFAULT does not happen for all files; posix 1003.1, line 216 | 1999-11-14 | 1 | -6/+6 | |
| | |||||
* | .Nm -> .Fn | 1999-09-26 | 1 | -2/+2 | |
| | |||||
* | Proper coding idioms. | 1999-09-26 | 1 | -1/+21 | |
| | | | | | [yes, there ARE some systems where read and write >SSIZE_MAX work, and physicists use those features to write huge files in one swoop] | ||||
* | `may return following error' => `may return the following error' | 1999-09-26 | 1 | -2/+2 | |
| | | | | `may return following errors' => `may return one of the following errors' | ||||
* | Missing comma | 1999-08-13 | 1 | -2/+2 | |
| | |||||
* | - change references to nil to null; tschroed@acm.org | 1999-06-29 | 1 | -14/+14 | |
| | | | | | | | - 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 | ||||
* | 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 | ||||
* | writev(2) may return EDESTADDRREQ if a write is attempted to a connect(2)'d | 1999-05-11 | 1 | -1/+7 | |
| | | | | | uipc domain socket and the destination set by connect(2) is no longer available; from FreeBSD | ||||
* | make function names the correct case | 1999-02-27 | 1 | -6/+6 | |
| | |||||
* | Xr poll | 1998-08-17 | 1 | -1/+2 | |
| | |||||
* | IOV_MAX, not UIO_MAXIOV | 1998-08-05 | 1 | -3/+3 | |
| | |||||
* | For read, write, send, sendto, recv, recvfrom return EINVAL is size arg > 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 ↵ | 1998-07-28 | 1 | -4/+15 | |
| | | | | 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. | ||||
* | Don't talk about the sum of the iov_len being negative since iov_len is unsigned. | 1998-07-28 | 1 | -8/+2 | |
| | |||||
* | fix openbsd tag | 1998-07-06 | 1 | -0/+1 | |
| | |||||
* | mention that write updates timestamps | 1997-04-29 | 1 | -1/+7 | |
| | |||||
* | make UIO_MAXIOV note more prominent | 1996-12-13 | 1 | -3/+10 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+207 | |