Age | Commit message (Expand) | Author |
2012-06-15 | lckpwdf.c: add back lost return | Peter S. Mazinger |
2012-06-15 | pwd_grp_internal.c: do not include pthread.h | Peter S. Mazinger |
2010-03-25 | prettify make clean | Bernhard Reutner-Fischer |
2010-01-23 | fix typo in previous commit | Bernhard Reutner-Fischer |
2010-01-23 | silence some warnings about unused params | Bernhard Reutner-Fischer |
2009-10-07 | clean up O_CLOEXEC handling | Mike Frysinger |
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 |
2009-09-05 | lckpwdf: remove a wrong comment and one write-only variable | Denys Vlasenko |
2009-09-05 | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2008-12-01 | hostid: improve extremely unreadable parts | Denis Vlasenko |
2008-12-01 | on Bernd's request, remove commented-out code snippets | Denis Vlasenko |
2008-12-01 | remove checks for "impossible" errors, | Denis Vlasenko |
2008-12-01 | optimize signal mask ops. comment out "impossible" errors | Denis Vlasenko |
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-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer |
2008-09-27 | getgrouplist(): ...add files which I forgot to add. | 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-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2006-07-05 | remove __ from function names as pointed out by Peter S. Mazinger | Mike Frysinger |
2006-07-05 | sync with glibc | 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 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-02-13 | Update some copyrights | Peter S. Mazinger |
2006-02-13 | Add files for IMA. Yes, I know it's a hack and no, I won't split the affected... | Peter S. Mazinger |
2006-01-26 | Get rid of missing prototype warnings | 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-13 | Convert all users of earlier hiddens | 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 |