summaryrefslogtreecommitdiff
path: root/libc/inet/rpc/getrpcent.c
AgeCommit message (Expand)Author
2012-06-15remove __FORCE_GLIBCPeter S. Mazinger
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-12-20Deal with a few data fields which may be made constant.Denis Vlasenko
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-05-20replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
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-08mmap/mremap/socket/rewind gonePeter S. Mazinger
2005-12-08Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger
2005-12-07Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-10Another s/index/strchr/Peter S. Mazinger
2005-08-18add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger
2005-08-18rework some of the code to shrink sizeMike Frysinger
2005-08-18style tweaksMike Frysinger
2002-07-07Kill namespace pollution in getrpcent.c. Silence other rpc warningsEric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-05-04Clean up some issues for building on m68k.David McCullough
2001-02-12Clean up lots of warnings.Manuel Novoa III
2001-02-05Update networking includes.Eric Andersen
2000-10-09Bug ugly formatting updateEric Andersen
2000-05-14Some makefile updates to make it behave a bit better/consistently.Erik Andersen
2000-05-14Initial revisionErik Andersen