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