History log of /netbsd/lib/libc/sys/bind.2 (Results 1 – 25 of 32)
Revision Date Author Comments
# c2b46e72 28-Jun-2022 rillig <rillig@NetBSD.org>

bind.2: add references to specific protocol families

Referring the reader to "the manual entries in section 4" was too
unspecific to be useful, as that section contains device drivers as
well.


# aec5eb61 28-Mar-2021 dholland <dholland@NetBSD.org>

Document EINVAL for out of range socket address lengths.

This is what happens, but wasn't documented. Applies to bind(2),
connect(2), and send(2).


# 56b14ee0 03-Jul-2017 wiz <wiz@NetBSD.org>

Remove workaround for ancient HTML generation code.


# 7dbe19ef 05-Apr-2015 wiz <wiz@NetBSD.org>

Sort errors. Bump date for previous.


# 320b69dc 05-Apr-2015 rtr <rtr@NetBSD.org>

Note that bind(2) can fail with EAFNOSUPPORT. The description of why is
taken from the connect(2) manpage.


# 7d9c448d 31-May-2010 njoly <njoly@NetBSD.org>

Consistently use `.Brq Dv XXX' across syscalls man pages, for NAME_MAX
and PATH_MAX.


# d317fce6 10-Sep-2005 wiz <wiz@NetBSD.org>

Remove unnecessary parentheses. Add comma in enumeration.


# 379e595c 30-Aug-2005 jmmv <jmmv@NetBSD.org>

Document that binding local sockets now honors the user's umask, why this
was done and that this behavior is not supposed to be portable. Filling
under the security considerations section because co

Document that binding local sockets now honors the user's umask, why this
was done and that this behavior is not supposed to be portable. Filling
under the security considerations section because code not following the
guidelines given here can be "less secure".

show more ...


# 64ebeb5c 13-May-2004 wiz <wiz@NetBSD.org>

\- is a minus, not -.


# eb7c1594 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22280, verified by myself.


# 472351e1 16-Apr-2003 wiz <wiz@NetBSD.org>

Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.


# 9e95578d 18-Mar-2003 wiz <wiz@NetBSD.org>

Mention namelen in DESCRIPTION. From Todd C. Miller/OpenBSD.


# 3fdac2b8 18-Jan-2003 thorpej <thorpej@NetBSD.org>

Merge the nathanw_sa branch.


# dc5571b2 08-Feb-2002 ross <ross@NetBSD.org>

Generate <>& symbolically. I'm avoiding .../dist/... directories for now.


# 481b1326 16-Oct-2001 kleink <kleink@NetBSD.org>

Remove inclusion of <sys/types.h> from synopsis; it is no longer needed.


# 53d84b5c 16-Sep-2001 wiz <wiz@NetBSD.org>

Sort sections, sort SEE ALSO, punctuation and miscellanous fixes.


# dfcfff97 16-Sep-2001 wiz <wiz@NetBSD.org>

Boring whitespace fixes.


# e5a959ce 26-Jan-2000 itojun <itojun@NetBSD.org>

EINVAL may be returned when address family mismatches. (from openbsd)


# 15be242b 02-Dec-1999 kleink <kleink@NetBSD.org>

Add a LIBRARY section to system call manual pages. While it's clear that the
libraries contain stubs only (with minor exceptions a la pipe(2)), the purpose
of this section is to provide linkage info

Add a LIBRARY section to system call manual pages. While it's clear that the
libraries contain stubs only (with minor exceptions a la pipe(2)), the purpose
of this section is to provide linkage information.

show more ...


# 0a10e5dd 23-Mar-1999 lukem <lukem@NetBSD.org>

document new bind() restrictions


# 38c96853 22-Mar-1999 garbled <garbled@NetBSD.org>

Last of the .Os cleanups. .Os is defined in the tmac.doc-common file,
so we shouldn't override it with versions in the manpages. Wheee!


# 710170a1 10-Feb-1999 kleink <kleink@NetBSD.org>

Reflect the addition of socklen_t.


# ce83c69e 29-Aug-1998 lukem <lukem@NetBSD.org>

first pass at fixing up capitalization of function names and
arguments; ensure that each is correct with respect to the
implementation, rather than being correct as per english.


# dc026e05 28-Apr-1998 fair <fair@NetBSD.org>

Change occurrences of "UNIX" to .Ux or .At as appropriate.


# b5d19339 12-Oct-1995 jtc <jtc@NetBSD.org>

Manpage fixes from Jochen Pohl. Aligns the prototypes in the SYNOPSIS
section with the actual function declarations. See PR #1589 for details.


12