Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | 2014-09-09 | 1 | -14/+36 | |
| | | | | Mention send(MSG_EOR) | ||||
* | Retire kernel support for SO_DONTROUTE, this time without breaking | 2014-04-07 | 1 | -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 things | 2014-03-28 | 1 | -3/+5 | |
| | | | | for localhost connections. discussed with deraadt@ | ||||
* | Retire kernel support for SO_DONTROUTE, since the plan is to always | 2014-03-27 | 1 | -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 nonblocking | 2012-10-05 | 1 | -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-flight | 2012-04-11 | 1 | -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"; | 2011-12-24 | 1 | -3/+3 | |
| | |||||
* | document MSG_NOSIGNAL. | 2011-12-03 | 1 | -6/+21 | |
| | |||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | link to new CMSG_DATA(3); prod by deraadt | 2005-07-04 | 1 | -2/+3 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-02 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | Remove extra reference to poll.2. Spotted by form@. | 2002-01-02 | 1 | -2/+1 | |
| | | | | millert@ ok; | ||||
* | Another round of man page cleanup, this time to remove more hard sentence | 2000-10-18 | 1 | -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 page | 2000-03-14 | 1 | -2/+2 | |
| | | | | | commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | ||||
* | more poll | 1999-08-15 | 1 | -2/+5 | |
| | |||||
* | - change references to nil to null; tschroed@acm.org | 1999-06-29 | 1 | -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-common | 1999-05-23 | 1 | -2/+2 | |
| | | | | is used instead; kwesterback@home.com | ||||
* | Cleanup xrefs under SEE ALSO. Specifically: | 1999-05-16 | 1 | -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 case | 1999-02-27 | 1 | -4/+4 | |
| | |||||
* | more errno values are possible; jon@oaktree.co.uk | 1999-02-17 | 1 | -3/+17 | |
| | |||||
* | sendto(2) takes a socklen_t as well | 1999-02-15 | 1 | -2/+2 | |
| | |||||
* | doc EAFNOSUPPORT return | 1998-11-16 | 1 | -1/+3 | |
| | |||||
* | Xr poll | 1998-08-17 | 1 | -1/+2 | |
| | |||||
* | IOV_MAX, not UIO_MAXIOV | 1998-08-05 | 1 | -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 ↵ | 1998-07-28 | 1 | -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 overflow | 1998-07-28 | 1 | -2/+14 | |
| | |||||
* | fix openbsd tag | 1998-07-06 | 1 | -0/+1 | |
| | |||||
* | send(2) and friends return EINVAL if (flags & MSG_EOR) | 1998-03-18 | 1 | -0/+4 | |
| | |||||
* | add docs about EHOSTUNREACH; from hwr@pilhuhn.de | 1997-01-22 | 1 | -0/+2 | |
| | |||||
* | from netbsd: | 1996-01-15 | 1 | -1/+4 | |
| | | | | | Document the EACCES errno value as returned by sendmsg(2), per Ted Mellon <mellon@fugue.com>, PR #1093. | ||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+163 | |