summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/send.2 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDSguenther2014-09-091-14/+36
* Retire kernel support for SO_DONTROUTE, this time without breakingmpi2014-04-071-5/+3
* revert "Retire kernel support for SO_DONTROUTE" diff, which does bad thingssthen2014-03-281-3/+5
* Retire kernel support for SO_DONTROUTE, since the plan is to alwaysmpi2014-03-271-5/+3
* add send(2) MSG_DONTWAIT support which enables us to choose nonblockingyasuoka2012-10-051-2/+4
* In sendmsg() permit at most 10% of maxfiles to be in-flightderaadt2012-04-111-2/+7
* 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
* 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-5/+5
* Suffix "i.e." and "e.g." with a comma. Just another really picky man pageaaron2000-03-141-2/+2
* more pollderaadt1999-08-151-2/+5
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-9/+11
* 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-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 va...millert1998-07-281-3/+16
* 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
* initial import of NetBSD treederaadt1995-10-181-0/+163