History log of /dflybsd-src/lib/libc/net/netdb_private.h (Results 1 – 3 of 3)
Revision Date Author Comments
# a1ff66cb 30-Aug-2017 Sascha Wildner <saw@online.de>

libc: Reduce -Wmissing-prototypes warnings a bit.


# 21fcee4d 21-Dec-2008 Peter Avalos <pavalos@theshell.com>

Use BIND's resolver in libc.

This also syncs some code from FreeBSD bringing along bug fixes and more
thread-safe routines.

Obtained-from: FreeBSD


# ed5d5720 22-Dec-2008 Peter Avalos <pavalos@theshell.com>

Add nsswitch support.

The nsswitch.conf(5) manual page has a description of nsswitch.
Curiously, we already had this manual page, even though we didn't
support it.

/etc/host.conf is removed from sr

Add nsswitch support.

The nsswitch.conf(5) manual page has a description of nsswitch.
Curiously, we already had this manual page, even though we didn't
support it.

/etc/host.conf is removed from src/, but if host.conf exists and
nsswitch.conf does not, nsswitch.conf will be created using its
contents.

Included in this commit is a framework for nsswitch caching, nscd(8),
but it relies on a few upcoming changes to our libc before it will work.
For now, it's turned off.

Also this commit includes hesiod support which is not compiled by
default. Add WANT_HESIOD=true to make.conf to get it working.

Obtained-from: FreeBSD

show more ...