summaryrefslogtreecommitdiffstats
path: root/libc/inet/getproto.c
Commit message (Expand)AuthorAgeFilesLines
* Fix build failure due to missing 'smallint' definitionCarmelo Amoroso2008-05-271-0/+1
* Slight size reduction by use of smallints/consts:Denis Vlasenko2008-05-251-2/+2
* Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko2008-05-191-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-3/+2
* Bugfix from Atsushi Nemoto: return nonzero error code on failure Rob Landley2007-04-181-1/+1
* Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen2006-12-071-23/+21
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-5/+5
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-26/+34
* Convert some users and get rid of __rpc_thread_createerr jump reloc, this was...Peter S. Mazinger2005-12-161-0/+1
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-0/+1
* Again rpc ;-( , all *inet*, *addr*Peter S. Mazinger2005-12-081-0/+1
* Hide morePeter S. Mazinger2005-12-071-14/+19
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-6/+4
* Hide mostly used functionsPeter S. Mazinger2005-12-011-2/+2
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-0/+2
* Reduce memory used by static buffers and allocate that memory dynamiclyEric Andersen2004-03-181-4/+21
* Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III2003-12-271-2/+2
* Per a patch from Rob McMullen, add getprotoent_r, getprotobyname_r,Eric Andersen2003-06-271-20/+74
* Make things more re-entrany, kill some cruft.Eric Andersen2002-06-171-71/+99
* Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and addEric Andersen2001-11-211-1/+1
* Update networking includes.Eric Andersen2001-02-051-0/+2
* Add in getprotobyname, getservicebyname, and related junkEric Andersen2000-10-271-0/+164