summaryrefslogtreecommitdiff
path: root/shell/Config.in
AgeCommit message (Expand)AuthorFilesLines
2010-05-20shell: make it possible to alias one of shells to "bash"Denys Vlasenko1-10/+33
2010-05-17typo fixDenys Vlasenko1-1/+1
2010-05-15cttyhack: document the need to setsidDenys Vlasenko1-2/+13
2010-01-13ash: remove config items for read options which are no longer optionalDenys Vlasenko1-17/+0
2009-11-27ntpd: make it NOMMU-safe; ash: exclude it on NOMMU buildsDenys Vlasenko1-0/+2
2009-10-09shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORTDenys Vlasenko1-0/+8
2009-10-06Fix english in build systemDenys Vlasenko1-1/+1
2009-08-21msh: aliased to hushDenys Vlasenko1-3/+4
2009-06-10hush: add HUSH_BASH_COMPAT, make [[ special handling depend on itDenys Vlasenko1-6/+7
2009-06-03hush: add support for local builtinDenys Vlasenko1-0/+7
2009-04-20hush: export -n supportDenis Vlasenko1-0/+7
2009-04-13hush: make function support configurableDenis Vlasenko1-14/+21
2009-04-05build system tweaks to account for latest hush changesDenis Vlasenko1-7/+6
2009-04-02split math code out of ash and into a standalone library so we can use it in ...Mike Frysinger1-16/+16
2009-03-29mark msh as deprecatedMike Frysinger1-2/+5
2009-03-28make lash deprecation more prominentMike Frysinger1-1/+1
2008-08-06- fix typoBernhard Reutner-Fischer1-1/+1
2008-07-28hush: finish and enable optional case...esac support. Code size cost:Denis Vlasenko1-3/+13
2008-07-22- wrap overlong lines (Cristian Ionescu-Idbohrn)Bernhard Reutner-Fischer1-9/+9
2008-07-16config help fixesDenis Vlasenko1-1/+1
2008-06-01ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko1-0/+7
2008-04-12ash: add FEATURE_SH_NOFORK supportDenis Vlasenko1-0/+17
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko1-11/+0
2008-03-25ash: optional bash-like pattern subst and substring optsDenis Vlasenko1-0/+7
2007-11-23kill lash. "lash" builtin still exists, but it runs hush.Denis Vlasenko1-12/+5
2007-11-23hush: implement echo builtinDenis Vlasenko1-0/+1
2007-06-08hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox))Denis Vlasenko1-0/+4
2007-05-21hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush.Denis Vlasenko1-0/+18
2007-05-20hush: make process substitution configurable; add a testcaseDenis Vlasenko1-0/+5
2007-05-18cttyhack: new applet.Denis Vlasenko1-0/+20
2007-05-08tail: fix SEGV on "tail -N"Denis Vlasenko1-10/+19
2007-04-28hush: make job control and interactiveness configurable, part 2Denis Vlasenko1-3/+15
2007-04-28hush: make job control and interactiveness configurable, part 1Denis Vlasenko1-0/+9
2007-04-10Rename two config options:Denis Vlasenko1-2/+2
2007-01-29- improve spellingBernhard Reutner-Fischer1-2/+2
2007-01-22cmdedit is not a 'command' editing anymore, it's just editing (generic),Denis Vlasenko1-60/+0
2007-01-21Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disableDenis Vlasenko1-0/+8
2006-11-02Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at>Denis Vlasenko1-0/+1
2006-10-05build system overhaulDenis Vlasenko1-74/+74
2006-06-08remove leading "Enable" from the config option text. not only is itPaul Fox1-12/+12
2006-06-08made "test" an ash built-in.Paul Fox1-16/+22
2006-04-13Patch from Robert P Day: let menuconfig indent stuff for us, we don't haveRob Landley1-14/+14
2006-03-03Typo fixes brought to you by the letters a, l, and Robert P. Day.Rob Landley1-1/+1
2006-02-08Convert some help text to english.Rob Landley1-5/+5
2006-01-30Note on SVN 13424: Don't mix "default y" and select of something earlier Rob Landley1-1/+1
2006-01-19- cleanup Config.in. Use "select CONFIG_FOO" and add the correspondingBernhard Reutner-Fischer1-0/+10
2005-09-24rename menu and touchup whitespaceMike Frysinger1-9/+9
2005-09-07committing:Paul Fox1-7/+13
2005-09-051) sync with dash_0.5.2-7"Vladimir N. Oleynik"1-0/+9
2005-08-09implemented a builtin echo command in ash. moved the guts of thePaul Fox1-0/+15