summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/accept.2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Tweak "RETURN VALUES" sections to mention setting errno, as so manykrw2019-05-261-5/+10
| | | | | | | other man pages do. ok schwarze@ guenther@ on socket(2). "Similar" tweak on accept(2) requested by guenther@.
* We have no protocols which require explicit confirmationguenther2014-09-091-25/+2
|
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-7/+44
| | | | | | | when creating them: pipe2(), dup3(), accept4(), MSG_CMSG_CLOEXEC, SOCK_CLOEXEC. Includes SOCK_NONBLOCK support. ok matthew@
* more library historyschwarze2013-07-171-4/+4
| | | | | facts checked by sobrado@ style tweaks and ok jmc@
* wording fix;jmc2013-04-211-3/+2
|
* Updates to SYNOPSIS, ERRORS, and STANDARDSguenther2013-03-311-4/+8
| | | | ok jmc@
* document address truncation; from Steffen Daode Nurpmesojmc2012-04-241-2/+9
| | | | ok deraadt matthew millert
* fix previous;jmc2012-04-011-1/+2
|
* remind people to think of the poor file descriptorsderaadt2012-04-011-3/+14
| | | | with claudio and jmc
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* document accept can return EINTR. ok millert@ jmc@kurt2007-03-301-1/+3
|
* - wordingjaredy2005-08-101-9/+8
| | | | | | | | | - remove mention of antiquated protocols (e.g. ISO) - in example, use err() instead of errx() on error return since errno will be set - addrlen may also cause EFAULT ok jmc
* typosmatthieu2004-12-311-3/+3
|
* Document existence of struct sockaddr_storage and add an example.matthieu2004-12-311-1/+23
| | | | hints by miod@ and jmc@, ok deraadt@
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* typos;jmc2003-02-251-2/+2
| | | | intro(2): help deraadt@
* poll(2) manpage references itself, accept(2) references poll(2) twice.jj2001-11-021-2/+1
|
* mdoc police.aaron2001-03-111-2/+2
|
* dd ECONNABORTED.itojun2001-02-071-1/+3
|
* Another round of man page cleanup, this time to remove more hard sentenceaaron2000-10-181-31/+21
| | | | breaks and getting rid of short lines, making these files easier to work with.
* more pollderaadt1999-08-151-1/+4
|
* - change references to nil to null; tschroed@acm.orgaaron1999-06-291-8/+8
| | | | | | | - 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
* accept(2) will set errno to EINVAL if the socket is not listen(2)'ingaaron1999-06-291-1/+5
|
* remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonaaron1999-05-231-2/+2
| | | | is used instead; kwesterback@home.com
* Use and document socklen_tmillert1999-02-151-3/+3
|
* Xr pollderaadt1998-08-171-1/+2
|
* fix openbsd tagderaadt1998-07-061-0/+1
|
* from netbsd; Document EMFILE and ENFILEderaadt1996-05-011-1/+5
|
* initial import of NetBSD treederaadt1995-10-181-0/+168