| Commit message (Expand) | Author | Age | Files | Lines |
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -5/+1 |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -37/+0 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -29/+27 |
* | 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 | -4/+4 |
* | 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 | 1 | -4/+4 |
* | 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 | 1 | -52/+45 |
* | fix from psm: add UCLIBC_ prefix to HAS_SHADOW option | Mike Frysinger | 2006-08-23 | 1 | -1/+1 |
* | s/staticly/statically/, thx Bernhard Fischer | Peter S. Mazinger | 2006-03-24 | 1 | -3/+3 |
* | 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 |
* | Update some copyrights | Peter S. Mazinger | 2006-02-13 | 1 | -2/+3 |
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger | 2006-01-22 | 1 | -1/+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 | 1 | -7/+8 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -96/+83 |
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger | 2005-12-16 | 1 | -2/+5 |
* | fix some warnings | Mike Frysinger | 2005-12-10 | 1 | -2/+2 |
* | 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 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -32/+98 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 1 | -6/+3 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -10/+10 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -8/+8 |
* | Workaround to allow this directory to IMA compile. Someone w/ better understa... | Peter S. Mazinger | 2005-10-21 | 1 | -3/+3 |
* | Move GETXXKEY_R_FUNC into a separate file to allow IMA compiling | Peter S. Mazinger | 2005-10-21 | 1 | -58/+13 |
* | Remove duplicate locking defines for IMA compiling. | Peter S. Mazinger | 2005-10-20 | 1 | -21/+6 |
* | include headers only if the related option is enabled | Peter S. Mazinger | 2005-09-21 | 1 | -0/+3 |
* | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen | 2004-07-15 | 1 | -0/+2 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -6/+9 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -6/+6 |
* | Fix infinite loop in putgrent (forgotten increment). | Manuel Novoa III | 2003-12-04 | 1 | -0/+1 |
* | Sigh... I wasn't checking if the gid field in a group line actually | Manuel Novoa III | 2003-11-06 | 1 | -3/+5 |
* | Oops... don't need recursive mutexes. | Manuel Novoa III | 2003-11-06 | 1 | -3/+3 |
* | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III | 2003-11-06 | 1 | -0/+1172 |