summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* Missed alias to xdr_string, thanks sjhillPeter S. Mazinger2005-12-081-0/+1
* Hide morePeter S. Mazinger2005-12-0715-3/+25
* No more *xdr* jump relocationsPeter S. Mazinger2005-12-0722-170/+231
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-0724-286/+317
* Make use internal str*casecmp/wcscollPeter S. Mazinger2005-12-061-10/+3
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-062-11/+5
* a small TODOMike Frysinger2005-12-061-0/+1
* More hiding, 300 leftPeter S. Mazinger2005-12-0414-33/+46
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger2005-12-037-25/+25
* More hiding, including __mempcpyPeter S. Mazinger2005-12-0319-9/+32
* Hide mostly used functionsPeter S. Mazinger2005-12-0130-173/+174
* Hiding againPeter S. Mazinger2005-11-2910-4/+24
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-2617-36/+75
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Hide __libc_sa_lenPeter S. Mazinger2005-11-152-2/+2
* Another s/index/strchr/Peter S. Mazinger2005-11-101-10/+10
* Correct IMAPeter S. Mazinger2005-11-031-1/+4
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-61/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+50
* only include libc-tsd.h if we have threads supportMike Frysinger2005-10-201-1/+2
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-16/+14
* One more addition."Steven J. Hill"2005-10-041-0/+6
* Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"2005-10-041-2/+1
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger2005-08-181-0/+98
* add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger2005-08-181-15/+10
* rework some of the code to shrink sizeMike Frysinger2005-08-181-16/+19
* style tweaksMike Frysinger2005-08-181-39/+25
* we have getprotobyname_r() now so use itMike Frysinger2005-08-181-9/+20
* merge parallel build supportMike Frysinger2005-01-251-5/+4
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-312-3/+3
* Peter S. Mazinger writes:Eric Andersen2004-10-192-3/+3
* Joakim Tjernlund writes:Eric Andersen2004-05-141-1/+1
* 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
* Alexandre Oliva writes:Eric Andersen2004-02-187-10/+10
* s/UCLIBC_HAS_MMU/ARCH_HAS_MMU/gEric Andersen2004-01-161-11/+11
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Avoid a potentially undefined operation with a veriable++ in a macroEric Andersen2003-12-021-2/+2
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
* Atsushi Nemoto writes:Eric Andersen2003-10-082-3/+3
* Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III2003-08-011-9/+4
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-311-14/+1
* 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