Age | Commit message (Expand) | Author |
2013-01-16 | getpwnam: hide relocation | Bernhard Reutner-Fischer |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-09-27 | implement getgrouplist() | Denis Vlasenko |
2008-06-12 | Revert revision 19344 plus the libc_hidden_proto for __uc_malloc. | Bernd Schmidt |
2008-05-30 | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2008-02-12 | add hidden_proto's for __uc_malloc | Denis Vlasenko |
2007-08-01 | sgetspent: add missing free/__uc_malloc calls | Denis Vlasenko |
2007-07-30 | make pwd_grp.c use __uc_malloc | Denis Vlasenko |
2007-04-13 | Patch by Ricard Wanderlof <ricardw at axis dot com>: | Peter Kjellerstedt |
2006-12-07 | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen |
2006-08-23 | fix from psm: add UCLIBC_ prefix to HAS_SHADOW option | Mike Frysinger |
2006-03-24 | s/staticly/statically/, thx Bernhard Fischer | Peter S. Mazinger |
2006-03-23 | Mark some functions as BSD only | Peter S. Mazinger |
2006-03-22 | Mark SVID functions | Peter S. Mazinger |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger |
2006-02-13 | Update some copyrights | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger |
2005-12-10 | fix some warnings | Mike Frysinger |
2005-12-09 | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger |
2005-12-08 | mmap/mremap/socket/rewind gone | Peter S. Mazinger |
2005-12-08 | Use internal versions | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-26 | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger |
2005-10-21 | Workaround to allow this directory to IMA compile. Someone w/ better understa... | Peter S. Mazinger |
2005-10-21 | Move GETXXKEY_R_FUNC into a separate file to allow IMA compiling | Peter S. Mazinger |
2005-10-20 | Remove duplicate locking defines for IMA compiling. | Peter S. Mazinger |
2005-09-21 | include headers only if the related option is enabled | Peter S. Mazinger |
2004-07-15 | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |
2003-12-27 | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III |
2003-12-04 | Fix infinite loop in putgrent (forgotten increment). | Manuel Novoa III |
2003-11-06 | Sigh... I wasn't checking if the gid field in a group line actually | Manuel Novoa III |
2003-11-06 | Oops... don't need recursive mutexes. | Manuel Novoa III |
2003-11-06 | Rewrite the pwd.h, grp.h, and shadow.h functions (except lckpwdf/ulckpwdf). | Manuel Novoa III |