summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/send.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSguenther2014-09-091-14/+36
| | | | Mention send(MSG_EOR)
* Retire kernel support for SO_DONTROUTE, this time without breakingmpi2014-04-071-5/+3
| | | | | | | | | | | localhost connections. The plan is to always use the routing table for addresses and routes resolutions, so there is no future for an option that wants to bypass it. This option has never been implemented for IPv6 anyway, so let's just remove the IPv4 bits that you weren't aware of. Tested a least by lteo@, guenther@ and chrisz@, ok mikeb@, benno@
* revert "Retire kernel support for SO_DONTROUTE" diff, which does bad thingssthen2014-03-281-3/+5
| | | | for localhost connections. discussed with deraadt@
* Retire kernel support for SO_DONTROUTE, since the plan is to alwaysmpi2014-03-271-5/+3
| | | | | | | | use the routing table there's no future for an option that wants to bypass it. This option has never been implemented for IPv6 anyway, so let's just remove the IPv4 bits that you weren't aware of. Tested by florian@, man pages inputs from jmc@, ok benno@
* add send(2) MSG_DONTWAIT support which enables us to choose nonblockingyasuoka2012-10-051-2/+4
| | | | | | | or blocking for each send(2) call. diff from UMEZAWA Takeshi ok bluhm
* In sendmsg() permit at most 10% of maxfiles to be in-flightderaadt2012-04-111-2/+7
| | | | | | during CMSG_DATA SCM_RIGHTS fd transfers. If this is exceeded, return EMFILE. ok claudio guenther gilles
* formatting errors, found using freebsd's "igor";jmc2011-12-241-3/+3
|
* document MSG_NOSIGNAL.fgsch2011-12-031-6/+21
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* link to new CMSG_DATA(3); prod by deraadtjaredy2005-07-041-2/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* 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-5/+5
| | | | breaks and getting rid of short lines, making these files easier to work with.
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-2/+2
| | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)).
* more pollderaadt1999-08-151-2/+5
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-9/+11
| | | | | | | - 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-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-4/+4
|
* more errno values are possible; jon@oaktree.co.ukderaadt1999-02-171-3/+17
|
* sendto(2) takes a socklen_t as wellmillert1999-02-151-2/+2
|
* doc EAFNOSUPPORT returnderaadt1998-11-161-1/+3
|
* 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-2/+14
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* send(2) and friends return EINVAL if (flags & MSG_EOR)millert1998-03-181-0/+4
|
* add docs about EHOSTUNREACH; from hwr@pilhuhn.dederaadt1997-01-221-0/+2
|
* from netbsd:deraadt1996-01-151-1/+4
| | | | | Document the EACCES errno value as returned by sendmsg(2), per Ted Mellon <mellon@fugue.com>, PR #1093.
* initial import of NetBSD treederaadt1995-10-181-0/+163