1. 93ebd4f ash: popstackmark is reported trying to pop until NULL by Denis Vlasenko · 18 years ago
  2. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  3. 3af3e5b ash: cosmetic improvements in error messages by Denis Vlasenko · 18 years ago
  4. 29e31dd ash: do not use "safe applets" in non-standalone shell by Denis Vlasenko · 18 years ago
  5. 4222ae4 ash: replace xstrdup (shell shall not die) grep: fix mis-indented block by Denis Vlasenko · 18 years ago
  6. 5276402 ash: fix compile problems by Denis Vlasenko · 18 years ago
  7. f98dc4d ash: cleanup part 2.8 by Denis Vlasenko · 18 years ago
  8. 0dec6de ash: cleanup part 2.7 by Denis Vlasenko · 18 years ago
  9. cc57151 ash: cleanup part 2.6 by Denis Vlasenko · 18 years ago
  10. 2de3d9f ash: cleanup part 2.5 by Denis Vlasenko · 18 years ago
  11. a891507 ash: cleanup part 2.4 by Denis Vlasenko · 18 years ago
  12. 99eb850 ash: cleanup part 2.3 by Denis Vlasenko · 18 years ago
  13. fc06f29 ash: cleanup part 2.2 by Denis Vlasenko · 18 years ago
  14. 5651bfc ash: starting second round of cleanups. #1 by Denis Vlasenko · 18 years ago
  15. bc54cff ash: cleanup part 9 by Denis Vlasenko · 18 years ago
  16. 4d2183b ash: cleanup part 8 by Denis Vlasenko · 18 years ago
  17. 4fe15f3 ash: cleanup part 7 by Denis Vlasenko · 18 years ago
  18. a670493 ash: cleanup part 6 by Denis Vlasenko · 18 years ago
  19. 5c67e3e ash: cleanup part 5 by Denis Vlasenko · 18 years ago
  20. fe1f00a ash: cleanup part 4 by Denis Vlasenko · 18 years ago
  21. 9650f36 ash: cleanup part 3 by Denis Vlasenko · 18 years ago
  22. aa74445 ash: cleanup part 2 by Denis Vlasenko · 18 years ago
  23. 0c032a4 ash: cleanup part 1 by Denis Vlasenko · 18 years ago
  24. a624c11 ash: move ash_main() and helpers to end of ash.c, more fuctions renamed, by Denis Vlasenko · 18 years ago
  25. 2da584f ash: more renaming and style fixes by Denis Vlasenko · 18 years ago
  26. b012b10 ash: rearrange code to reduce forward references, rename some functions by Denis Vlasenko · 18 years ago
  27. e5570da ash: tiny style fixes by Denis Vlasenko · 18 years ago
  28. 5cedb75 ash: de-obfuscate code, add 'static' keyword, etc. by Denis Vlasenko · 18 years ago
  29. 131ae17 ash: convert #ifdef CONFIG_ to #if ENABLE_ by Denis Vlasenko · 18 years ago
  30. a0f82e9 ash: fix indentation and style. no code changes by Denis Vlasenko · 18 years ago
  31. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  32. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  33. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  34. 2f0c0d0 Introduce FEATURE_EXEC_PREFER_APPLETS = "re-execute our own by Denis Vlasenko · 18 years ago
  35. 7f0d7ae fix subtle bug inherited from dash by Denis Vlasenko · 18 years ago
  36. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  37. 62a6983 execute "safe applets" exev if not standalone shell by Denis Vlasenko · 18 years ago
  38. 8f27c34 ash: is_safe_applet mustn't affect disabled applets by Denis Vlasenko · 18 years ago
  39. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  40. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  41. 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
  42. f4dff77 less: implement waiting for input using select(). Rather tricky business. by Denis Vlasenko · 18 years ago
  43. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  44. 15b213e su: make /etc/shells check configurable ash: missing ';' by Denis Vlasenko · 18 years ago
  45. 7cfecc4 xfuncs.c: dietlibc actually HAS fdprintf! by Denis Vlasenko · 18 years ago
  46. 83e5d6f A bunch of defined(__GLIBC__) added. static-linking warning expanded by Denis Vlasenko · 18 years ago
  47. 9f73944 inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid] by Denis Vlasenko · 18 years ago
  48. 097c324 fix remaining survivors of the return(a) cleanup by Denis Vlasenko · 18 years ago
  49. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  50. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  51. fcdb00f httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net! by Denis Vlasenko · 18 years ago
  52. a7189f0 add -Wundef, fix uncovered bugs by Denis Vlasenko · 18 years ago
  53. 5f03158 ash: fix segfault in ash. patch by walter harms <wharms@bfs.de> by Denis Vlasenko · 18 years ago
  54. cba9ef5 fixes from Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 18 years ago
  55. 7d219aa build system overhaul by Denis Vlasenko · 18 years ago
  56. 8f8f268 bb_applet_name -> applet_name by Denis Vlasenko · 18 years ago
  57. e175ff2 several fixes from openWRT project by Denis Vlasenko · 18 years ago
  58. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  59. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  60. 5343747 Cleaup read() and write() variants, plus a couple of new functions like by Rob Landley · 18 years ago
  61. c9c1a41 A couple things that got tangled up in my tree, easier to check in both than by Rob Landley · 18 years ago
  62. f296f0b Bug fix from Vladimir Oleynic via Paul Fox for: by Rob Landley · 18 years ago
  63. 177c9f3 Get rid of all "#if 0" content. by "Robert P. J. Day" · 18 years ago
  64. 6822983 Remove all usage of the "register" storage class specifier. by "Robert P. J. Day" · 18 years ago
  65. f087798 - convert old-style parameter declarations (K&R) to modern style. by Bernhard Reutner-Fischer · 18 years ago
  66. 3549213 - add note about strict ordering by Bernhard Reutner-Fischer · 18 years ago
  67. c2ad4f5 Jean Wolter writes: ash uses bsearch to search in the list of built-in commands, therefore the list of built-in commands has to be ordered. Revision 15077 introduced the source built-in and destroyed this order. And now ash doesn't find the shift command anymore. by Mike Frysinger · 18 years ago
  68. a34b48a Upgrade the standalone shell code to use CONFIG_BUSYBOX_EXEC_PATH. by Rob Landley · 19 years ago
  69. 6ab0378 by Paul Fox · 19 years ago
  70. 19008b8 - reuse strings and messages. Saves about 600B by Bernhard Reutner-Fischer · 19 years ago
  71. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  72. 299a6b4 Consolidate #include <sys/time.h> so libbb.h does it. by Rob Landley · 19 years ago
  73. 0a8812b - replace _PATH_DEVNULL with bb_dev_null by Bernhard Reutner-Fischer · 19 years ago
  74. 47b1838 Patch from Lucas C. Villa Real adding "source" as a synonym for the "." command. by Rob Landley · 19 years ago
  75. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  76. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  77. 84005af C99 say: "char" declaration may be signed or unsigned default by "Vladimir N. Oleynik" · 19 years ago
  78. fdb871c Add more bash-like dot-dirs cmdedit feature Close bug 648. Restore my whitespace by "Vladimir N. Oleynik" · 19 years ago
  79. c1ef7bd just whitespace by Tim Riker · 19 years ago
  80. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  81. cfc8f59 restore 8-bit syntax works, last debian patch is broken. Noticed by Vladimir Dronnikov by "Vladimir N. Oleynik" · 19 years ago
  82. fb29b46 sync with dash_0.5.3-1 by "Vladimir N. Oleynik" · 19 years ago
  83. ddc280e sync license from mainstream by "Vladimir N. Oleynik" · 19 years ago
  84. e6d88ea remove sigsetmask, noticed by Bernhard by "Vladimir N. Oleynik" · 19 years ago
  85. 6f347ef common BUFSIZ BSS buffer, small reduce code, data and bss by "Vladimir N. Oleynik" · 19 years ago
  86. 11d7c52 correct set prompt if CONFIG_ASH_EXPAND_PRMT enabled, small automatic space->tabs convert by my personal editor by "Vladimir N. Oleynik" · 19 years ago
  87. 02eb934 committing: by Paul Fox · 19 years ago
  88. bef14d7 1) sync with dash_0.5.2-7 by "Vladimir N. Oleynik" · 19 years ago
  89. 23246f3 Patch from Stephane Billiart to improve ash error message. by Rob Landley · 19 years ago
  90. 0b62158 implemented a builtin echo command in ash. moved the guts of the by Paul Fox · 19 years ago
  91. 3f11b1b commiting: 0000025: vi-editing mode for ash by Paul Fox · 19 years ago
  92. 8de331d revert 10881, and refix by changing "if (vallen)" to "if (val)". this by Paul Fox · 19 years ago
  93. 6f267f0 applying fix for: 0000261: Unsafe empty env var export in ash by Paul Fox · 19 years ago
  94. c3850c8 applying fix from: by Paul Fox · 19 years ago
  95. 0fcd943 This one's from me. Fix ash "standalone shell". by Rob Landley · 20 years ago
  96. d1e3cbd - no need to check if JOBS is defined. Config.in ensures it. by Ned Ludd · 20 years ago
  97. 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
  98. ad63cb2 Fix CONFIG_ASH_MATH_SUPPORT_64 so it actually works by Eric Andersen · 20 years ago
  99. c00e11d Hiroshi Ito writes: by Eric Andersen · 20 years ago
  100. 4a79c0e Patrick Huesmann noticed BusyBox would not link when by Eric Andersen · 20 years ago