| Commit message (Expand) | Author | Age | Files | Lines |
* | getservice: fix handling of long lines | Natanael Copa | 2010-10-14 | 1 | -22/+16 |
* | getservice: getservent_r must return ERANGE when buffer is too small | Natanael Copa | 2010-10-14 | 1 | -3/+2 |
* | getserv: fix reading services lines w > 80 chars | Bernhard Reutner-Fischer | 2010-08-19 | 1 | -24/+23 |
* | switch getservice to config parser | Bernhard Reutner-Fischer | 2010-08-05 | 1 | -212/+139 |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -14/+0 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -8/+8 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
* | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -3/+3 |
* | Fix build failure due to missing 'smallint' definition | Carmelo Amoroso | 2008-05-27 | 1 | -0/+1 |
* | Slight size reduction by use of smallints/consts: | Denis Vlasenko | 2008-05-25 | 1 | -2/+2 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -2/+2 |
* | add hidden_proto's for __uc_malloc | Denis Vlasenko | 2008-02-12 | 1 | -0/+1 |
* | make regex_old.c, ruserpass.c use __uc_malloc, | Denis Vlasenko | 2007-07-30 | 1 | -3/+2 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 1 | -26/+22 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -6/+6 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -30/+39 |
* | Convert some users and get rid of __rpc_thread_createerr jump reloc, this was... | Peter S. Mazinger | 2005-12-16 | 1 | -0/+1 |
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | Again rpc ;-( , all *inet*, *addr* | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 1 | -7/+3 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -40/+45 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -4/+4 |
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+1 |
* | Change the global 'buf' to 'servbuf' since some functions in here use | Eric Andersen | 2004-05-07 | 1 | -7/+7 |
* | Reduce memory used by static buffers and allocate that memory dynamicly | Eric Andersen | 2004-03-18 | 1 | -4/+20 |
* | Fix a really dumb bug introduced in version 1.4 of this file (a patch for ipv6 | Eric Andersen | 2003-12-28 | 1 | -1/+3 |
* | Fix whitespace | Eric Andersen | 2003-12-28 | 1 | -5/+5 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -2/+2 |
* | Make things more re-entrany, kill some cruft. | Eric Andersen | 2002-06-17 | 1 | -114/+143 |
* | Bart Visscher <magick@Linux-Fan.com> has added some missing IPV6 support, and | Eric Andersen | 2002-03-19 | 1 | -24/+74 |
* | Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add | Eric Andersen | 2001-11-21 | 1 | -1/+1 |
* | Update networking includes. | Eric Andersen | 2001-02-05 | 1 | -0/+2 |
* | Add in getprotobyname, getservicebyname, and related junk | Eric Andersen | 2000-10-27 | 1 | -0/+176 |