summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/sethostent.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zap rcsid.espie2005-08-061-4/+1
| | | | | | | split functions off res_debug.c so that getnetnamadr.c does not pull it all when it's used. okay deraadt@, krw@
* make the resolver stat resolv.conf and update if it changes.tedu2005-03-301-2/+2
| | | | useful feedback and ok deraadt@
* ansify. ok deraadt@ moritz@otto2005-03-251-4/+3
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* thread safer libc (note: safer, not safe)marc2003-01-281-4/+9
| | | | | | | | | | Access to the global _res structure replaced by pointers to a per thread instance. If unthreaded the pointer is to the global structure. Also replaced a 64k stack array with malloc-ed memory so threaded aps (with a default 64k stack) have a chance at working. ok deraadt@
* res_close is defined in a macro and should apperently not be used as _res_close.pefo1997-03-151-2/+2
|
* Fix RCS idstholo1996-08-191-8/+1
| | | | Make sure everything uses {SYS,}LIBC_SCCS properly
* netbsd: bind 4.9.3dm1996-02-191-2/+7
|
* initial import of NetBSD treederaadt1995-10-181-0/+62