1. e725bfe hush: fix "true | exit 3; echo $?" bug by Denis Vlasenko · 18 years ago
  2. f2fffd0 hush: remove env builtin (it is buggy). Add comments by Denis Vlasenko · 18 years ago
  3. d01ff13 hush: simplify debugging prints a little bit by Denis Vlasenko · 18 years ago
  4. 4ac530c hush: add debugging for tracing execution, by Denis Vlasenko · 18 years ago
  5. ef36ead hush: fix incorrect exitcodes without job control by Denis Vlasenko · 18 years ago
  6. e3f2f89 hush: make job control and interactiveness configurable, part 2 by Denis Vlasenko · 18 years ago
  7. b81b3df hush: make job control and interactiveness configurable, part 1 by Denis Vlasenko · 18 years ago
  8. 0937be5 hush: make hush properly detect EOF on stdin (even interactive one - by Denis Vlasenko · 18 years ago
  9. b5eaabb hush: add Ctrl-C handling to nofork case by Denis Vlasenko · 18 years ago
  10. 3ac0e00 hush: better signal handling across ctrl-z by Denis Vlasenko · 18 years ago
  11. 18e19f2 hush: fix nofork + ctrl-Z clobbering of globals by Denis Vlasenko · 18 years ago
  12. a6a1785 hush: add ctrl-Z handling for nofork'ed case by Denis Vlasenko · 18 years ago
  13. 1359da6 hush: make Ctrl-Z work (at least sometimes) by Denis Vlasenko · 18 years ago
  14. 762d35c hust: add a comment by Denis Vlasenko · 18 years ago
  15. 52881e9 hush: fix more backgrounding bugs. Plenty of them remains still. by Denis Vlasenko · 18 years ago
  16. 2f1bb36 hush: explain why "pipe; exit $?" doesn't show correct exitcode by Denis Vlasenko · 18 years ago
  17. 87cb2db hush: do not print message if killed by signal; by Denis Vlasenko · 18 years ago
  18. 54e7ffb hush: begin fixing non-functional job control by Denis Vlasenko · 18 years ago
  19. 5f786c2 hush: small code shrink; style fixes by Denis Vlasenko · 18 years ago
  20. 516a0ca ps: add -o tty and -o rss support by Denis Vlasenko · 18 years ago
  21. 55b2de7 hush: remove stray semicolon (should change nothing) by Denis Vlasenko · 18 years ago
  22. 7d4c44e shells: remove few statics and duplicated code by Denis Vlasenko · 18 years ago
  23. ac678ec style fixes, no code changes by Denis Vlasenko · 18 years ago
  24. 8a28e62 lash: recognize and use NOFORK applets by Denis Vlasenko · 18 years ago
  25. f5294e1 hush: use NOFORK applets as appropriate. Net reduction of code size. by Denis Vlasenko · 18 years ago
  26. fbf6dea hush: more style fixes. by Denis Vlasenko · 18 years ago
  27. f03dbed hush: comment out and replace bug in set_local_var: by Denis Vlasenko · 18 years ago
  28. 7cced6e fix realloc-of-non-malloced pointer, and reduce size while at it by Denis Vlasenko · 18 years ago
  29. 831a20f pass a copy of argv[i] to NOFORK applets (they may permute it etc). by Denis Vlasenko · 18 years ago
  30. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 18 years ago
  31. 6398cf4 style fixes, no code changes. by Denis Vlasenko · 18 years ago
  32. e4f2d06 rename: run_applet_by_name -> run_applet_and_exit by Denis Vlasenko · 18 years ago
  33. 80d14be Rename two config options: by Denis Vlasenko · 18 years ago
  34. ff131b9 style fixes. No code changes. by Denis Vlasenko · 18 years ago
  35. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 18 years ago
  36. 6ca0444 syslogd: fix "readpath bug" by using readlink instead by Denis Vlasenko · 18 years ago
  37. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  38. 4c97863 assorted fixes for bugs found with randomconfig by Denis Vlasenko · 18 years ago
  39. bb81c58 hush: style fixes by Denis Vlasenko · 18 years ago
  40. c72c1ed hush: now it's -Wwrite-strings clean by Denis Vlasenko · 18 years ago
  41. 0c886c6 hush: style fixes by Denis Vlasenko · 18 years ago
  42. 15d78fb hust: -Wwrite-strings fixes by Denis Vlasenko · 18 years ago
  43. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  44. 38f6319 cmdedit is not a 'command' editing anymore, it's just editing (generic), by Denis Vlasenko · 18 years ago
  45. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  46. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  47. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  48. d9e15f2 style cleanup: return(a) -> return a, part 2 by Denis Vlasenko · 18 years ago
  49. 079f8af style cleanup: return(a) -> return a, part 1 by Denis Vlasenko · 18 years ago
  50. e1a0d48 message string changes, mostly for consistency, also -32 bytes in .rodata by Denis Vlasenko · 18 years ago
  51. 8de82bf hush.c: stop using __FILE__ (bad in out-of-tree builds) by Denis Vlasenko · 18 years ago
  52. a959588 Yet another silly little byte saving. couldn't -> cannot by Denis Vlasenko · 18 years ago
  53. 215c61d Unbreak allbareconfig. by Rob Landley · 18 years ago
  54. 88621d7 Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage by Rob Landley · 18 years ago
  55. d921b2e Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate by Rob Landley · 18 years ago
  56. 53702e5 Replace the previous checkin with the correct fix. by Rob Landley · 18 years ago
  57. 3e4da92 For now, get around the error that "child" might be uninitialized. by "Robert P. J. Day" · 18 years ago
  58. 177c9f3 Get rid of all "#if 0" content. by "Robert P. J. Day" · 18 years ago
  59. f350160 Remove "#if 1" directives. by "Robert P. J. Day" · 18 years ago
  60. 5483de1 Cleanup patch from Shaun Jackman converting %m to perror. by Rob Landley · 18 years ago
  61. e15d757 - move #include busybox.h to the very top so we pull in the config by Bernhard Reutner-Fischer · 19 years ago
  62. 75cc0ca I was playing around with a dependency generator a couple weeks ago and I found by Rob Landley · 19 years ago
  63. dd1ccdd moved BB_BANNER to applets/version.c file: make kernel like version, by "Vladimir N. Oleynik" · 19 years ago
  64. 4ccd2b4 quick analize signed->unsigned: protect overflow of map[char], getchar->EOF. Use ATTRIBUTE_UNUSE. by "Vladimir N. Oleynik" · 19 years ago
  65. a68ea1c fix up yet more annoying signed/unsigned and mixed type errors by Eric Andersen · 19 years ago
  66. c1ef7bd just whitespace by Tim Riker · 19 years ago
  67. 86f5c99 - add platform.h. - use shorter boilerplate while at it. by Bernhard Reutner-Fischer · 19 years ago
  68. 032e2cb Uninitialized variable causing intermittent syntax errors (bug 449). by Rob Landley · 19 years ago
  69. 485d7cb data --> text by "Vladimir N. Oleynik" · 19 years ago
  70. 19c3701 Reduce exported from hush applet by "Vladimir N. Oleynik" · 19 years ago
  71. aff114c Larry Doolittle writes: by Eric Andersen · 21 years ago
  72. 99fcd16 Wolfgang Denk writes: by Eric Andersen · 21 years ago
  73. e3efc92 Jamie Guinan writes: by Eric Andersen · 21 years ago
  74. 075dd81 Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof by Eric Andersen · 21 years ago
  75. 70060d2 s/fileno\(stdin\)/STDIN_FILENO/g s/fileno\(stdout\)/STDOUT_FILENO/g by Eric Andersen · 21 years ago
  76. c7bda1c Remove trailing whitespace. Update copyright to include 2004. by Eric Andersen · 21 years ago
  77. cb81e64 Update a bunch of docs. Run a script to update my email addr. by Eric Andersen · 21 years ago
  78. cad5364 Major coreutils update. by Manuel Novoa III · 22 years ago
  79. da15a49 Make hush comple once again by Eric Andersen · 22 years ago
  80. a170e1c Change if(x)free(x); to free(x); by Aaron Lehmann · 22 years ago
  81. 4c9b68f Nice patch from Wolfgang Denk <wd@denx.de> to provide hush with by Eric Andersen · 23 years ago
  82. eaecbf3 Fixup some silly prototype warnings by Eric Andersen · 23 years ago
  83. 72f9a42 Add in some (theoretical) uClinux support. Some init cleanups by Eric Andersen · 23 years ago
  84. bdfd0d7 Major rework of the directory structure and the entire build system. -Erik by Eric Andersen · 23 years ago
  85. d63dee4 Add an option to make the shells not advertise their busybox nature by Eric Andersen · 23 years ago
  86. 2d91deb Allow multiple shells to be enabled. by Matt Kraai · 23 years ago
  87. 7467c8d Patch from vodz: by Eric Andersen · 23 years ago
  88. 028b65b More thrashing about trying to make hush behave itself wrt job control... by Eric Andersen · 23 years ago
  89. 5c66d06 Explicitly call setsid() by Eric Andersen · 23 years ago
  90. a90f20b Don't choke if /etc/profile is not available by Eric Andersen · 23 years ago
  91. 78b0e37 Vladimir's last_patch_15 by Glenn L McGrath · 23 years ago
  92. 6c947d2 Fix the code for establishing a controlling terminal. -Erik by Eric Andersen · 23 years ago
  93. 52a97ca Some more cleanups. Of special importance, never free a pipe by Eric Andersen · 23 years ago
  94. c798b07 Some cleanups for hush. Saves about 350bytes. -Erik by Eric Andersen · 23 years ago
  95. 04407e5 Another hush update from Larry: by Eric Andersen · 24 years ago
  96. 817e73c A patch from Larry to fix pathological things like '>""' by Eric Andersen · 24 years ago
  97. c616e53 Don't close file descriptors when we are duplicating them. by Matt Kraai · 24 years ago
  98. 4f6753e Cope gracefully when people type something, then hit ^C. -Erik by Eric Andersen · 24 years ago
  99. a813afc Plug another memory leak by Eric Andersen · 24 years ago
  100. a15dc15 Plug another memory leak in hush. This one showed up when backticked by Eric Andersen · 24 years ago