History log of /src/lib/libc/net/getnetent.3 |
Revision | | Date | Author | Comments |
1.17 |
| 04-Dec-2022 |
uwe | Sections 2 and 3 have RETURN VALUES, not DIAGNOSTICS
|
1.16 |
| 21-Feb-2018 |
uwe | Consistenly use "host byte order".
|
1.15 |
| 21-Feb-2018 |
wiz | Fix endnetent prototype. Fix NULL. New sentence, new line.
|
1.14 |
| 21-Feb-2018 |
kamil | Improve the getnetent(3) man-page
Document return type of setnetent(3) and endnetent(3). Both "void".
Sponsored by <The NetBSD Foundation>
|
1.13 |
| 08-May-2004 |
kleink | struct netnet.n_net used to be an unsigned long integer.
In XNS5, and subsequently in POSIX-2001 it was changed to socklen_t.
To accomodate for this while preserving binary compatibility with the old interface, prepend or append 32 bits of padding, depending on the (LP64 data model) architecture's endianness. Fixes PR standards/21411 from Ben Harris.
This should be deleted the next time the libc major number is incremented.
Also, update getnetbyaddr(3)'s `net' argument accordingly.
|
1.12 |
| 07-Aug-2003 |
agc | branches: 1.12.4; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22280, verified by myself.
|
1.11 |
| 16-Apr-2003 |
wiz | 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.
|
1.10 |
| 07-Feb-2002 |
ross | Generate <>& symbolically.
|
1.9 |
| 16-Sep-2001 |
wiz | Boring whitespace fixes.
|
1.8 |
| 22-Mar-1999 |
garbled | branches: 1.8.12; 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!
|
1.7 |
| 16-Jan-1999 |
lukem | reference nsswitch.conf(5)
|
1.6 |
| 05-Feb-1998 |
perry | add LIBRARY section to man page
|
1.5 |
| 08-Mar-1997 |
mouse | branches: 1.5.2; alternate -> alternative, per PR 2643
|
1.4 |
| 09-Nov-1996 |
lukem | add 'const' qualifiers to various routines (as per the include prototypes and the implementation)
|
1.3 |
| 25-Feb-1995 |
cgd | clean up import. also convert everything to new Id format.
|
1.2 |
| 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
1.1 |
| 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
1.1.1.2 |
| 25-Feb-1995 |
cgd | 4.4-Lite lib/libc/net
|
1.1.1.1 |
| 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
1.5.2.2 |
| 08-Mar-1997 |
mouse | alternate -> alternative, per PR 2643
|
1.5.2.1 |
| 08-Mar-1997 |
mouse | file getnetent.3 was added on branch is-newarp on 1997-03-08 13:39:40 +0000
|
1.8.12.3 |
| 22-Mar-2002 |
nathanw | Catch up to -current.
|
1.8.12.2 |
| 08-Mar-2002 |
nathanw | Catch up to -current.
|
1.8.12.1 |
| 08-Oct-2001 |
nathanw | Catch up to -current.
|
1.12.4.1 |
| 05-Jul-2005 |
riz | Pull up revision 1.13 (requested by kleink in ticket #2015): struct netent.n_net used to be an unsigned long integer. In XNS5, and subsequently in POSIX-2001 it was changed to socklen_t. To accomodate for this while preserving binary compatibility with the old interface, prepend or append 32 bits of padding, depending on the (LP64 data model) architecture's endianness. Fixes PR standards/21411 from Ben Harris. This should be deleted the next time the libc major number is incremented. Also, update getnetbyaddr(3)'s `net' argument accordingly.
|