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