summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
2004-05-14Joakim Tjernlund writes:Eric Andersen
2004-05-07Add missing include.Manuel Novoa III
2004-05-07Change the global 'buf' to 'servbuf' since some functions in here useEric Andersen
2004-04-20Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen
2004-03-18Based on a patch from Alexandre Oliva, remove all reference to 'bzero' (whichEric Andersen
2004-03-18Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen
2004-03-10Bug fix: gethostbyname2_r would fail if /etc/host was missing.Manuel Novoa III
2004-02-18Alexandre Oliva writes:Eric Andersen
2004-02-11New stdio core. Should be more maintainable. Fixes a couple of bugs.Manuel Novoa III
2004-01-24Imre Sunyi writes:Eric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2004-01-04Implement res_search and res_querydomain based on netbsd code,Eric Andersen
2003-12-28Fix a really dumb bug introduced in version 1.4 of this file (a patch for ipv6Eric Andersen
2003-12-28Fix whitespaceEric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-12-02Add function versions of ntohl and friendsEric Andersen
2003-12-02Avoid a potentially undefined operation with a veriable++ in a macroEric Andersen
2003-10-19We were failing to properly set h_errno on success, which couldEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-15Patch from Tony J. White:Eric Andersen
2003-10-08Atsushi Nemoto writes:Eric Andersen
2003-09-0115 retries is really rather excessive...Eric Andersen
2003-08-04Update inet_aton() to support an undocumented feature of inet_aton,Eric Andersen
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-06-27Per a patch from Rob McMullen, add getprotoent_r, getprotobyname_r,Eric Andersen
2003-06-17Patch from Ronald Wahl fixing an IPV6 specific problemEric Andersen
2003-03-01Patch from Jeffrey Damick:Eric Andersen
2003-02-12Eliminate a needless externEric Andersen
2003-01-30Per discussion with Nick Fedchik, restore original LGPLEric Andersen
2003-01-10Patch from Jay Kulpinski:Eric Andersen
2003-01-10Fix warningsEric Andersen
2003-01-10Patch from Nick Fedchik to support ether_atonEric Andersen
2002-12-04Implement the rest of the missing include/net/if.h interfacesEric Andersen
2002-11-21Oops.Eric Andersen
2002-11-21Cleanup use of in6addr_loopback and in6addr_anyEric Andersen
2002-11-03Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limitEric Andersen
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-09-17Fix a memory corruption bug.David McCullough
2002-08-19Fixup struct _res handling so apps using struct _res can actuallyEric Andersen
2002-08-17Fixed __read_etc_hosts_r to return alias list and modified bufferManuel Novoa III
2002-08-16Remove __res_state function.Miles Bader
2002-08-16Make INCLUDE_FULL_RPC default to !HAVE_SHARED.Miles Bader
2002-08-16Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__Eric Andersen
2002-08-12I missed a spot.Eric Andersen
2002-08-12Fix use of __pthread_once, and fix rpc usage of thread localEric Andersen
2002-08-11Ugh. Make uClibc cross compile with gcc 2.95.x and threads. I wonderEric Andersen
2002-08-09Changes so that this file builds if we are not using threads.David McCullough
2002-08-08Oops. missed a spot.Eric Andersen
2002-08-08Fix a silly bug with using fstat64 instead of just fstat. NoEric Andersen
2002-08-07Add getrpcent.c to default rpc buildEric Andersen