History log of /netbsd-current/distrib/utils/libhack/gethost.c
Revision Date Author Comments
# 1.12 21-Dec-2013 christos

refer to our own h_errno so we don't fetch the libc one


# 1.11 27-Aug-2013 christos

avoid copying most of libc (except gethostent_r, which unfortunately
adds a resolver dependency) by callling the internal nsswitch functions.


# 1.10 25-Aug-2013 christos

provide the symbols sethostent.c in libc is missing.


# 1.9 20-Aug-2013 christos

modernize, comment out dead code, amend gethostbyaddr prototype.


# 1.8 07-Aug-2003 agc

branches: 1.8.32; 1.8.56; 1.8.62;
Move UCB-licensed code from 4-clause to 3-clause licence.

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


# 1.7 15-Jun-2001 tsutsui

Add definitions for weak aliases so that libhack functions
are actually linked instead of libc ones on ELF systems.
Fixes install/13050 and install/13153.


# 1.6 28-Apr-2001 kleink

Sync with gethostbyaddr() declaration change in <netdb.h> rev. 1.21;
from <lha@stacken.kth.se> in PR misc/12775.


# 1.5 14-Jan-2000 pk

Deal with name space issues after libc/net updates.


# 1.4 13-Mar-1999 sommerfe

Warnsify.
Add reduced version of getcap routines, so sysinst need not drag in
the database goop via libtermcap.


# 1.3 09-Aug-1998 perry

bcmp->memcmp


# 1.2 13-Oct-1995 gwr

branches: 1.2.4;
Minor cleanup


# 1.1 08-Oct-1995 gwr

branches: 1.1.1;
Initial revision


# 1.1.1.1 08-Oct-1995 gwr

branches: 1.1.1.1.2;
Add some utilities all ports might use in a ramdisk root.


# 1.1.1.1.2.1 11-Oct-1995 gwr

Minor cleanup.


# 1.2.4.2 13-Oct-1995 gwr

Minor cleanup


# 1.2.4.1 13-Oct-1995 gwr

file gethost.c was added on branch netbsd-1-1 on 1995-10-13 18:10:26 +0000


# 1.8.62.1 19-Aug-2014 tls

Rebase to HEAD as of a few days ago.


# 1.8.56.1 22-May-2014 yamt

sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")


# 1.8.32.1 05-Oct-2008 mjf

Sync with HEAD.