summaryrefslogtreecommitdiffstats
path: root/libc/inet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops.Eric Andersen2002-11-211-0/+1
* Cleanup use of in6addr_loopback and in6addr_anyEric Andersen2002-11-214-20/+36
* Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limitEric Andersen2002-11-031-1/+3
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-312-15/+2
* Fix a memory corruption bug.David McCullough2002-09-171-3/+6
* Fixup struct _res handling so apps using struct _res can actuallyEric Andersen2002-08-191-11/+2
* Fixed __read_etc_hosts_r to return alias list and modified bufferManuel Novoa III2002-08-171-7/+26
* Remove __res_state function.Miles Bader2002-08-161-12/+0
* Make INCLUDE_FULL_RPC default to !HAVE_SHARED.Miles Bader2002-08-161-1/+14
* Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen2002-08-161-10/+10
* I missed a spot.Eric Andersen2002-08-121-0/+2
* Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen2002-08-121-10/+0
* Ugh. Make uClibc cross compile with gcc 2.95.x and threads. I wonderEric Andersen2002-08-111-20/+20
* Changes so that this file builds if we are not using threads.David McCullough2002-08-091-3/+2
* Oops. missed a spot.Eric Andersen2002-08-081-1/+1
* Fix a silly bug with using fstat64 instead of just fstat. NoEric Andersen2002-08-081-2/+2
* Add getrpcent.c to default rpc buildEric Andersen2002-08-071-1/+2