1. 18f2a79 build system tweaks to account for latest hush changes by Denis Vlasenko · 16 years ago
  2. 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
  3. b975feb mark msh as deprecated by Mike Frysinger · 16 years ago
  4. 70a2c8d make lash deprecation more prominent by Mike Frysinger · 16 years ago
  5. 1dbc643 - fix typo by Bernhard Reutner-Fischer · 16 years ago
  6. be709c2 hush: finish and enable optional case...esac support. Code size cost: by Denis Vlasenko · 16 years ago
  7. 3e8669f - wrap overlong lines (Cristian Ionescu-Idbohrn) - s/\. /. /g;# (me) by Bernhard Reutner-Fischer · 16 years ago
  8. c185e29 config help fixes by Denis Vlasenko · 16 years ago
  9. cd2663f ash: optional printf builtin. +25 bytes if off, +35 if on. by Denis Vlasenko · 17 years ago
  10. 9bc80d7 ash: add FEATURE_SH_NOFORK support by Denis Vlasenko · 17 years ago
  11. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 17 years ago
  12. 92e13c2 ash: optional bash-like pattern subst and substring opts by Denis Vlasenko · 17 years ago
  13. 96702ca kill lash. "lash" builtin still exists, but it runs hush. by Denis Vlasenko · 17 years ago
  14. 5bc593c hush: implement echo builtin by Denis Vlasenko · 17 years ago
  15. 42bffbf hush: add missing dependencies (Maxime Bizon <mbizon@freebox.fr> (Freebox)) by Denis Vlasenko · 18 years ago
  16. 0681033 hush: add 3 CONFIG_xxx, allowing for smaller and less capable hush. by Denis Vlasenko · 18 years ago
  17. 14b5dd9 hush: make process substitution configurable; add a testcase by Denis Vlasenko · 18 years ago
  18. 6d70997 cttyhack: new applet. by Denis Vlasenko · 18 years ago
  19. 92c0b82 tail: fix SEGV on "tail -N" by Denis Vlasenko · 18 years ago
  20. e3f2f89 hush: make job control and interactiveness configurable, part 2 by Denis Vlasenko · 18 years ago
  21. b81b3df hush: make job control and interactiveness configurable, part 1 by Denis Vlasenko · 18 years ago
  22. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  23. eb10e17 - improve spelling by Bernhard Reutner-Fischer · 18 years ago
  24. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  25. 00cdbd8 Introduce FEATURE_EDITING_FANCY_KEYS, so that user can disable by Denis Vlasenko · 18 years ago
  26. 9d4533e Fix kbuild bugs noticed by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 18 years ago
  27. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  28. 7ba12c6 remove leading "Enable" from the config option text. not only is it by Paul Fox · 19 years ago
  29. 6ab0378 by Paul Fox · 19 years ago
  30. 2ec922e Patch from Robert P Day: let menuconfig indent stuff for us, we don't have by Rob Landley · 19 years ago
  31. 06ec8cf Typo fixes brought to you by the letters a, l, and Robert P. Day. by Rob Landley · 19 years ago
  32. 32251b4 Convert some help text to english. by Rob Landley · 19 years ago
  33. 49576c0 Note on SVN 13424: Don't mix "default y" and select of something earlier by Rob Landley · 19 years ago
  34. 96002bb - cleanup Config.in. Use "select CONFIG_FOO" and add the corresponding by Bernhard Reutner-Fischer · 19 years ago
  35. 9ac178a rename menu and touchup whitespace by Mike Frysinger · 19 years ago
  36. 02eb934 committing: by Paul Fox · 19 years ago
  37. bef14d7 1) sync with dash_0.5.2-7 by "Vladimir N. Oleynik" · 19 years ago
  38. 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
  39. 3f11b1b commiting: 0000025: vi-editing mode for ash by Paul Fox · 19 years ago
  40. 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
  41. 53090cd Fix a typo by Glenn L McGrath · 20 years ago
  42. 6f8542b A bit of extra explanation regarding STANDALONE by Eric Andersen · 20 years ago
  43. ed9ecf7 Patch from Bastian Blank: by Eric Andersen · 20 years ago
  44. 075dd81 Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof by Eric Andersen · 21 years ago
  45. 16767e2 Patch from vodz to fix the dynamic vars patch, which I should not by Eric Andersen · 21 years ago
  46. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  47. 3b25185 Declare dependencies of command line editing in the build system by Glenn L McGrath · 21 years ago
  48. 88c916b Andreas Mohr writes: by Eric Andersen · 21 years ago
  49. f57a614 config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must depend by Eric Andersen · 21 years ago
  50. b287e2e Use the new 'select' option to make the shell config by Eric Andersen · 21 years ago
  51. 72d8e44 Merge/rework config system per the latest from linux-2.6.0-test2. by Eric Andersen · 21 years ago
  52. 3857a18 Document CONFIG_ASH_CMDCMD by Eric Andersen · 21 years ago
  53. 9c3c38d Patch from Terje Kvernes adding quite a lot of missing documentation by Eric Andersen · 21 years ago
  54. e564211 Patch from Thomas Cameron: by Eric Andersen · 21 years ago
  55. e5920a2 Patch from Kent Robotti adding a bunch of menuconfig help by Eric Andersen · 21 years ago
  56. fdbbb04 Command line history changes, lastpatch_71 from Vladimir N. Oleynik by Glenn L McGrath · 22 years ago
  57. a6b9051 Allow for people to select no default shell by Eric Andersen · 22 years ago
  58. c9f20d9 Yet another major rework of the BusyBox config system, using the considerably by Eric Andersen · 22 years ago