Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | redundant though it may be, recv() is unlikely to be removed in a future | 2015-02-16 | 1 | -3/+2 | |
| | | | | release. ok millert | ||||
* | Various updates and corrections to SYNOPSIS, ERRORS, and STANDARDS | 2014-09-09 | 1 | -13/+22 | |
| | | | | Mention send(MSG_EOR) | ||||
* | Add additional kernel interfaces for setting close-on-exec on fds | 2014-08-31 | 1 | -5/+12 | |
| | | | | | | | when creating them: pipe2(), dup3(), accept4(), MSG_CMSG_CLOEXEC, SOCK_CLOEXEC. Includes SOCK_NONBLOCK support. ok matthew@ | ||||
* | Don't use use .Tn with AND/OR/NOT | 2014-02-13 | 1 | -5/+3 | |
| | | | | | | | | Phrase any "The _flags_ argument is the ..." line consistently, eliminating unnecessary use of 'inclusive' and saying "zero or more" or "one or more" as appropriate ok millert@ jmc@ schwarze@ | ||||
* | Use consistent phrasing for bitmask flags. | 2014-01-22 | 1 | -5/+5 | |
| | | | | tweaking and ok millert@ jmc@ | ||||
* | obvious .Pa fixes; found with mandocdb(8) | 2014-01-21 | 1 | -3/+3 | |
| | |||||
* | no need to mention xerox network stack here; ok claudio | 2011-07-19 | 1 | -5/+2 | |
| | |||||
* | clarify EMSGSIZE | 2008-07-29 | 1 | -2/+9 | |
| | | | | rewording by jmc@, "lovely" deraadt@ | ||||
* | 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/+7 | |
| | |||||
* | iso is no more, ok millert jmc henning deraadt | 2005-01-06 | 1 | -5/+2 | |
| | |||||
* | mention `s'; | 2004-11-12 | 1 | -2/+4 | |
| | | | | | from aleksander piotrowski; ok henning@ deraadt@ millert@ | ||||
* | - change some lists from -column to -tag (-column not needed) and adjust | 2004-07-26 | 1 | -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. | 2004-04-27 | 1 | -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: | 2004-04-15 | 1 | -2/+1 | |
| | | | | | | .Pp removal -compact removal for displays other list/display errors | ||||
* | sync man page with sys/socket.h; | 2003-06-11 | 1 | -4/+4 | |
| | | | | | from a NetBSD bug report (MAEKAWA Masahide); ok pjanzen@ | ||||
* | 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. | ||||
* | doc ECONNREFUSED; maurice@amaze.nl | 2002-03-31 | 1 | -1/+11 | |
| | |||||
* | 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 | -9/+8 | |
| | | | | breaks and getting rid of short lines, making these files easier to work with. | ||||
* | Mostly punctuation fixes. | 2000-04-15 | 1 | -2/+2 | |
| | |||||
* | `may return following error' => `may return the following error' | 1999-09-26 | 1 | -3/+3 | |
| | | | | `may return following errors' => `may return one of the following errors' | ||||
* | more poll | 1999-08-15 | 1 | -2/+5 | |
| | |||||
* | remove redundant .Pp macros | 1999-07-02 | 1 | -2/+1 | |
| | |||||
* | - change references to nil to null; tschroed@acm.org | 1999-06-29 | 1 | -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 + AND | 1999-06-05 | 1 | -2/+2 | |
| | |||||
* | or'ing -> OR'ing | 1999-05-27 | 1 | -2/+2 | |
| | |||||
* | 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 | -6/+6 | |
| | |||||
* | socklen_t is used in struct msghdr and struct cmsghdr | 1999-02-15 | 1 | -13/+12 | |
| | |||||
* | Use and document socklen_t | 1999-02-15 | 1 | -3/+3 | |
| | |||||
* | support MSG_BCAST and MSG_MCAST | 1999-02-05 | 1 | -10/+17 | |
| | |||||
* | 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 | -3/+19 | |
| | |||||
* | fix openbsd tag | 1998-07-06 | 1 | -0/+1 | |
| | |||||
* | missing blank lines | 1997-11-24 | 1 | -0/+1 | |
| | |||||
* | blank line | 1997-11-16 | 1 | -0/+1 | |
| | |||||
* | Use Ns macro and not non-existant Ap macro | 1997-06-22 | 1 | -1/+1 | |
| | |||||
* | destination address should have read source, return description was ambigous. | 1996-06-30 | 1 | -5/+4 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+265 | |