summaryrefslogtreecommitdiffstats
path: root/include/resolv.h
Commit message (Expand)AuthorAgeFilesLines
* 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-9/+0
* Sync nptl branch to masterAustin Foxley2009-07-091-0/+11
* Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS relatedCarmelo Amoroso2009-02-201-2/+2
* _res needs to be a macro (*__res_state()) having threads.Carmelo Amoroso2009-02-191-4/+0
* - whitespace cleanup; no obj-code changes (r24600)Bernhard Reutner-Fischer2008-12-291-1/+1
* Get non nptl threads compiled on x86.Khem Raj2008-12-231-35/+72
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...Carmelo Amoroso2008-07-091-0/+2
* Clean up '_res' such that it will now work for, NPTL, linuxthreads and"Steven J. Hill"2006-01-151-1/+1
* Make resolver state pointer '__resp' to be TLS variable. Again, these changes..."Steven J. Hill"2006-01-051-156/+165
* 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/+9
* Fixed up resolver and errno code such that both thread models can compile wit..."Steven J. Hill"2005-07-221-69/+71
* Update structures and defines necessary to make resolver code thread"Steven J. Hill"2005-06-031-0/+18
* Fixup struct _res handling so apps using struct _res can actuallyEric Andersen2002-08-191-3/+2
* Remove thread-specific stuff entirely.Miles Bader2002-08-161-16/+5
* (_res): Define as a macro if __UCLIBC_HAS_THREADS__ is defined,Miles Bader2002-08-161-3/+9
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-1/+1
* The resolver is still using the old API so we cannot use the new resolverDavid McCullough2002-01-171-1/+2
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-66/+354
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-0/+4
* Cleanup some stupid warningsEric Andersen2001-05-311-11/+0
* Added res_init and res_queryDavid McCullough2001-02-261-0/+4
* Fix up the set of include files pulled into resolv.hEric Andersen2001-02-031-1/+9
* Lots and lots of cleanups.Eric Andersen2000-07-061-4/+4
* Initial revision0_9_1Erik Andersen2000-05-141-0/+85