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