History log of /netbsd-src/distrib/utils/libhack/gethost.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 73e8f5b6 21-Dec-2013 christos <christos@NetBSD.org>

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


# 27af00aa 27-Aug-2013 christos <christos@NetBSD.org>

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


# 5f8c91aa 25-Aug-2013 christos <christos@NetBSD.org>

provide the symbols sethostent.c in libc is missing.


# f5cfca3b 20-Aug-2013 christos <christos@NetBSD.org>

modernize, comment out dead code, amend gethostbyaddr prototype.


# 74b7d6e9 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 22268, verified by myself.


# f768d0ff 15-Jun-2001 tsutsui <tsutsui@NetBSD.org>

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.


# 8a9b17ef 28-Apr-2001 kleink <kleink@NetBSD.org>

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


# e42055a6 14-Jan-2000 pk <pk@NetBSD.org>

Deal with name space issues after libc/net updates.


# a8ff351b 13-Mar-1999 sommerfe <sommerfe@NetBSD.org>

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


# 4900e681 10-Aug-1998 perry <perry@NetBSD.org>

bcmp->memcmp


# cba18d24 13-Oct-1995 gwr <gwr@NetBSD.org>

Minor cleanup


# f75c79d8 08-Oct-1995 gwr <gwr@NetBSD.org>

Add some utilities all ports might use in a ramdisk root.