| Commit message (Expand) | Author | Age | Files | Lines |
* | unistd: hide relocations | Bernhard Reutner-Fischer | 2011-11-17 | 1 | -0/+4 |
* | usershell: switch to config parser | Bernhard Reutner-Fischer | 2010-08-05 | 1 | -116/+56 |
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -4/+0 |
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -8/+0 |
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -3/+3 |
* | 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 | -3/+3 |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
* | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko | 2008-05-20 | 1 | -7/+2 |
* | Mark some functions as BSD only | Peter S. Mazinger | 2006-03-23 | 1 | -0/+3 |
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+1 |
* | 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 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 1 | -5/+8 |
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger | 2005-12-16 | 1 | -0/+1 |
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 1 | -1/+1 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -0/+1 |
* | Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte... | Peter S. Mazinger | 2005-12-03 | 1 | -1/+1 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -0/+2 |
* | Make certain that the prototype for fgets_unlocked is defined | Eric Andersen | 2004-12-22 | 1 | -0/+1 |
* | Oops. As Pavel Roskin notes, I forgot to conditionally include | Eric Andersen | 2002-11-21 | 1 | -0/+2 |
* | Rework usershell.c, as the old one was packed full of unhandled | Eric Andersen | 2002-11-20 | 1 | -43/+114 |
* | Patch from Robert Griebl <griebl@gmx.de> to support | Eric Andersen | 2002-05-31 | 1 | -0/+63 |