summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/recv.2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* redundant though it may be, recv() is unlikely to be removed in a futuretedu2015-02-161-3/+2
* Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSguenther2014-09-091-13/+22
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-5/+12
* Don't use use .Tn with AND/OR/NOTguenther2014-02-131-5/+3
* Use consistent phrasing for bitmask flags.guenther2014-01-221-5/+5
* obvious .Pa fixes; found with mandocdb(8)schwarze2014-01-211-3/+3
* no need to mention xerox network stack here; ok claudiomikeb2011-07-191-5/+2
* clarify EMSGSIZEgilles2008-07-291-2/+9
* convert to new .Dd format;jmc2007-05-311-2/+2
* link to new CMSG_DATA(3); prod by deraadtjaredy2005-07-041-2/+7
* iso is no more, ok millert jmc henning deraadtjaredy2005-01-061-5/+2
* mention `s';jmc2004-11-121-2/+4
* - change some lists from -column to -tag (-column not needed) and adjustjmc2004-07-261-16/+39
* fd passing works over a socketpair too of course so document this.millert2004-04-271-3/+6
* various improvements to lists and displays:jmc2004-04-151-2/+1
* sync man page with sys/socket.h;jmc2003-06-111-4/+4
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
* doc ECONNREFUSED; maurice@amaze.nlderaadt2002-03-311-1/+11
* Remove extra reference to poll.2. Spotted by form@.mpech2002-01-021-2/+1
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-9/+8
* Mostly punctuation fixes.aaron2000-04-151-2/+2
* `may return following error' => `may return the following error'espie1999-09-261-3/+3
* more pollderaadt1999-08-151-2/+5
* remove redundant .Pp macrosaaron1999-07-021-2/+1
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-14/+18
* use .Tn instead of .Em for logical/bitwise OR + ANDaaron1999-06-051-2/+2
* or'ing -> OR'ingaaron1999-05-271-2/+2
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
* make function names the correct casederaadt1999-02-271-6/+6
* socklen_t is used in struct msghdr and struct cmsghdrmillert1999-02-151-13/+12
* Use and document socklen_tmillert1999-02-151-3/+3
* support MSG_BCAST and MSG_MCASTderaadt1999-02-051-10/+17
* Xr pollderaadt1998-08-171-1/+2
* IOV_MAX, not UIO_MAXIOVmillert1998-08-051-3/+10
* 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/+16
* document EINVAL due to overflowmillert1998-07-281-3/+19
* fix openbsd tagderaadt1998-07-061-0/+1
* missing blank linesderaadt1997-11-241-0/+1
* blank linederaadt1997-11-161-0/+1
* Use Ns macro and not non-existant Ap macrotholo1997-06-221-1/+1
* destination address should have read source, return description was ambigous.dm1996-06-301-5/+4
* initial import of NetBSD treederaadt1995-10-181-0/+265