summaryrefslogtreecommitdiff
path: root/lib/libc/net/nsdispatch.c
Commit message (Expand)AuthorAgeFilesLines
* The previous commit changed the behavior of nsdispatch() in theJacques Vidrine2004-04-011-3/+1
* When a dynamic NSS module is built and linked against a threadJacques Vidrine2004-03-301-20/+39
* Make this compile with -O2. A proper fix would use a struct to representDag-Erling Smørgrav2004-03-151-22/+22
* Whitespace nits.Dag-Erling Smørgrav2004-03-151-4/+4
* Don't complain about missing NSS methods when built statically. It isJacques Vidrine2003-04-241-1/+3
* = Implement name service switch modules (NSS modules). NSS modulesJacques Vidrine2003-04-171-115/+469
* Eliminate 19 warnings in libc (at level WARNS=2) of theJacques Vidrine2003-02-271-0/+2
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-14/+0
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-4/+1
* Remove __P() usage.David E. O'Brien2002-03-211-2/+2
* Fixed namespace pollution related to `err' in libc in the same way as forBruce Evans2001-11-111-2/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-0/+270