summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/ruserpass.c
AgeCommit message (Expand)Author
2012-06-15ruserpass.c: needs stdio_ext.h only if threads are enabledPeter S. Mazinger
2012-06-15libintl.h: add _(x) and N_(x) and use it everywherePeter S. Mazinger
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2010-04-25libc: Remove compiler warning due to old-style function definitionCarmelo Amoroso
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-11-18libc_hidden_proto removal, a few more functionsDenis Vlasenko
2008-06-12Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-06-04This fixes a problem with the move of libc_hidden_proto to string.h.Bernd Schmidt
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-04-12Functions should be either exported in public .h filesDenis Vlasenko
2008-02-12add hidden_proto's for __uc_mallocDenis Vlasenko
2007-07-30make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko
2006-03-23select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not d...Peter S. Mazinger
2006-01-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-16Convert some users and get rid of __rpc_thread_createerr jump reloc, this was...Peter S. Mazinger
2005-12-13Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger
2005-12-09Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger
2005-12-08Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger
2005-12-07Hide morePeter S. Mazinger
2005-12-06Make use internal str*casecmp/wcscollPeter S. Mazinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-12-03Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-29Hiding againPeter S. Mazinger
2005-11-26100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger
2002-08-12I missed a spot.Eric Andersen
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-06Rework RPC code once again. By default, only enable theEric Andersen