summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Apply integer overflow security fix for "CERT Advisory CA-2002-25 IntegerEric Andersen2002-08-071-1/+6
* Rework RPC code once again. By default, only enable theEric Andersen2002-08-0614-33/+708
* Kill namespace pollution in getrpcent.c. Silence other rpc warningsEric Andersen2002-07-074-24/+17
* Make sure the sccsid tags never get compiled in.Eric Andersen2002-06-1826-30/+30
* Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make thisEric Andersen2002-06-1745-5018/+8139
* don't include the linux dir. Pointless and broken.Eric Andersen2002-05-301-1/+0
* Re-enable clnt_perror. Patch from Miles Bader.Eric Andersen2002-04-091-18/+8
* don't pretend to be reentrant yetEric Andersen2002-02-261-0/+6
* Fix rpc + threads so it now compiles.Eric Andersen2002-02-261-21/+60
* Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen2002-01-091-41/+47
* Patch to add rcmd support, from Stefan Soucek, which I'd longEric Andersen2002-01-022-1/+670
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-191-0/+1
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-2138-38/+38
* Silence stupid warnings caused by bad kernel network includesEric Andersen2001-09-271-0/+2
* Update to accomodate the header file changesEric Andersen2001-09-272-1/+3
* Cleanup some stupid warningsEric Andersen2001-05-311-6/+8
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1
* Clean up some issues for building on m68k.David McCullough2001-05-042-7/+2
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-2/+2
* Clean up lots of warnings.Manuel Novoa III2001-02-1228-70/+109
* Wierd. Whats _null_auth doing here?Eric Andersen2001-02-051-2/+0
* Fix broken dependancies.Eric Andersen2001-02-051-4/+7
* Fix the worst of the damage so it actually compiles now (though, strictlyEric Andersen2001-02-053-17/+9
* Update networking includes.Eric Andersen2001-02-0537-149/+82
* I've been working on fixing up the rpc crap. now it is onlyEric Andersen2001-01-157-37/+32
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-2/+2
* Fix doc blunder.Eric Andersen2000-11-041-4/+4
* Make spelling of uClibc be consistant.Eric Andersen2000-11-041-1/+1
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-0/+4
* Makefile updateEric Andersen2000-10-121-1/+1
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-1/+1
* Forgot thisEric Andersen2000-10-091-0/+33
* Bug ugly formatting updateEric Andersen2000-10-0938-1896/+1800
* More cleanupsEric Andersen2000-10-072-2/+3
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-14/+38
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-3/+1
* Finished porting stuff to x86 and supporting the Linux 2.2 kernels.Erik Andersen2000-05-155-4/+5
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-147-21/+18
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-3/+3
* Initial revision0_9_1Erik Andersen2000-05-1439-0/+8291