summaryrefslogtreecommitdiff
path: root/libc/inet/resolv.c
AgeCommit message (Expand)Author
2002-08-16Remove __res_state function.Miles Bader
2002-08-06Fixup the last missing pieces of thread lockingEric Andersen
2002-07-08Finer grained locking in __connect_dns() so we don't hold theEric Andersen
2002-07-07Doh! search-n-replace strikes againEric Andersen
2002-07-07Cleanup namespace leaks by prepending __ to global stuff toEric Andersen
2002-07-07Patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to cleanupEric Andersen
2002-06-20Fix DNS resolution so that it once again works. I'd broken itEric Andersen
2002-06-17Make things more re-entrany, kill some cruft.Eric Andersen
2002-04-17Patch from Axel Barnitzke <barney@xkontor.com> to add basicEric Andersen
2002-04-17Patch from Mike McDonald to make gethostbyname_r() not fail for things likeEric Andersen
2002-04-03Patch from Jim Treadway <jim@stardot-tech.com> to eliminateEric Andersen
2002-03-20Patch from Bart Visscher <magick@Linux-Fan.com> fixing someEric Andersen
2002-03-19Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, andEric Andersen
2002-02-26A few more little cleanupsEric Andersen
2002-02-26Thomas Fritzsche noticed that __open_etc_hosts was only changing aEric Andersen
2002-02-02I just wrote up gethostent(), sethostent(), and endhostent()Eric Andersen
2001-12-07patch from Jari Korva <jpkorva@iki.fi>:Eric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-11-07Patch from Jari Korva <jpkorva@iki.fi>Eric Andersen
2001-11-05Patch from Jari Korva <jari.korva@vtt.fi> to fix a memory leakEric Andersen
2001-10-04Yet more minor cleanupsEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2001-07-09A patch from Michal Moskal <malekith@pld.org.pl> to includeEric Andersen
2001-05-31Cleanup some stupid warningsEric Andersen
2001-02-26Added /etc/hosts processing (parses everytime like a real one :-)David McCullough
2001-02-23Sigh. Turn debugging back off.Eric Andersen
2001-02-23This is a touch cleaner, avoids using the comma operator.Eric Andersen
2001-02-23This actually fixes things I believe.Eric Andersen
2001-02-23Fix two bugs. First, gethostbyname was doing dns queries when given an IPEric Andersen
2001-02-05Update networking includes.Eric Andersen
2001-01-12Patch from James Graves <jgraves@deltamobile.com> to better handle m68k.Eric Andersen
2001-01-11A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen
2000-11-30Some cleanups from W. Greathouse <wgreathouse@smva.com> (and a few of my own)Eric Andersen
2000-11-11Fix up a few messes so it compiles cleanly again.Eric Andersen
2000-11-04More cleanups. Fix things so tinylogin compiles.Eric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-07-06Lots and lots of cleanups.Eric Andersen
2000-05-14Initial revisionErik Andersen