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