summaryrefslogtreecommitdiffstats
path: root/libc/inet/rpc/ruserpass.c
Commit message (Expand)AuthorAgeFilesLines
* libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso2010-04-251-1/+1
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-22/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-10/+10
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-4/+4
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-1/+1
* Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt2008-06-121-6/+1
* This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt2008-06-041-1/+0
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-7/+7
* Functions should be either exported in public .h filesDenis Vlasenko2008-04-121-2/+2
* add hidden_proto's for __uc_mallocDenis Vlasenko2008-02-121-0/+1
* make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko2007-07-301-1/+5
* select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger2006-03-231-0/+1
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+2
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-55/+68
* Convert some users and get rid of __rpc_thread_createerr jump reloc, this was...Peter S. Mazinger2005-12-161-9/+11
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-2/+2
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-14/+14
* Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger2005-12-081-0/+1
* Hide morePeter S. Mazinger2005-12-071-0/+1
* Make use internal str*casecmp/wcscollPeter S. Mazinger2005-12-061-10/+3
* More hiding, 300 leftPeter S. Mazinger2005-12-041-1/+4
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger2005-12-031-1/+1
* More hiding, including __mempcpyPeter S. Mazinger2005-12-031-1/+1
* Hide mostly used functionsPeter S. Mazinger2005-12-011-16/+16
* Hiding againPeter S. Mazinger2005-11-291-0/+2
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-261-0/+2
* I missed a spot.Eric Andersen2002-08-121-0/+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
* Rework RPC code once again. By default, only enable theEric Andersen2002-08-061-0/+327