| Commit message (Expand) | Author | Age | Files | Lines |
* | Make read(2) return EISDIR on directories. |  jca | 2016-09-30 | 1 | -4/+6 |
* | macro fixes from Kaspars at Bankovskis dot net; |  schwarze | 2015-02-05 | 1 | -8/+8 |
* | Grammar |  guenther | 2014-05-29 | 1 | -3/+3 |
* | more library history |  schwarze | 2013-07-17 | 1 | -3/+3 |
* | Updates to SYNOPSIS, ERRORS, and STANDARDS. |  guenther | 2013-04-08 | 1 | -16/+18 |
* | Commemorate research!dmr by documenting the history of all |  schwarze | 2011-11-06 | 1 | -15/+13 |
* | repair documentation offset in the p*() versions of the calls and EINVAL; |  deraadt | 2011-11-06 | 1 | -19/+18 |
* | Move around the error cases to make clear that some don't apply to the |  guenther | 2011-11-05 | 1 | -6/+15 |
* | Document ESPIPE and make EFAULT cover all functions. |  fgsch | 2009-12-30 | 1 | -8/+16 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | be specific about what we mean by a "slow device"; |  jmc | 2006-10-11 | 1 | -3/+5 |
* | exceedes -> exceeds; from Jared Yanovich; |  jmc | 2003-10-21 | 1 | -4/+3 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | - section reorder |  jmc | 2003-06-01 | 1 | -18/+18 |
* | typos; |  jmc | 2003-02-28 | 1 | -3/+3 |
* | most of these is v2, not v6 |  mickey | 2002-01-24 | 1 | -2/+2 |
* | From XPG4.2: read(2) can return EIO if the process is a member of |  millert | 2001-12-07 | 1 | -2/+5 |
* | Split synopsis, plain read/write don't need uio. |  espie | 2001-05-14 | 1 | -4/+7 |
* | style(9) nit in examples, aaron@ ok |  smart | 2001-02-16 | 1 | -3/+3 |
* | Another round of man page cleanup, this time to remove more hard sentence |  aaron | 2000-10-18 | 1 | -7/+6 |
* | p{read,write}{,v} man pages |  deraadt | 2000-04-20 | 1 | -8/+45 |
* | Trailing whitespace begone! |  aaron | 2000-04-12 | 1 | -4/+4 |
* | .Nm -> .Fn |  espie | 1999-09-26 | 1 | -2/+2 |
* | Proper coding idioms. |  espie | 1999-09-26 | 1 | -1/+21 |
* | `may return following error' => `may return the following error' |  espie | 1999-09-26 | 1 | -2/+2 |
* | remove redundant .Pp macros |  aaron | 1999-07-02 | 1 | -2/+1 |
* | - change references to nil to null; tschroed@acm.org |  aaron | 1999-06-29 | 1 | -10/+10 |
* | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common |  aaron | 1999-05-23 | 1 | -2/+2 |
* | make function names the correct case |  deraadt | 1999-02-27 | 1 | -7/+7 |
* | Xr poll |  deraadt | 1998-08-17 | 1 | -1/+2 |
* | IOV_MAX, not UIO_MAXIOV |  millert | 1998-08-05 | 1 | -5/+4 |
* | 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 va... |  millert | 1998-07-28 | 1 | -3/+14 |
* | Don't talk about the sum of the iov_len being negative since iov_len is unsigned. |  millert | 1998-07-28 | 1 | -8/+2 |
* | fix openbsd tag |  deraadt | 1998-07-06 | 1 | -0/+1 |
* | make UIO_MAXIOV note more prominent |  michaels | 1996-12-13 | 1 | -2/+10 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+192 |