summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
* 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
* x86_64 fixes: __NR_socketcall doesnt exist, nor does __NR_recv / __NR_send .....Mike Frysinger2005-02-131-19/+21
* merge parallel build supportMike Frysinger2005-01-252-11/+8
* Jan Lana writes:Eric Andersen2005-01-111-11/+12
* Document more things inet_aton() 'should' support but actually doesn't.Mike Frysinger2005-01-061-22/+38
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-312-3/+3
* Peter S. Mazinger writes:Eric Andersen2004-10-192-3/+3
* 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
* Stephen Hemminger from osdl dot org writes:Eric Andersen2004-06-121-0/+22
* Joakim Tjernlund writes:Eric Andersen2004-05-141-1/+1
* Add missing include.Manuel Novoa III2004-05-071-0/+1
* Change the global 'buf' to 'servbuf' since some functions in here useEric Andersen2004-05-071-7/+7
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-1/+1
* Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen2004-03-188-10/+10
* Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen2004-03-183-10/+50
* Bug fix: gethostbyname2_r would fail if /etc/host was missing.Manuel Novoa III2004-03-101-21/+38
* Alexandre Oliva writes:Eric Andersen2004-02-187-10/+10
* New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III2004-02-111-1/+2
* Imre Sunyi writes:Eric Andersen2004-01-241-11/+16
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-161-11/+11
* Implement res_search and res_querydomain based on netbsd code,Eric Andersen2004-01-041-5/+203
* Fix a really dumb bug introduced in version 1.4 of this file (a patch for ipv6Eric Andersen2003-12-281-1/+3
* Fix whitespaceEric Andersen2003-12-281-5/+5
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-275-14/+14
* Add function versions of ntohl and friendsEric Andersen2003-12-022-1/+68
* Avoid a potentially undefined operation with a veriable++ in a macroEric Andersen2003-12-021-2/+2
* We were failing to properly set h_errno on success, which couldEric Andersen2003-10-191-0/+3
* Peter Kjellerstedt writes:Eric Andersen2003-10-182-2/+2
* Patch from Tony J. White:Eric Andersen2003-10-152-1/+313
* Atsushi Nemoto writes:Eric Andersen2003-10-084-17/+17
* 15 retries is really rather excessive...Eric Andersen2003-09-011-1/+1
* Update inet_aton() to support an undocumented feature of inet_aton,Eric Andersen2003-08-041-7/+13
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-9/+4
* Per a patch from Rob McMullen, add getprotoent_r, getprotobyname_r,Eric Andersen2003-06-271-20/+74
* Patch from Ronald Wahl fixing an IPV6 specific problemEric Andersen2003-06-171-2/+2
* Patch from Jeffrey Damick:Eric Andersen2003-03-011-0/+2
* Eliminate a needless externEric Andersen2003-02-122-50/+41
* Per discussion with Nick Fedchik, restore original LGPLEric Andersen2003-01-301-12/+21
* Patch from Jay Kulpinski:Eric Andersen2003-01-101-0/+10
* Fix warningsEric Andersen2003-01-101-1/+2
* Patch from Nick Fedchik to support ether_atonEric Andersen2003-01-102-1/+84
* Implement the rest of the missing include/net/if.h interfacesEric Andersen2002-12-041-22/+149