- 72089cf config: deindent all help texts by Denys Vlasenko · 7 years ago
- eae1268 shell: optional support for read -t N.NNN, closes 10101 by Denys Vlasenko · 7 years ago
- 67f6db6 wget: add a big explanation what TLS code implements and what does not by Denys Vlasenko · 8 years ago
- 786c9dc sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORK by Denys Vlasenko · 8 years ago
- 6cd0294 ash: explicltly group ash options by Kang-Che Sung · 8 years ago
- 9529115 shell: clarify help text of CONFIG_{SH,BASH}_IS_* options by Kang-Che Sung · 8 years ago
- 0b88358 Make it possible to select "sh" and "bash" aliases without selecting ash or hush by Denys Vlasenko · 8 years ago
- 0fb0045 config: disentangle PREFER_APPLETS from SH_STANDALONE and SH_NOFORK by Denys Vlasenko · 8 years ago
- 2c4de5b ash,hush: optional support for $HISTFILESIZE. by Denys Vlasenko · 14 years ago
- b72baeb hush: use FEATURE_SH_NOFORK to enable NOFORK trick by Denys Vlasenko · 14 years ago
- 6adf2aa hush: move msh/lash config into hush.c, no code changes by Denys Vlasenko · 14 years ago
- 51ca776 cttyhack: move build system bits into cttyhack.c, no code changes by Denys Vlasenko · 14 years ago
- 771f199 ash: move config stuff into ash.c, no code chages by Denys Vlasenko · 14 years ago
- 202a2d1 hush: make set -x support optional by Denys Vlasenko · 14 years ago
- d70e0e9 *: add INSERTs to *.src files where appropriate by Denys Vlasenko · 15 years ago
- 121fb95 typo fix by Denys Vlasenko · 15 years ago
- c8aae0b fix allnoconfig by Denys Vlasenko · 15 years ago
- 2f32bf8 remove defconfig. Now "make defconfig" simply uses defaults from Config.in by Denys Vlasenko · 15 years ago
- da929a9 mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src by Denys Vlasenko · 15 years ago[Renamed from shell/Config.in]
- 40477e2 shell: make it possible to alias one of shells to "bash" by Denys Vlasenko · 15 years ago
- ef21555 typo fix by Denys Vlasenko · 15 years ago
- b367bb2 cttyhack: document the need to setsid by Denys Vlasenko · 15 years ago
- 85d286e ash: remove config items for read options which are no longer optional by Denys Vlasenko · 15 years ago
- 160b9ca ntpd: make it NOMMU-safe; ash: exclude it on NOMMU builds by Denys Vlasenko · 15 years ago
- 69d1f45 shell/Config.in: forgotten chunk with CONFIG_HUSH_RANDOM_SUPPORT by Denys Vlasenko · 15 years ago
- d427689 Fix english in build system by Denys Vlasenko · 15 years ago
- 1cc4b13 msh: aliased to hush by Denys Vlasenko · 15 years ago
- 9ca656b hush: add HUSH_BASH_COMPAT, make [[ special handling depend on it by Denys Vlasenko · 16 years ago
- 295fef8 hush: add support for local builtin by Denys Vlasenko · 16 years ago
- ad4bd05 hush: export -n support by Denis Vlasenko · 16 years ago
- 2b2183a hush: make function support configurable by Denis Vlasenko · 16 years ago
- 18f2a79 build system tweaks to account for latest hush changes by Denis Vlasenko · 16 years ago
- 98c5264 split math code out of ash and into a standalone library so we can use it in any shell (like hush!) by Mike Frysinger · 16 years ago
- b975feb mark msh as deprecated by Mike Frysinger · 16 years ago
- 70a2c8d make lash deprecation more prominent by Mike Frysinger · 16 years ago
- 1dbc643 - fix typo by Bernhard Reutner-Fischer · 16 years ago
- be709c2 hush: finish and enable optional case...esac support. Code size cost: by Denis Vlasenko · 16 years ago
- 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
- c185e29 config help fixes by Denis Vlasenko · 16 years ago
- cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
- 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
- 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
- 92e13c2 ash: optional bash-like pattern subst and substring opts by Denis Vlasenko · 17 years ago
- 96702ca kill lash. "lash" builtin still exists, but it runs hush. by Denis Vlasenko · 17 years ago
- 5bc593c hush: implement echo builtin by Denis Vlasenko · 17 years ago
- 42bffbf hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox)) by Denis Vlasenko · 18 years ago
- 0681033 hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush. by Denis Vlasenko · 18 years ago
- 14b5dd9 hush: make process substitution configurable; add a testcase by Denis Vlasenko · 18 years ago
- 6d70997 cttyhack: new applet. by Denis Vlasenko · 18 years ago
- 92c0b82 tail: fix SEGV on "tail -N" by Denis Vlasenko · 18 years ago
- e3f2f89 hush: make job control and interactiveness configurable, part 2 by Denis Vlasenko · 18 years ago
- b81b3df hush: make job control and interactiveness configurable, part 1 by Denis Vlasenko · 18 years ago
- 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
- eb10e17 - improve spelling by Bernhard Reutner-Fischer · 18 years ago
- 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
- 00cdbd8 Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable by Denis Vlasenko · 18 years ago
- 9d4533e Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
- 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
- 7ba12c6 remove leading "Enable" from the config option text. not only is it by Paul Fox · 19 years ago
- 6ab0378 by Paul Fox · 19 years ago
- 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
- 06ec8cf Typo fixes brought to you by the letters a, l, and Robert P. Day. by Rob Landley · 19 years ago
- 32251b4 Convert some help text to english. by Rob Landley · 19 years ago
- 49576c0 Note on SVN 13424: Don't mix "default y" and select of something earlier by Rob Landley · 19 years ago
- 96002bb - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding by Bernhard Reutner-Fischer · 19 years ago
- 9ac178a rename menu and touchup whitespace by Mike Frysinger · 19 years ago
- 02eb934 committing: by Paul Fox · 19 years ago
- bef14d7 1) sync with dash_0.5.2-7 by "Vladimir N. Oleynik" · 19 years ago
- 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
- 3f11b1b commiting: 0000025: vi-editing mode for ash by Paul Fox · 19 years ago
- 2123b7c - add ash read -t timeout support. initial code provided by Tim Yamin on Oct/21/2004 on the busybox mailing list. Edited his code a little to keep syntax highlighers happy and make it optional when CONFIG_ASH_TIMEOUT is defined by Ned Ludd · 20 years ago
- 53090cd Fix a typo by Glenn L McGrath · 20 years ago
- 6f8542b A bit of extra explanation regarding STANDALONE by Eric Andersen · 20 years ago
- ed9ecf7 Patch from Bastian Blank: by Eric Andersen · 20 years ago
- 075dd81 Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof by Eric Andersen · 21 years ago
- 16767e2 Patch from vodz to fix the dynamic vars patch, which I should not by Eric Andersen · 21 years ago
- c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
- 3b25185 Declare dependencies of command line editing in the build system by Glenn L McGrath · 21 years ago
- 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
- f57a614 config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend by Eric Andersen · 21 years ago
- b287e2e Use the new 'select' option to make the shell config by Eric Andersen · 21 years ago
- 72d8e44 Merge/rework config system per the latest from linux-2.6.0-test2. by Eric Andersen · 21 years ago
- 3857a18 Document CONFIG_ASH_CMDCMD by Eric Andersen · 21 years ago
- 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
- e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
- e5920a2 Patch from Kent Robotti adding a bunch of menuconfig help by Eric Andersen · 21 years ago
- fdbbb04 Command line history changes, lastpatch_71 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
- a6b9051 Allow for people to select no default shell by Eric Andersen · 22 years ago
- c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago