summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/recv.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* clarify EMSGSIZEgilles2008-07-291-2/+9
| | | | rewording by jmc@, "lovely" deraadt@
* 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
| | | | | from aleksander piotrowski; ok henning@ deraadt@ millert@
* - change some lists from -column to -tag (-column not needed) and adjustjmc2004-07-261-16/+39
| | | | | | | | | | for a decent -width - document MSG_DONTWAIT (from FreeBSD) - simplify macros - document EHOSTUNREACH, EHOSTDOWN, and ENETDOWN; spotted by henning@ - .Xr connect 2 ok henning@ millert@
* fd passing works over a socketpair too of course so document this.millert2004-04-271-3/+6
| | | | | | Also test it in regress to be pedantic (though the kernel path is really the same). While there, remove cred-passing code that we don't support. OK deraadt@,
* various improvements to lists and displays:jmc2004-04-151-2/+1
| | | | | | .Pp removal -compact removal for displays other list/display errors
* sync man page with sys/socket.h;jmc2003-06-111-4/+4
| | | | | from a NetBSD bug report (MAEKAWA Masahide); ok pjanzen@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* doc ECONNREFUSED; maurice@amaze.nlderaadt2002-03-311-1/+11
|
* Remove extra reference to poll.2. Spotted by form@.mpech2002-01-021-2/+1
| | | | millert@ ok;
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-9/+8
| | | | breaks and getting rid of short lines, making these files easier to work with.
* Mostly punctuation fixes.aaron2000-04-151-2/+2
|
* `may return following error' => `may return the following error'espie1999-09-261-3/+3
| | | | `may return following errors' => `may return one of the following errors'
* 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
| | | | | | | - 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
* 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
| | | | is used instead; kwesterback@home.com
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* 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 ↵millert1998-07-281-3/+16
| | | | 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.
* 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