summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/auth_unix.c
Commit message (Expand)AuthorAgeFilesLines
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-201-2/+1
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-1/+1
* Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ...Peter S. Mazinger2006-03-101-1/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-2/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-21/+29
* make sure we handle the (malloc(0)==NULL) case as Aubrey points out via the e...Mike Frysinger2005-12-281-5/+8
* 2005-12-15 Aubrey.Li <aubreylee@gmail.com> writes:Mike Frysinger2005-12-271-2/+9
* kill off minor warningMike Frysinger2005-12-271-1/+1
* Convert some users and get rid of __rpc_thread_createerr jump reloc, this was...Peter S. Mazinger2005-12-161-0/+1
* Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger2005-12-081-0/+1
* Hide morePeter S. Mazinger2005-12-071-0/+2
* No more *xdr* jump relocationsPeter S. Mazinger2005-12-071-0/+2
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-1/+1
* More hiding, 300 leftPeter S. Mazinger2005-12-041-0/+1
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-0/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-011-1/+1
* Hiding againPeter S. Mazinger2005-11-291-0/+3
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-261-5/+7
* Revert Peter's __lib_gettimeofday patch. There's the minor issue ofManuel Novoa III2004-10-311-2/+2
* Peter S. Mazinger writes:Eric Andersen2004-10-191-2/+2
* Re-backport all the rpc stuff from glibc 2.2.5. This allows us to make thisEric Andersen2002-06-171-206/+221
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
* Clean up lots of warnings.Manuel Novoa III2001-02-121-2/+2
* Update networking includes.Eric Andersen2001-02-051-5/+2
* I've been working on fixing up the rpc crap. now it is onlyEric Andersen2001-01-151-6/+3
* Bug ugly formatting updateEric Andersen2000-10-091-66/+60
* More cleanupsEric Andersen2000-10-071-0/+3
* Initial revision0_9_1Erik Andersen2000-05-141-0/+319