summaryrefslogtreecommitdiffstats
path: root/libc/unistd/usershell.c
Commit message (Expand)AuthorAgeFilesLines
* unistd: hide relocationsBernhard Reutner-Fischer2011-11-171-0/+4
* usershell: switch to config parserBernhard Reutner-Fischer2010-08-051-116/+56
* convert // comments to /**/; remove empty #if/#endif pairs. no code changesDenys Vlasenko2009-09-181-4/+0
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-8/+0
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-3/+3
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-2/+2
* libc_hidden_proto removal, a few more functionsDenis Vlasenko2008-11-181-3/+3
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
* - Avoid warning about undefined preprocessor token. No obj-code changes.Bernhard Reutner-Fischer2008-05-301-1/+1
* replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe.Denis Vlasenko2008-05-201-7/+2
* Mark some functions as BSD onlyPeter S. Mazinger2006-03-231-0/+3
* Correct build if UCLIBC_HAS_CTYPE_TABLES is not definedPeter S. Mazinger2006-03-221-1/+1
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger2006-01-221-1/+0
* Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger2006-01-161-0/+5
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-5/+8
* Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ...Peter S. Mazinger2005-12-161-0/+1
* Convert internal users of chmod/*stat*, minimize change for __strsepPeter S. Mazinger2005-12-131-1/+1
* Use internal versionsPeter S. Mazinger2005-12-081-0/+1
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger2005-12-031-1/+1
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-261-0/+2
* Make certain that the prototype for fgets_unlocked is definedEric Andersen2004-12-221-0/+1
* Oops. As Pavel Roskin notes, I forgot to conditionally includeEric Andersen2002-11-211-0/+2
* Rework usershell.c, as the old one was packed full of unhandledEric Andersen2002-11-201-43/+114
* Patch from Robert Griebl <griebl@gmx.de> to supportEric Andersen2002-05-311-0/+63