summaryrefslogtreecommitdiffstats
path: root/libc/inet/resolv.c
Commit message (Expand)AuthorAgeFilesLines
* check stat("/etc/resolv.conf") for errorsDenys Vlasenko2009-10-161-1/+2
* libc/inet/resolv.c: reread resolv.conf if its mtime was changedBernhard Reutner-Fischer2009-10-161-6/+9
* link-time warning for obsolescent/removed network funcsBernhard Reutner-Fischer2009-10-161-0/+4
* add a __resp ptr for the no threads caseAustin Foxley2009-09-201-0/+1
* Readd the thread local version of __res_stateAustin Foxley2009-07-101-3/+51
* Sync nptl branch to masterAustin Foxley2009-07-091-1525/+2005
* resolver:Denis Vlasenko2009-03-101-63/+7
* Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS relatedCarmelo Amoroso2009-02-201-2/+2
* - synch r25316:25325 from trunkBernhard Reutner-Fischer2009-02-181-0/+8
* Fix res_init.c build when __UCLIBC_HAS_COMPAT_RES_STATE__Carmelo Amoroso2009-01-261-1/+3
* Synch with trunk: miscellaneous changes, mostly cleanup,Carmelo Amoroso2009-01-221-34/+35
* res_state has _vcsock field only if __UCLIBC_HAS_EXTRA_COMPAT_RES_STATE__Carmelo Amoroso2009-01-221-0/+2
* Get non nptl threads compiled on x86.Khem Raj2008-12-231-2/+2
* Removed some __libc_xxx fucntions as merged from trunk.Carmelo Amoroso2008-12-111-3/+3
* Synch with trunk @ 24087Carmelo Amoroso2008-11-181-5/+5
* Fix preprocessor directive to silent warningCarmelo Amoroso2008-07-311-1/+1
* Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on AR...Khem Raj2008-07-091-0/+1
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-692/+784
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-271-1/+0
* Merge from trunk and bring in NPTL changes."Steven J. Hill"2006-08-231-5/+15
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-163/+168
* Clean up '_res' such that it will now work for, NPTL, linuxthreads and"Steven J. Hill"2006-01-151-12/+16
* Merge from trunk."Steven J. Hill"2006-01-141-10/+17
* Make resolver state pointer '__resp' to be TLS variable. Again, these changes..."Steven J. Hill"2006-01-051-33/+66
* Clean-up definition and usage of h_errno to be a TLS variable."Steven J. Hill"2005-12-131-1/+0
* Finish merge from trunk, again, no really."Steven J. Hill"2005-12-101-5/+14
* Replace NPTL needed code."Steven J. Hill"2005-12-081-1/+12
* Merge from trunk."Steven J. Hill"2005-12-081-27/+49
* More merging from trunk."Steven J. Hill"2005-12-061-24/+21
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-021-95/+109
* Merge from trunk."Steven J. Hill"2005-10-301-10/+4
* Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a..."Steven J. Hill"2005-09-241-1/+1
* This will hopefully be the last modification to the resolver code for a while..."Steven J. Hill"2005-08-121-5/+10
* Last of the merges along with latest changes for NPTL. Nothing much"Steven J. Hill"2005-07-301-0/+1
* Fixed up resolver and errno code such that both thread models can compile wit..."Steven J. Hill"2005-07-221-26/+6
* Update structures and defines necessary to make resolver code thread"Steven J. Hill"2005-06-031-0/+25
* The default static buffer sizes are too small to handle the 8 entries returnedEric Andersen2005-05-101-5/+5
* Fix it so uClibc returns multiple ips via h_addr_list,Eric Andersen2005-04-281-66/+117
* Cleanup error case a bitEric Andersen2005-04-281-8/+8
* This might actually now be thread safe, assuming I havn't broken it.Eric Andersen2005-04-281-20/+27
* trim trailing whitespaceEric Andersen2005-04-281-26/+26
* Jan Lana writes:Eric Andersen2005-01-111-11/+12
* Implement gethostent_rEric Andersen2004-09-071-15/+31
* Remove stale leftoversEric Andersen2004-09-071-9/+0
* Do not fail all lookups when /etc/resolv.conf is missing, as i.e.Eric Andersen2004-08-151-16/+7
* req_search returned garbage. This teaches it to behave itself andEric Andersen2004-08-141-29/+38
* On Monday 02 August 2004 08:44 am, Mike Frysinger wrote:Manuel Novoa III2004-08-101-1/+16
* Bug fix: gethostbyname2_r would fail if /etc/host was missing.Manuel Novoa III2004-03-101-21/+38
* Imre Sunyi writes:Eric Andersen2004-01-241-11/+16
* Implement res_search and res_querydomain based on netbsd code,Eric Andersen2004-01-041-5/+203