| Commit message (Expand) | Author | Age | Files | Lines |
* | check stat("/etc/resolv.conf") for errors | Denys Vlasenko | 2009-10-16 | 1 | -1/+2 |
* | libc/inet/resolv.c: reread resolv.conf if its mtime was changed | Bernhard Reutner-Fischer | 2009-10-16 | 1 | -6/+9 |
* | link-time warning for obsolescent/removed network funcs | Bernhard Reutner-Fischer | 2009-10-16 | 1 | -0/+4 |
* | add a __resp ptr for the no threads case | Austin Foxley | 2009-09-20 | 1 | -0/+1 |
* | Readd the thread local version of __res_state | Austin Foxley | 2009-07-10 | 1 | -3/+51 |
* | Sync nptl branch to master | Austin Foxley | 2009-07-09 | 1 | -1525/+2005 |
* | resolver: | Denis Vlasenko | 2009-03-10 | 1 | -63/+7 |
* | Use __UCLIBC_HAS_TLS__ (now available) as guard for TLS related | Carmelo Amoroso | 2009-02-20 | 1 | -2/+2 |
* | - synch r25316:25325 from trunk | Bernhard Reutner-Fischer | 2009-02-18 | 1 | -0/+8 |
* | Fix res_init.c build when __UCLIBC_HAS_COMPAT_RES_STATE__ | Carmelo Amoroso | 2009-01-26 | 1 | -1/+3 |
* | Synch with trunk: miscellaneous changes, mostly cleanup, | Carmelo Amoroso | 2009-01-22 | 1 | -34/+35 |
* | res_state has _vcsock field only if __UCLIBC_HAS_EXTRA_COMPAT_RES_STATE__ | Carmelo Amoroso | 2009-01-22 | 1 | -0/+2 |
* | Get non nptl threads compiled on x86. | Khem Raj | 2008-12-23 | 1 | -2/+2 |
* | Removed some __libc_xxx fucntions as merged from trunk. | Carmelo Amoroso | 2008-12-11 | 1 | -3/+3 |
* | Synch with trunk @ 24087 | Carmelo Amoroso | 2008-11-18 | 1 | -5/+5 |
* | Fix preprocessor directive to silent warning | Carmelo Amoroso | 2008-07-31 | 1 | -1/+1 |
* | Fix the builds without STDIO_FUTEXES. Fix msgecv and msgsend to compile on AR... | Khem Raj | 2008-07-09 | 1 | -0/+1 |
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL... | Carmelo Amoroso | 2008-07-09 | 1 | -692/+784 |
* | Sync build machinery stuff from trunk. Some more fixed for mips nptl port | Khem Raj | 2008-06-27 | 1 | -1/+0 |
* | Merge from trunk and bring in NPTL changes. | "Steven J. Hill" | 2006-08-23 | 1 | -5/+15 |
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 1 | -163/+168 |
* | Clean up '_res' such that it will now work for, NPTL, linuxthreads and | "Steven J. Hill" | 2006-01-15 | 1 | -12/+16 |
* | Merge from trunk. | "Steven J. Hill" | 2006-01-14 | 1 | -10/+17 |
* | Make resolver state pointer '__resp' to be TLS variable. Again, these changes... | "Steven J. Hill" | 2006-01-05 | 1 | -33/+66 |
* | Clean-up definition and usage of h_errno to be a TLS variable. | "Steven J. Hill" | 2005-12-13 | 1 | -1/+0 |
* | Finish merge from trunk, again, no really. | "Steven J. Hill" | 2005-12-10 | 1 | -5/+14 |
* | Replace NPTL needed code. | "Steven J. Hill" | 2005-12-08 | 1 | -1/+12 |
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 1 | -27/+49 |
* | More merging from trunk. | "Steven J. Hill" | 2005-12-06 | 1 | -24/+21 |
* | Merge from trunk. More to come you betcha'. | "Steven J. Hill" | 2005-12-02 | 1 | -95/+109 |
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -10/+4 |
* | Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What a... | "Steven J. Hill" | 2005-09-24 | 1 | -1/+1 |
* | This will hopefully be the last modification to the resolver code for a while... | "Steven J. Hill" | 2005-08-12 | 1 | -5/+10 |
* | Last of the merges along with latest changes for NPTL. Nothing much | "Steven J. Hill" | 2005-07-30 | 1 | -0/+1 |
* | Fixed up resolver and errno code such that both thread models can compile wit... | "Steven J. Hill" | 2005-07-22 | 1 | -26/+6 |
* | Update structures and defines necessary to make resolver code thread | "Steven J. Hill" | 2005-06-03 | 1 | -0/+25 |
* | The default static buffer sizes are too small to handle the 8 entries returned | Eric Andersen | 2005-05-10 | 1 | -5/+5 |
* | Fix it so uClibc returns multiple ips via h_addr_list, | Eric Andersen | 2005-04-28 | 1 | -66/+117 |
* | Cleanup error case a bit | Eric Andersen | 2005-04-28 | 1 | -8/+8 |
* | This might actually now be thread safe, assuming I havn't broken it. | Eric Andersen | 2005-04-28 | 1 | -20/+27 |
* | trim trailing whitespace | Eric Andersen | 2005-04-28 | 1 | -26/+26 |
* | Jan Lana writes: | Eric Andersen | 2005-01-11 | 1 | -11/+12 |
* | Implement gethostent_r | Eric Andersen | 2004-09-07 | 1 | -15/+31 |
* | Remove stale leftovers | Eric Andersen | 2004-09-07 | 1 | -9/+0 |
* | Do not fail all lookups when /etc/resolv.conf is missing, as i.e. | Eric Andersen | 2004-08-15 | 1 | -16/+7 |
* | req_search returned garbage. This teaches it to behave itself and | Eric Andersen | 2004-08-14 | 1 | -29/+38 |
* | On Monday 02 August 2004 08:44 am, Mike Frysinger wrote: | Manuel Novoa III | 2004-08-10 | 1 | -1/+16 |
* | Bug fix: gethostbyname2_r would fail if /etc/host was missing. | Manuel Novoa III | 2004-03-10 | 1 | -21/+38 |
* | Imre Sunyi writes: | Eric Andersen | 2004-01-24 | 1 | -11/+16 |
* | Implement res_search and res_querydomain based on netbsd code, | Eric Andersen | 2004-01-04 | 1 | -5/+203 |