History log of /dflybsd-src/lib/libc/net/nsdispatch.3 (Results 1 – 6 of 6)
Revision Date Author Comments
# 25c75583 31-Dec-2013 Franco Fichtner <franco@lastsummer.de>

libc: sprinkle previous fairy dust around here as well

Last remaining offender is signal.3, but that needs more tinkering.


# 1e5a5a20 17-Dec-2013 Sascha Wildner <saw@online.de>

nsdispatch.3: Use lists instead of displays to better handle nesting.

While here, properly use .Vt and .Fa instead of .Va everywhere.


# a29672a5 28-Nov-2013 Sascha Wildner <saw@online.de>

nsdispatch.3: Fix excessive quotation marks.


# 98b3d9ad 22-Jul-2013 Franco Fichtner <franco@lastsummer.de>

add .Mt to man pages in lib/


# 6d47b1be 08-Jan-2009 Sascha Wildner <saw@online.de>

Remove some unneeded .Pp's.


# 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 ...