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