1. c8be5ee hush: do "struct globals" trick. hush.o data+bss = 0 bytes now. by Denis Vlasenko · 18 years ago
  2. b6a741f hush: consolidated variable expansion for assignments and "normal" one. by Denis Vlasenko · 18 years ago
  3. 96f67dc more compile fixes from randomconfig run by Denis Vlasenko · 18 years ago
  4. c666f71 hush: take care of several easy FIXMEs. -228 bytes. by Denis Vlasenko · 18 years ago
  5. 831dcc4 hush: another microscopic typo fix by Denis Vlasenko · 18 years ago
  6. c299032 hush: fix English in comment by Denis Vlasenko · 18 years ago
  7. 3e7b0e6 hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;') by Denis Vlasenko · 18 years ago
  8. 1f4cf51 hush: fix expansion of quoted $VAR, $* and $@ by Denis Vlasenko · 18 years ago
  9. 8f6bdb4 hush: fix incorrect processing of echo "'$var'". by Denis Vlasenko · 18 years ago
  10. 764d59d hush: more fixes to variable expansion, more testcases by Denis Vlasenko · 18 years ago
  11. 03eb8bf hush: move towards more correct variable expansion by Denis Vlasenko · 18 years ago
  12. 602d13c hush: fix '{ false; echo $?; }' bug. by Denis Vlasenko · 18 years ago
  13. 3e9aaae hush: fix bug in interactive shell introduced yesterday by Denis Vlasenko · 18 years ago
  14. e0a3367 hush: fix "unterminated last line loops forever" bug by Denis Vlasenko · 18 years ago
  15. 53079d4 hush: fix recent breakage (VAR=VAL stopped working) by Denis Vlasenko · 18 years ago
  16. 21f0d4c hush: fix double-free in "echo TEST &" by Denis Vlasenko · 18 years ago
  17. dd4cb2b hush: stop generating extra empty pipes in parse stage. by Denis Vlasenko · 18 years ago
  18. a6c467f hush: preparatory patch for removing extra empty pipes generation by Denis Vlasenko · 18 years ago
  19. ac0e5ab hush: fix "while true; do true; done" + ctrl-z by Denis Vlasenko · 18 years ago
  20. 400c5b6 hush: add parse tree debug print by Denis Vlasenko · 18 years ago
  21. e725bfe hush: fix "true | exit 3; echo $?" bug by Denis Vlasenko · 18 years ago
  22. f2fffd0 hush: remove env builtin (it is buggy). Add comments by Denis Vlasenko · 18 years ago
  23. d01ff13 hush: simplify debugging prints a little bit by Denis Vlasenko · 18 years ago
  24. 4ac530c hush: add debugging for tracing execution, by Denis Vlasenko · 18 years ago
  25. ef36ead hush: fix incorrect exitcodes without job control by Denis Vlasenko · 18 years ago
  26. e3f2f89 hush: make job control and interactiveness configurable, part 2 by Denis Vlasenko · 18 years ago
  27. b81b3df hush: make job control and interactiveness configurable, part 1 by Denis Vlasenko · 18 years ago
  28. 0937be5 hush: make hush properly detect EOF on stdin (even interactive one - by Denis Vlasenko · 18 years ago
  29. b5eaabb hush: add Ctrl-C handling to nofork case by Denis Vlasenko · 18 years ago
  30. 3ac0e00 hush: better signal handling across ctrl-z by Denis Vlasenko · 18 years ago
  31. 18e19f2 hush: fix nofork + ctrl-Z clobbering of globals by Denis Vlasenko · 18 years ago
  32. a6a1785 hush: add ctrl-Z handling for nofork'ed case by Denis Vlasenko · 18 years ago
  33. 1359da6 hush: make Ctrl-Z work (at least sometimes) by Denis Vlasenko · 18 years ago
  34. 762d35c hust: add a comment by Denis Vlasenko · 18 years ago
  35. 52881e9 hush: fix more backgrounding bugs. Plenty of them remains still. by Denis Vlasenko · 18 years ago
  36. 2f1bb36 hush: explain why "pipe; exit $?" doesn't show correct exitcode by Denis Vlasenko · 18 years ago
  37. 87cb2db hush: do not print message if killed by signal; by Denis Vlasenko · 18 years ago
  38. 54e7ffb hush: begin fixing non-functional job control by Denis Vlasenko · 18 years ago
  39. 5f786c2 hush: small code shrink; style fixes by Denis Vlasenko · 18 years ago
  40. 516a0ca ps: add -o tty and -o rss support by Denis Vlasenko · 18 years ago
  41. 55b2de7 hush: remove stray semicolon (should change nothing) by Denis Vlasenko · 18 years ago
  42. 7d4c44e shells: remove few statics and duplicated code by Denis Vlasenko · 18 years ago
  43. ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
  44. 8a28e62 lash: recognize and use NOFORK applets by Denis Vlasenko · 18 years ago
  45. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  46. fbf6dea hush: more style fixes. by Denis Vlasenko · 18 years ago
  47. f03dbed hush: comment out and replace bug in set_local_var: by Denis Vlasenko · 18 years ago
  48. 7cced6e fix realloc-of-non-malloced pointer, and reduce size while at it by Denis Vlasenko · 18 years ago
  49. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 18 years ago
  50. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  51. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 18 years ago
  52. e4f2d06 rename: run_applet_by_name -> run_applet_and_exit by Denis Vlasenko · 18 years ago
  53. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  54. ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
  55. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  56. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  57. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  58. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  59. bb81c58 hush: style fixes by Denis Vlasenko · 18 years ago
  60. c72c1ed hush: now it's -Wwrite-strings clean by Denis Vlasenko · 18 years ago
  61. 0c886c6 hush: style fixes by Denis Vlasenko · 18 years ago
  62. 15d78fb hust: -Wwrite-strings fixes by Denis Vlasenko · 18 years ago
  63. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  64. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  65. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  66. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  67. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  68. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  69. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  70. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  71. 8de82bf hush.c: stop using __FILE__ (bad in out-of-tree builds) by Denis Vlasenko · 18 years ago
  72. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  73. 215c61d Unbreak allbareconfig. by Rob Landley · 18 years ago
  74. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  75. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  76. 53702e5 Replace the previous checkin with the correct fix. by Rob Landley · 18 years ago
  77. 3e4da92 For now, get around the error that "child" might be uninitialized. by "Robert P. J. Day" · 18 years ago
  78. 177c9f3 Get rid of all "#if 0" content. by "Robert P. J. Day" · 18 years ago
  79. f350160 Remove "#if 1" directives. by "Robert P. J. Day" · 18 years ago
  80. 5483de1 Cleanup patch from Shaun Jackman converting %m to perror. by Rob Landley · 18 years ago
  81. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  82. 75cc0ca I was playing around with a dependency generator a couple weeks ago and I found by Rob Landley · 19 years ago
  83. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  84. 4ccd2b4 quick analize signed->unsigned: protect overflow of map[char], getchar->EOF. Use ATTRIBUTE_UNUSE. by "Vladimir N. Oleynik" · 19 years ago
  85. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  86. c1ef7bd just whitespace by Tim Riker · 19 years ago
  87. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  88. 032e2cb Uninitialized variable causing intermittent syntax errors (bug 449). by Rob Landley · 19 years ago
  89. 485d7cb data --> text by "Vladimir N. Oleynik" · 19 years ago
  90. 19c3701 Reduce exported from hush applet by "Vladimir N. Oleynik" · 19 years ago
  91. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  92. 99fcd16 Wolfgang Denk writes: by Eric Andersen · 21 years ago
  93. e3efc92 Jamie Guinan writes: by Eric Andersen · 21 years ago
  94. 075dd81 Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof by Eric Andersen · 21 years ago
  95. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  96. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  97. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  98. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  99. da15a49 Make hush comple once again by Eric Andersen · 22 years ago
  100. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago