Age | Commit message (Expand) | Author |
2006-02-21 | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley |
2006-02-02 | make the build system puuuuuuuuuuurty | Mike Frysinger |
2006-01-25 | just whitespace | Tim Riker |
2006-01-15 | - shared libbusybox. | Bernhard Reutner-Fischer |
2005-12-02 | A cleanup patch I've had lying around in my tree for a while, I think it | Rob Landley |
2005-10-14 | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" |
2005-10-11 | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" |
2005-10-06 | change strange depend to libbb.h, but require busybox.h | "Vladimir N. Oleynik" |
2005-09-24 | use the shorter license header | Mike Frysinger |
2005-09-24 | use brief license line | Mike Frysinger |
2005-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer |
2005-09-17 | Tito pointed out that if readlink doesn't have -f, there's no need to call | Rob Landley |
2005-09-14 | committing bug #7: | Paul Fox |
2005-09-11 | Clean up memory allocation. | Rob Landley |
2005-09-11 | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley |
2005-09-05 | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" |
2005-07-29 | commiting fix from: | Paul Fox |
2005-07-27 | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger |
2005-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger |
2004-12-08 | - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatso... | Ned Ludd |
2004-10-08 | egor duda writes: | Eric Andersen |
2004-04-13 | Fix several problems with start-stop-daemon, add -m support | Eric Andersen |
2004-03-15 | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen |
2004-03-13 | Update docs for start_stop_daemon to match reality. Update | Eric Andersen |
2004-03-03 | Fix a compile error identiefied by Steven Scholz. | Glenn L McGrath |
2004-03-01 | Check file has execute permission for the current user, minor formating | Glenn L McGrath |
2004-01-23 | Correct check for only one of K or S options | Glenn L McGrath |
2004-01-22 | Check one and only one of start, stop are given. | Glenn L McGrath |
2003-11-21 | Fix warning | Glenn L McGrath |
2003-11-14 | NEW APPLET: pipe_progress, used by debian installer | Glenn L McGrath |
2003-10-29 | fix a bug where `which' doesn't check whether the file passed as an argument | Glenn L McGrath |
2003-10-22 | sigh | Eric Andersen |
2003-10-22 | Tomasz Motylewski reported that the 'which' applet does not find | Eric Andersen |
2003-08-06 | Patch from Eric Spakman to update "run-parts" help text in Config.in. | Eric Andersen |
2003-07-30 | Do not require that the signal number be specified | Eric Andersen |
2003-07-29 | Bruno Randolf writes: | Eric Andersen |
2003-07-26 | Move start_stop_daemon to debianutils. | Eric Andersen |
2003-07-26 | cleanup and add long options | Eric Andersen |
2003-07-14 | Update a bunch of docs. Run a script to update my email addr. | Eric Andersen |
2003-07-05 | Patch from Kent Robotti adding a bunch of needed docs! | Eric Andersen |
2003-04-26 | Add the -d option, its used by old versions of config.guess, change to | Glenn L McGrath |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
2003-01-08 | Patch by Stewart Brodie to terminate the string array correctly | Glenn L McGrath |
2002-12-05 | Kill the now obsolete docs/Configure.help file, and move all existing | Eric Andersen |
2002-12-05 | Yet another major rework of the BusyBox config system, using the considerably | Eric Andersen |
2002-11-11 | Move awk from textutils to editors. Cleanup run-parts, saves 200 bytes, moves... | Glenn L McGrath |
2002-11-11 | Move readlink, mktemp, run-parts and which to a new debianutils dir. | Glenn L McGrath |
2002-07-03 | Scrub pwd.h and grp.h handling so we don't have to play any | Eric Andersen |
2002-06-05 | plug fd leak noticed by Russ Dill | Eric Andersen |
2002-06-04 | Fix for broken handling off BusyBox's own pwd/grp implementations | Robert Griebl |