summaryrefslogtreecommitdiffstats
path: root/lib/libc/net/gethostbyname.3
Commit message (Collapse)AuthorAgeFilesLines
* Remove whitespace at EOL.dd2001-07-151-5/+5
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* mdoc(7) police: sort xrefs.ru2001-05-151-1/+1
|
* gethostbyname2() can't do AF_INET6 lookups over NIS.alex2001-05-081-0/+7
| | | | | | getaddrinfo(3) must be used. Submitted by: ume
* Add getaddrinfo(3) to the "SEE ALSO" list.archie2001-04-271-0/+1
|
* mdoc(7) police: polishing.ru2001-02-101-32/+43
|
* Describe the arguments to gethostbyaddr.nik2001-02-091-1/+46
| | | | | | PR: docs/24225 Submitted by: Joakim Henriksson <jurduth@ludd.luth.se> Patch from: ben
* mdoc(7) police: Ft/Vt now accept punctuation-type arguments.ru2001-01-121-1/+1
|
* gethostbyname2() is able to lookup AF_INET6.alex2001-01-061-10/+0
| | | | | PR: 23823 Noticed by: Andrew Arensburger <arensb@ooblick.com>
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-6/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | configure FreeBSD so that various databases such as passwd and group can be looked up using flat files, NIS, or Hesiod. = Hesiod has been added to libc (see hesiod(3)). = A library routine for parsing nsswitch.conf and invoking callback functions as specified has been added to libc (see nsdispatch(3)). = The following C library functions have been modified to use nsdispatch: . getgrent, getgrnam, getgrgid . getpwent, getpwnam, getpwuid . getusershell . getaddrinfo . gethostbyname, gethostbyname2, gethostbyaddr . getnetbyname, getnetbyaddr . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr = host.conf has been removed from src/etc. rc.network has been modified to warn that host.conf is no longer used at boot time. In addition, if there is a host.conf but no nsswitch.conf, the latter is created at boot time from the former. Obtained from: NetBSD
* Introduce ".Lb" macro to libc manpages.phantom2000-04-211-0/+2
| | | | More libraries manpages updates following.
* Fix typophantom1999-09-191-1/+1
| | | | | PR: docs/13814 Submitted by: Alex Vasylenko <lxv@mix.nest.org>
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Spelling corrections.jkoshy1998-06-061-2/+2
| | | | | PR: 6868 Submitted by: Josh Gilliam <josh@quick.net>
* (Ab)use .Vt instead of .Fd for a variable declaration.bde1998-03-231-2/+2
|
* Typo.charnier1997-06-181-2/+3
|
* Fixed missing function types in synopsis.bde1997-03-191-0/+3
|
* Doc updates and cleanups made with the bind-4.9.4 update some time ago.peter1996-11-011-11/+63
| | | | I thought I had committed these, but it seems not.
* Fix an error in the description of "h_errno". Add "const" to a fewjdp1996-10-081-4/+4
| | | | declarations to make them agree with the actual prototypes in <netdb.h>.
* back out last two changes, this caused the mandoc pages to be replaced bypeter1996-08-301-155/+178
| | | | man pages. I'll fold in the real changes in a seperate commit.
* The last commit failed part-way through, re-add the generatedpeter1996-08-291-0/+226
| | | | resolver man pages.
* Merge in bind-4.9.4-P1 resolver...peter1996-08-291-249/+0
|
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+249
OpenPOWER on IntegriCloud