summaryrefslogtreecommitdiff
path: root/lib/libc/net/nsdispatch.c
AgeCommit message (Expand)Author
2014-09-18make more descriptors that we open as close-on-execchristos
2012-03-13PR/45989: Martin Husemann: lint invocation does include -w only on i386christos
2011-02-22Introduce __weakref_visible to handle the different required visibilityjoerg
2011-02-18Support the different weakref semantic in GCC 4.2 and clang.joerg
2009-02-05sign-compare fixlukem
2008-08-17Changee __attribute(__weak__) to __weak_reference(). Produces same object codegmcgarry
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2006-10-15fix incomplete initializerschristos
2005-11-29WARNS=4christos
2005-06-26_nsdispatching needs to count, not just be 1 or 0. Also shuffle aroundthorpej
2004-11-10* Improve the comments in <nsswitch.h>lukem
2004-10-04* Re-number NS_FORCEALL from 1<<7 to 1<<8, moving it out of the "public"lukem
2004-09-29Implement NS_FORCEALL, which may be set in defaults[0].flags by a caller oflukem
2004-09-28also ensure defaults != NULLlukem
2004-09-08Fix non-ELF case in _nsloadmod().simonb
2004-08-02Prevent a deadlock that could occur if we try to update the configurationthorpej
2004-07-24Add support for dynamically loading nsswitch modules on ELF platforms.thorpej
2004-07-16Use ANSI function decls.thorpej
2004-05-24remove stray NSUNLOCK(); pointed out by Brian Ginsbach.christos
2004-05-23make this thread-safe.christos
2002-05-26__STDC__ is always defined on NetBSD.wiz
2000-12-20remove redundant declarations.christos
2000-01-22Delint.mycroft
1999-11-28don't use err(); instead pass an error condition back to a higherlukem
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16return NS_UNAVAIL if args are dodgylukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1999-05-03sprinkle argsused till lint smiles at you.christos
1999-04-18specifically include stdarg/varargs.hlukem
1999-01-25add rcsidslukem
1999-01-20minor knf; don't exceed 80 columns ;)lukem
1999-01-20- add ARGSUSEDchristos
1999-01-20weak_alias nsdispatchlukem
1999-01-19* support extra two arguments to nsdispatch():lukem
1999-01-17fix thinko introduced in last rototilling of nsdispatch; _nsdbtget()lukem
1999-01-16remove debugging override of _PATH_NS_CONFlukem
1999-01-15merge nsswitch into main branchlukem