summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getnetent.3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mop up resolver.3 rename; ok deraadtjmc2019-08-301-3/+3
|
* Stop talking about /etc/networks, which is no longer used,schwarze2018-04-281-39/+38
| | | | | | and reference gethostby*(3) and /etc/hosts instead. Say that setnetent(3), getnetent(3), and endnetent(3) now do nothing. With feedback from guenther and significant help from deraadt@.
* Add the missing STANDARDS section (kettenis@ noticed that these areschwarze2017-11-281-6/+14
| | | | | POSIX functions) and turn the weird DIAGNOSTICS section into a normal RETURN VALUES section while here.
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-3/+3
|
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* - sync prototypes and header file excerptsjaredy2005-07-221-2/+2
| | | | | | - typos/spelling, punctuation, rewording, macro, and layout fixes. help & ok jmc
* Add const type qualifier. ok jmc@nordin2004-02-011-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.
* Various repairs, mostly to get rid of short lines.aaron2000-12-241-16/+8
|
* data base -> databasemillert2000-12-171-3/+3
|
* Repairs, mostly removing hard sentence breaks.aaron2000-04-181-7/+8
|
* repairs; better English, formatting, etc.aaron1999-07-051-5/+6
|
* all functions need a return type and at least one arg, even if it's voidaaron1999-05-251-3/+5
|
* Cleanup xrefs under SEE ALSO. Specifically:alex1999-05-161-3/+3
| | | | | | | - Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
* Use fgetln(3) instead of fgets(3) so we can easily recognize linesmillert1998-03-161-8/+6
| | | | that are too long and ignore them instead of corrupting later entries.
* Use in_addr_t not u_long and use in_port_t in some cases insteadmillert1997-04-051-3/+3
| | | | of u_short or u_int16_t.
* Integrate BIND 4.9.5 resolver and associated routines.downsj1997-03-131-12/+11
| | | | Includes the DNS aware getnetby*() routines and IPv6 support.
* Fix RCS idstholo1996-08-191-3/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* initial import of NetBSD treederaadt1995-10-181-0/+153