summaryrefslogtreecommitdiff
path: root/libc/inet/rpc
AgeCommit message (Expand)Author
2005-10-04One more addition."Steven J. Hill"
2005-10-04Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"
2005-08-18add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger
2005-08-18add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger
2005-08-18rework some of the code to shrink sizeMike Frysinger
2005-08-18style tweaksMike Frysinger
2005-08-18we have getprotobyname_r() now so use itMike Frysinger
2005-01-25merge parallel build supportMike Frysinger
2004-10-31Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III
2004-10-19Peter S. Mazinger writes:Eric Andersen
2004-05-14Joakim Tjernlund writes:Eric 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-02-18Alexandre Oliva writes:Eric Andersen
2004-01-16s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-12-02Avoid a potentially undefined operation with a veriable++ in a macroEric Andersen
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-10-08Atsushi Nemoto writes:Eric Andersen
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
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-06Rework RPC code once again. By default, only enable theEric Andersen
2002-07-07Kill namespace pollution in getrpcent.c. Silence other rpc warningsEric Andersen
2002-06-18Make sure the sccsid tags never get compiled in.Eric Andersen
2002-06-17Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make thisEric Andersen
2002-05-30don't include the linux dir. Pointless and broken.Eric Andersen
2002-04-09Re-enable clnt_perror. Patch from Miles Bader.Eric Andersen
2002-02-26don't pretend to be reentrant yetEric Andersen
2002-02-26Fix rpc + threads so it now compiles.Eric Andersen
2002-01-09Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen
2002-01-02Patch to add rcmd support, from Stefan Soucek, which I'd longEric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-09-27Silence stupid warnings caused by bad kernel network includesEric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen
2001-05-31Cleanup some stupid warningsEric Andersen
2001-05-12Ok, this should finish off my massive ro-organization. The sourceEric Andersen
2001-05-04Clean up some issues for building on m68k.David McCullough
2001-04-06Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen
2001-02-12Clean up lots of warnings.Manuel Novoa III