summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/socketpair.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Actually describe the parameters rather than calling facts BUGSschwarze2018-04-081-19/+21
| | | | | that aren't even small bugs. And stop talking about AF_LOCAL. Feedback and OK guenther@, OK jmc@.
* Prefer AF_* over PF_* and 'address family' over 'protocol family'guenther2016-05-291-4/+4
| | | | ok jung@
* Add STANDARDS and HISTORY blurbs for SOCK_{NONBLOCK,CLOEXEC,DNS}guenther2016-03-191-2/+13
|
* macro cleanup; from Kaspars at Bankovskis dot netschwarze2014-12-141-6/+4
|
* use .Rv; no change of meaning; from Kaspars at Bankovskis dot netschwarze2014-12-101-3/+3
|
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-3/+14
| | | | | | | when creating them: pipe2(), dup3(), accept4(), MSG_CMSG_CLOEXEC, SOCK_CLOEXEC. Includes SOCK_NONBLOCK support. ok matthew@
* Updates to SYNOPSIS, ERRORS, and STANDARDS.guenther2013-04-081-9/+14
|
* .Ev -> .Dvderaadt2011-11-061-4/+4
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* - section reorderjmc2003-06-011-11/+11
| | | | - macro cleanup
* these can also return ENFILEderaadt1999-07-061-1/+3
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-2/+2
| | | | | | | - 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
* add missing .El macros (which properly terminate .Bl macro lists)aaron1999-05-271-1/+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-2/+2
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* no such errno EOPNOSUPPORT, make it EOPNOTSUPP as it ought to beaaron1999-04-281-4/+4
|
* clean; kleinkderaadt1998-06-081-2/+2
|
* fix .Ev usagemillert1998-04-271-5/+3
|
* Allow PF_LOCAL as the proto arg in socketpair(2). Previously, onlymillert1998-04-261-1/+16
| | | | PF_UNSPEC would work. Needed for general sanity as well as XPG4.2.
* initial import of NetBSD treederaadt1995-10-181-0/+93