- c8be5ee hush: do "struct globals" trick. hush.o data+bss = 0 bytes now. by Denis Vlasenko · 18 years ago
- b6a741f hush: consolidated variable expansion for assignments and "normal" one. by Denis Vlasenko · 18 years ago
- 96f67dc more compile fixes from randomconfig run by Denis Vlasenko · 18 years ago
- c666f71 hush: take care of several easy FIXMEs. -228 bytes. by Denis Vlasenko · 18 years ago
- 831dcc4 hush: another microscopic typo fix by Denis Vlasenko · 18 years ago
- c299032 hush: fix English in comment by Denis Vlasenko · 18 years ago
- 3e7b0e6 hush: simplify read builtin; fix set_local_var (misplaced 'goto skip;') by Denis Vlasenko · 18 years ago
- 1f4cf51 hush: fix expansion of quoted $VAR, $* and $@ by Denis Vlasenko · 18 years ago
- 8f6bdb4 hush: fix incorrect processing of echo "'$var'". by Denis Vlasenko · 18 years ago
- 764d59d hush: more fixes to variable expansion, more testcases by Denis Vlasenko · 18 years ago
- 03eb8bf hush: move towards more correct variable expansion by Denis Vlasenko · 18 years ago
- 602d13c hush: fix '{ false; echo $?; }' bug. by Denis Vlasenko · 18 years ago
- 3e9aaae hush: fix bug in interactive shell introduced yesterday by Denis Vlasenko · 18 years ago
- e0a3367 hush: fix "unterminated last line loops forever" bug by Denis Vlasenko · 18 years ago
- 53079d4 hush: fix recent breakage (VAR=VAL stopped working) by Denis Vlasenko · 18 years ago
- 21f0d4c hush: fix double-free in "echo TEST &" by Denis Vlasenko · 18 years ago
- dd4cb2b hush: stop generating extra empty pipes in parse stage. by Denis Vlasenko · 18 years ago
- a6c467f hush: preparatory patch for removing extra empty pipes generation by Denis Vlasenko · 18 years ago
- ac0e5ab hush: fix "while true; do true; done" + ctrl-z by Denis Vlasenko · 18 years ago
- 400c5b6 hush: add parse tree debug print by Denis Vlasenko · 18 years ago
- 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