summaryrefslogtreecommitdiff
path: root/libc/inet/getproto.c
AgeCommit message (Expand)Author
2010-10-14getproto: increase line buffer size, simlify and fix alias handlingNatanael Copa
2010-08-05getproto: switch to config parserBernhard Reutner-Fischer
2010-01-23getprotoent_r: use correct define for return valueBernhard Reutner-Fischer
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-11-18libc_hidden_proto removal, just a few functionsDenis Vlasenko
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-06-12Revert revision 19347, plus libc_hidden_proto for __uc_malloc.Bernd Schmidt
2008-05-27Fix build failure due to missing 'smallint' definitionCarmelo Amoroso
2008-05-25Slight size reduction by use of smallints/consts:Denis Vlasenko
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-02-12add hidden_proto's for __uc_mallocDenis Vlasenko
2007-07-30make regex_old.c, ruserpass.c use __uc_malloc,Denis Vlasenko
2007-04-18Bugfix from Atsushi Nemoto: return nonzero error code on failure Rob Landley
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...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-08mmap/mremap/socket/rewind gonePeter S. Mazinger
2005-12-08Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger
2005-12-07Hide morePeter 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-27Hide some of mem* and str*Peter S. Mazinger
2004-03-18Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-06-27Per a patch from Rob McMullen, add getprotoent_r, getprotobyname_r,Eric Andersen
2002-06-17Make things more re-entrany, kill some cruft.Eric Andersen
2001-11-21Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen
2001-02-05Update networking includes.Eric Andersen
2000-10-27Add in getprotobyname, getservicebyname, and related junkEric Andersen