summaryrefslogtreecommitdiff
path: root/lib/libc/net/res_debug.c
AgeCommit message (Expand)Author
2000-12-20remove unnecessary prototypeschristos
2000-08-09implement EDNS0 support, as EDNS0 support will be made mandatory foritojun
2000-07-08%-format pedant (always pass %s, don't use variable alone).itojun
2000-07-07Passing "char" values to ctype(3) functions is problematic.itohy
2000-04-25sync with BIND 4.9.7. mostly costmetic.itojun
1999-09-20back out the #ifdef _DIAGNOSTIC argument checks; too many people complained.lukem
1999-09-16* use _DIAGASSERT() to check pointer arguments against NULL and filelukem
1998-11-15delintchristos
1998-11-13delintchristos
1998-10-15(bcmp(), bcopy(), bzero()) -> (memcmp(), memcpy(), memset())kleink
1998-09-13Use gmtime_r() rather than gmtime(); removes a potential source of surprise forkleink
1998-08-19Shut up egcs. (`...might be used uninitialized')ross
1998-08-18Add some braces to keep egcs happy.thorpej
1998-07-26const poisoning.mycroft
1998-07-26constify some tables.mycroft
1998-01-06$Id: -> Id: (to make hunting down other bad Ids easier).perry
1997-07-21If port provides __weak_alias(), provide an Standard C and POSIX purejtc
1997-07-20merge bind 4.9.6 resolver. still need to fix <resolv.h>mrg
1997-07-17Cast the result of pointer arithmetic to "long" for printing, and usethorpej
1997-07-13Fix RCSID'schristos
1997-04-13merge in the bind 4.9.5-P1 resolver. we are now _mostly_ themrg
1997-01-23- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.mrg
1996-02-02merge with the resolver in bind 4.9.3-P1.mrg
1995-02-25clean up import. also convert everything to new Id format.cgd
1994-10-15u_int_{16,32}_t stuffderaadt
1994-04-07new resolver. changes from 4.9.2 by <paul@vix.com>, as well as a numberderaadt
1993-08-26Declare rcsid strings so they are stored in text segment.jtc
1993-08-03Add RCS identifier.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd