| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -2/+9 |
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+5 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -13/+16 |
* | Some more hidden internals | Peter S. Mazinger | 2005-11-26 | 1 | -30/+30 |
* | Better solution to duplicate locking defines | Peter S. Mazinger | 2005-10-20 | 1 | -21/+15 |
* | Change in_addr_t inet_aton to int, glibc has it as int and uClibc uses it in ... | Peter S. Mazinger | 2005-10-20 | 1 | -11/+11 |
* | 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 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -6/+6 |
* | We were failing to properly set h_errno on success, which could | Eric Andersen | 2003-10-19 | 1 | -0/+3 |
* | Patch from Tony J. White: | Eric Andersen | 2003-10-15 | 1 | -0/+311 |
* | 15 retries is really rather excessive... | Eric Andersen | 2003-09-01 | 1 | -1/+1 |
* | Patch from Ronald Wahl fixing an IPV6 specific problem | Eric Andersen | 2003-06-17 | 1 | -2/+2 |
* | Patch from Jeffrey Damick: | Eric Andersen | 2003-03-01 | 1 | -0/+2 |
* | Eliminate a needless extern | Eric Andersen | 2003-02-12 | 1 | -49/+40 |
* | Patch from Jay Kulpinski: | Eric Andersen | 2003-01-10 | 1 | -0/+10 |
* | Cleanup use of in6addr_loopback and in6addr_any | Eric Andersen | 2002-11-21 | 1 | -18/+0 |
* | Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limit | Eric Andersen | 2002-11-03 | 1 | -1/+3 |
* | Fixup struct _res handling so apps using struct _res can actually | Eric Andersen | 2002-08-19 | 1 | -11/+2 |
* | Fixed __read_etc_hosts_r to return alias list and modified buffer | Manuel Novoa III | 2002-08-17 | 1 | -7/+26 |
* | Remove __res_state function. | Miles Bader | 2002-08-16 | 1 | -12/+0 |
* | Fixup the last missing pieces of thread locking | Eric Andersen | 2002-08-06 | 1 | -22/+80 |
* | Finer grained locking in __connect_dns() so we don't hold the | Eric Andersen | 2002-07-08 | 1 | -6/+19 |
* | Doh! search-n-replace strikes again | Eric Andersen | 2002-07-07 | 1 | -4/+4 |
* | Cleanup namespace leaks by prepending __ to global stuff to | Eric Andersen | 2002-07-07 | 1 | -115/+116 |
* | Patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to cleanup | Eric Andersen | 2002-07-07 | 1 | -44/+46 |
* | Fix DNS resolution so that it once again works. I'd broken it | Eric Andersen | 2002-06-20 | 1 | -5/+22 |
* | Make things more re-entrany, kill some cruft. | Eric Andersen | 2002-06-17 | 1 | -178/+48 |
* | Patch from Axel Barnitzke <barney@xkontor.com> to add basic | Eric Andersen | 2002-04-17 | 1 | -0/+66 |
* | Patch from Mike McDonald to make gethostbyname_r() not fail for things like | Eric Andersen | 2002-04-17 | 1 | -0/+5 |
* | Patch from Jim Treadway <jim@stardot-tech.com> to eliminate | Eric Andersen | 2002-04-03 | 1 | -22/+12 |
* | Patch from Bart Visscher <magick@Linux-Fan.com> fixing some | Eric Andersen | 2002-03-20 | 1 | -1/+3 |
* | Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, and | Eric Andersen | 2002-03-19 | 1 | -280/+558 |
* | A few more little cleanups | Eric Andersen | 2002-02-26 | 1 | -1/+1 |
* | Thomas Fritzsche noticed that __open_etc_hosts was only changing a | Eric Andersen | 2002-02-26 | 1 | -6/+6 |
* | I just wrote up gethostent(), sethostent(), and endhostent() | Eric Andersen | 2002-02-02 | 1 | -11/+84 |
* | patch from Jari Korva <jpkorva@iki.fi>: | Eric Andersen | 2001-12-07 | 1 | -6/+11 |
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -1/+1 |