| Commit message (Expand) | Author | Age | Files | Lines |
* | hostid: improve extremely unreadable parts | Denis Vlasenko | 2008-12-01 | 1 | -33/+3 |
* | on Bernd's request, remove commented-out code snippets | Denis Vlasenko | 2008-12-01 | 1 | -1/+0 |
* | remove checks for "impossible" errors, | Denis Vlasenko | 2008-12-01 | 1 | -1/+1 |
* | optimize signal mask ops. comment out "impossible" errors | Denis Vlasenko | 2008-12-01 | 1 | -19/+23 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 2 | -33/+31 |
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 2 | -6/+6 |
* | libc_hidden_proto removal, a few more functions | Denis Vlasenko | 2008-11-18 | 1 | -4/+4 |
* | libc_hidden_proto removal, just a few functions | Denis Vlasenko | 2008-11-18 | 1 | -1/+1 |
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
* | getgrouplist(): ...add files which I forgot to add. | Denis Vlasenko | 2008-09-27 | 2 | -0/+16 |
* | implement getgrouplist() | Denis Vlasenko | 2008-09-27 | 1 | -42/+87 |
* | Revert revision 19344 plus the libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -93/+39 |
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 2 | -5/+5 |
* | add hidden_proto's for __uc_malloc | Denis Vlasenko | 2008-02-12 | 1 | -0/+1 |
* | sgetspent: add missing free/__uc_malloc calls | Denis Vlasenko | 2007-08-01 | 1 | -0/+2 |
* | make pwd_grp.c use __uc_malloc | Denis Vlasenko | 2007-07-30 | 1 | -39/+90 |
* | Patch by Ricard Wanderlof <ricardw at axis dot com>: | Peter Kjellerstedt | 2007-04-13 | 1 | -26/+18 |
* | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen | 2006-12-07 | 2 | -74/+60 |
* | fix from psm: add UCLIBC_ prefix to HAS_SHADOW option | Mike Frysinger | 2006-08-23 | 3 | -3/+3 |
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -1/+0 |
* | remove __ from function names as pointed out by Peter S. Mazinger | Mike Frysinger | 2006-07-05 | 1 | -2/+2 |
* | sync with glibc | Mike Frysinger | 2006-07-05 | 1 | -136/+148 |
* | s/staticly/statically/, thx Bernhard Fischer | Peter S. Mazinger | 2006-03-24 | 2 | -5/+5 |
* | Mark some functions as BSD only | Peter S. Mazinger | 2006-03-23 | 1 | -1/+5 |
* | Mark SVID functions | Peter S. Mazinger | 2006-03-22 | 1 | -0/+10 |
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger | 2006-02-13 | 1 | -34/+17 |
* | Update some copyrights | Peter S. Mazinger | 2006-02-13 | 2 | -4/+6 |
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the affected... | Peter S. Mazinger | 2006-02-13 | 33 | -0/+276 |
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+1 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 2 | -2/+0 |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 1 | -0/+5 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 2 | -8/+9 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 3 | -117/+112 |
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger | 2005-12-16 | 1 | -2/+5 |
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -3/+3 |
* | fix some warnings | Mike Frysinger | 2005-12-10 | 2 | -3/+3 |
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 |
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 1 | -1/+2 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 2 | -33/+101 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 2 | -13/+7 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -0/+3 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 2 | -21/+21 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 2 | -15/+8 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | 2005-11-01 | 1 | -1/+4 |
* | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger | 2005-11-01 | 1 | -2/+0 |