summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/pipe.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* use .Rv and simplify wording; from Kaspars at Bankovskis dot netschwarze2014-12-101-6/+3
|
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-6/+44
| | | | | | | when creating them: pipe2(), dup3(), accept4(), MSG_CMSG_CLOEXEC, SOCK_CLOEXEC. Includes SOCK_NONBLOCK support. ok matthew@
* Fixed typo in "distinct".tobias2014-08-161-3/+3
| | | | ok jmc@
* more library historyschwarze2013-07-171-2/+5
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* Various updates, mostly to SYNOPSIS, ERRORS, and STANDARDS, butguenther2013-03-301-3/+3
| | | | | | | | some other fixes included... *at() function ERRORS description suggested by matthew@ ok deraadt@
* 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.
* most of these is v2, not v6mickey2002-01-241-2/+2
|
* Mention that SVR4 expects fully duplex pipespjanzen2000-12-211-3/+4
|
* document that pipe is actually bidirectional, but that people should avoid use of such in portable code; akr@m17n.orgderaadt2000-12-101-1/+6
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-22/+12
| | | | breaks and getting rid of short lines, making these files easier to work with.
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-5/+5
| | | | | | | - 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-4/+4
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* fix openbsd tagderaadt1998-07-061-0/+1
|
* kleink: When fstat(2)ing a file descriptor of a local communications domainderaadt1997-11-171-0/+5
| | | | | | | socket, fill the socket's creation time into the stat structure's st_[acm]time fields: POSIX requires this behavior for pipe(2). N.B.: updating the st_[am]time fields when reading/writing the pipe is neither required nor implemented, though.
* filedes[2]; cgdderaadt1997-09-191-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+114