| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hush: remove stray semicolon (should change nothing) | Denis Vlasenko | 2007-04-18 | 1 | -3/+3 |
* | shells: remove few statics and duplicated code | Denis Vlasenko | 2007-04-16 | 1 | -22/+12 |
* | style fixes, no code changes | Denis Vlasenko | 2007-04-16 | 1 | -1/+2 |
* | lash: recognize and use NOFORK applets | Denis Vlasenko | 2007-04-14 | 1 | -21/+16 |
* | hush: use NOFORK applets as appropriate. Net reduction of code size. | Denis Vlasenko | 2007-04-14 | 1 | -19/+22 |
* | hush: more style fixes. | Denis Vlasenko | 2007-04-13 | 1 | -64/+66 |
* | hush: comment out and replace bug in set_local_var: | Denis Vlasenko | 2007-04-13 | 1 | -44/+46 |
* | fix realloc-of-non-malloced pointer, and reduce size while at it | Denis Vlasenko | 2007-04-12 | 1 | -1/+1 |
* | pass a copy of argv[i] to NOFORK applets (they may permute it etc). | Denis Vlasenko | 2007-04-12 | 1 | -2/+1 |
* | bb_full_fd_action: remove potential xmalloc from NOFORK path | Denis Vlasenko | 2007-04-11 | 1 | -2/+1 |
* | style fixes, no code changes. | Denis Vlasenko | 2007-04-11 | 1 | -1/+1 |
* | rename: run_applet_by_name -> run_applet_and_exit | Denis Vlasenko | 2007-04-11 | 1 | -1/+1 |
* | Rename two config options: | Denis Vlasenko | 2007-04-10 | 1 | -1/+1 |
* | style fixes. No code changes. | Denis Vlasenko | 2007-04-10 | 1 | -2/+2 |
* | random style fixes (extra spaces deleted) | Denis Vlasenko | 2007-03-24 | 1 | -2/+2 |
* | syslogd: fix "readpath bug" by using readlink instead | Denis Vlasenko | 2007-02-11 | 1 | -2/+2 |
* | suppress warnings about easch <applet>_main() having | Denis Vlasenko | 2007-02-03 | 1 | -0/+1 |
* | assorted fixes for bugs found with randomconfig | Denis Vlasenko | 2007-02-03 | 1 | -4/+4 |
* | hush: style fixes | Denis Vlasenko | 2007-01-30 | 1 | -89/+105 |
* | hush: now it's -Wwrite-strings clean | Denis Vlasenko | 2007-01-30 | 1 | -26/+32 |
* | hush: style fixes | Denis Vlasenko | 2007-01-30 | 1 | -314/+332 |
* | hust: -Wwrite-strings fixes | Denis Vlasenko | 2007-01-30 | 1 | -15/+18 |
* | preparatory patch for -Wwrite-strings #2 | Denis Vlasenko | 2007-01-29 | 1 | -1/+2 |
* | cmdedit is not a 'command' editing anymore, it's just editing (generic), | Denis Vlasenko | 2007-01-22 | 1 | -9/+10 |
* | Convert cmdedit into more generic line input facility | Denis Vlasenko | 2007-01-22 | 1 | -3/+10 |
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko | 2007-01-19 | 1 | -3/+3 |
* | style fixes | Denis Vlasenko | 2006-12-26 | 1 | -1/+1 |
* | style cleanup: return(a) -> return a, part 2 | Denis Vlasenko | 2006-11-27 | 1 | -2/+2 |
* | style cleanup: return(a) -> return a, part 1 | Denis Vlasenko | 2006-11-27 | 1 | -2/+2 |
* | message string changes, mostly for consistency, also -32 bytes in .rodata | Denis Vlasenko | 2006-10-20 | 1 | -1/+1 |
* | hush.c: stop using __FILE__ (bad in out-of-tree builds) | Denis Vlasenko | 2006-10-11 | 1 | -1/+2 |
* | Yet another silly little byte saving. couldn't -> cannot | Denis Vlasenko | 2006-09-29 | 1 | -2/+2 |
* | Unbreak allbareconfig. | Rob Landley | 2006-09-15 | 1 | -5/+2 |
* | Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damage | Rob Landley | 2006-08-29 | 1 | -23/+19 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley | 2006-08-03 | 1 | -2/+2 |
* | Replace the previous checkin with the correct fix. | Rob Landley | 2006-07-19 | 1 | -2/+2 |
* | For now, get around the error that "child" might be uninitialized. | "Robert P. J. Day" | 2006-07-18 | 1 | -1/+1 |
* | Get rid of all "#if 0" content. | "Robert P. J. Day" | 2006-07-01 | 1 | -62/+0 |
* | Remove "#if 1" directives. | "Robert P. J. Day" | 2006-07-01 | 1 | -14/+1 |
* | Cleanup patch from Shaun Jackman converting %m to perror. | Rob Landley | 2006-06-20 | 1 | -1/+1 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 1 | -1/+2 |
* | I was playing around with a dependency generator a couple weeks ago and I found | Rob Landley | 2006-02-24 | 1 | -1/+1 |
* | moved BB_BANNER to applets/version.c file: make kernel like version, | "Vladimir N. Oleynik" | 2006-02-16 | 1 | -2/+3 |
* | quick analize signed->unsigned: protect overflow of map[char], getchar->EOF. ... | "Vladimir N. Oleynik" | 2006-01-31 | 1 | -12/+12 |
* | fix up yet more annoying signed/unsigned and mixed type errors | Eric Andersen | 2006-01-30 | 1 | -3/+3 |
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -10/+10 |
* | - add platform.h. | Bernhard Reutner-Fischer | 2006-01-22 | 1 | -14/+2 |
* | Uninitialized variable causing intermittent syntax errors (bug 449). | Rob Landley | 2005-12-12 | 1 | -0/+1 |
* | data --> text | "Vladimir N. Oleynik" | 2005-10-17 | 1 | -7/+7 |
* | Reduce exported from hush applet | "Vladimir N. Oleynik" | 2005-09-22 | 1 | -13/+15 |