summaryrefslogtreecommitdiff
path: root/libc/inet
AgeCommit message (Expand)Author
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
2002-08-07Apply integer overflow security fix for "CERT Advisory CA-2002-25 IntegerEric Andersen
2002-08-06Fixup the last missing pieces of thread lockingEric Andersen
2002-08-06Rework RPC code once again. By default, only enable theEric Andersen
2002-07-10Per bug report from Ronald Wahl <rwa@peppercon.com>:Eric Andersen
2002-07-08Finer grained locking in __connect_dns() so we don't hold theEric Andersen
2002-07-07Doh! search-n-replace strikes againEric Andersen
2002-07-07Cleanup namespace leaks by prepending __ to global stuff toEric Andersen
2002-07-07Kill namespace pollution in getrpcent.c. Silence other rpc warningsEric Andersen
2002-07-07Patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to cleanupEric Andersen
2002-06-20Fix DNS resolution so that it once again works. I'd broken itEric Andersen
2002-06-18Make sure the sccsid tags never get compiled in.Eric Andersen
2002-06-17kill cruftEric Andersen
2002-06-17Make things more re-entrany, kill some cruft.Eric Andersen
2002-06-17Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make thisEric Andersen
2002-06-12Yipe. As Joseph Chiu noticed, sockvec is supposed to be an int*Eric Andersen
2002-05-30don't include the linux dir. Pointless and broken.Eric Andersen
2002-05-12Fix some silly bugs and type problemsEric Andersen
2002-05-11Fix the defines which I had backwardsEric Andersen
2002-05-11Majorly rework to also cope with architectures which do not useEric Andersen
2002-04-17Patch from Axel Barnitzke <barney@xkontor.com> to add basicEric Andersen
2002-04-17Patch from Mike McDonald to make gethostbyname_r() not fail for things likeEric Andersen
2002-04-09Re-enable clnt_perror. Patch from Miles Bader.Eric Andersen
2002-04-03Patch from Jim Treadway <jim@stardot-tech.com> to eliminateEric Andersen
2002-03-20Patch from Bart Visscher <magick@Linux-Fan.com> fixing someEric Andersen
2002-03-19Fix missing defines. Forgot to check this in.Eric Andersen
2002-03-19Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, andEric Andersen
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-02-26A few more little cleanupsEric Andersen
2002-02-26don't pretend to be reentrant yetEric Andersen
2002-02-26Fix rpc + threads so it now compiles.Eric Andersen
2002-02-26Thomas Fritzsche noticed that __open_etc_hosts was only changing aEric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2002-02-02I just wrote up gethostent(), sethostent(), and endhostent()Eric Andersen
2002-02-02Grr. I should learn to compile stuff before committingEric Andersen
2002-02-02OopsEric Andersen
2002-02-02Fix hstrerrorEric Andersen
2002-01-17Add in support for inet_netof, inet_lnaof, inet_makeaddr and hstrerror.David McCullough
2002-01-09Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen