summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/read.2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make read(2) return EISDIR on directories.jca2016-09-301-4/+6
* macro fixes from Kaspars at Bankovskis dot net;schwarze2015-02-051-8/+8
* Grammarguenther2014-05-291-3/+3
* more library historyschwarze2013-07-171-3/+3
* Updates to SYNOPSIS, ERRORS, and STANDARDS.guenther2013-04-081-16/+18
* Commemorate research!dmr by documenting the history of allschwarze2011-11-061-15/+13
* repair documentation offset in the p*() versions of the calls and EINVAL;deraadt2011-11-061-19/+18
* Move around the error cases to make clear that some don't apply to theguenther2011-11-051-6/+15
* Document ESPIPE and make EFAULT cover all functions.fgsch2009-12-301-8/+16
* convert to new .Dd format;jmc2007-05-311-2/+2
* be specific about what we mean by a "slow device";jmc2006-10-111-3/+5
* exceedes -> exceeds; from Jared Yanovich;jmc2003-10-211-4/+3
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* - section reorderjmc2003-06-011-18/+18
* typos;jmc2003-02-281-3/+3
* most of these is v2, not v6mickey2002-01-241-2/+2
* From XPG4.2: read(2) can return EIO if the process is a member ofmillert2001-12-071-2/+5
* Split synopsis, plain read/write don't need uio.espie2001-05-141-4/+7
* style(9) nit in examples, aaron@ oksmart2001-02-161-3/+3
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-7/+6
* p{read,write}{,v} man pagesderaadt2000-04-201-8/+45
* Trailing whitespace begone!aaron2000-04-121-4/+4
* .Nm -> .Fnespie1999-09-261-2/+2
* Proper coding idioms.espie1999-09-261-1/+21
* `may return following error' => `may return the following error'espie1999-09-261-2/+2
* remove redundant .Pp macrosaaron1999-07-021-2/+1
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-10/+10
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* make function names the correct casederaadt1999-02-271-7/+7
* Xr pollderaadt1998-08-171-1/+2
* IOV_MAX, not UIO_MAXIOVmillert1998-08-051-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...millert1998-07-281-3/+14
* Don't talk about the sum of the iov_len being negative since iov_len is unsigned.millert1998-07-281-8/+2
* fix openbsd tagderaadt1998-07-061-0/+1
* make UIO_MAXIOV note more prominentmichaels1996-12-131-2/+10
* initial import of NetBSD treederaadt1995-10-181-0/+192