freebsd-src/lib/libc
Jacques Vidrine 248aee623c Add nsswitch support. By creating an /etc/nsswitch.conf file, you can
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
2000-09-06 18:16:48 +00:00
..
alpha Remove duplicate FreeBSD id tags. 2000-08-21 21:05:44 +00:00
amd64 rfork(2) wrapper for simple rfork-style threads. I have lost count of 2000-07-29 07:14:04 +00:00
compat-43 Use `Er' variable to define first column width in ERRORS section. 2000-05-06 12:00:11 +00:00
db If using a DB_RECNO, db::put should return the new key if R_IAFTER is 2000-08-08 05:20:57 +00:00
gen Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
gmon Introduce ".Lb" macro to libc manpages. 2000-04-21 09:42:15 +00:00
i386 Fix some rather interesting bugs that managed to not turn up in various 2000-07-29 11:34:01 +00:00
include
locale The comparison against 0 should be against LC_ALL. category isn't a 2000-09-04 03:43:24 +00:00
mips
mipseb
mipsel
net Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00
nls Add .El 2000-09-06 16:52:01 +00:00
posix1e Fix typo, teh -> the. 2000-07-14 11:23:04 +00:00
quad
regex Actually make it so this Makefile can build grot. 2000-07-10 06:10:47 +00:00
rpc strtok() -> strsep() (no strtok() in libraries allowed) 2000-08-29 21:04:07 +00:00
stdio According to the susv2 man pages I have, remove(3) should act as 2000-08-28 15:45:42 +00:00
stdlib Don't print an error message if the bad option is '?'. This has been 2000-09-04 03:49:22 +00:00
stdtime Correct factor-of-10 error in INT_STRLEN_MAXIMUM() calculation. 2000-08-04 11:03:20 +00:00
string Add: 2000-09-03 13:24:28 +00:00
sys Use .St -susv2 rather than "The Single UNIX Specification". 2000-09-04 15:38:58 +00:00
xdr Do proper byte swapping in 64bit routines. 2000-04-12 08:41:16 +00:00
yp Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(), 2000-01-27 23:07:25 +00:00
Makefile
Makefile.inc Add nsswitch support. By creating an /etc/nsswitch.conf file, you can 2000-09-06 18:16:48 +00:00