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