| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unnecessary consts.1_2_0 | Rob Landley | 2006-07-19 | 1 | -1/+1 |
* | Rearrange order of type qualifiers. | "Robert P. J. Day" | 2006-07-18 | 1 | -1/+1 |
* | Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. | Rob Landley | 2006-07-17 | 1 | -2/+9 |
* | - minor shrinkage | Bernhard Reutner-Fischer | 2006-06-14 | 1 | -8/+13 |
* | - fix stupid typo from last checkin | Bernhard Reutner-Fischer | 2006-06-12 | 1 | -1/+1 |
* | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | Bernhard Reutner-Fischer | 2006-06-11 | 2 | -47/+68 |
* | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer | 2006-06-02 | 6 | -43/+16 |
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer | 2006-05-26 | 2 | -1/+18 |
* | - remove emacs layout block as suggested by Robert P.J. Day | Bernhard Reutner-Fischer | 2006-05-19 | 1 | -8/+0 |
* | The gnu extension to have realpath() malloc its buffer when handed a NULL | Rob Landley | 2006-05-17 | 1 | -2/+2 |
* | pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail... | Mike Frysinger | 2006-05-13 | 1 | -1/+1 |
* | Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many bytes | Rob Landley | 2006-05-07 | 1 | -2/+2 |
* | Patch from Robert P Day: let menuconfig indent stuff for us, we don't have | Rob Landley | 2006-04-13 | 1 | -1/+1 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+1 |
* | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -3/+1 |
* | - revert back to r14406 | Bernhard Reutner-Fischer | 2006-03-13 | 1 | -7/+13 |
* | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley | 2006-03-13 | 1 | -2/+2 |
* | - backout using features which are not available with the previous stable | Bernhard Reutner-Fischer | 2006-03-09 | 1 | -2/+6 |
* | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | 2006-03-06 | 3 | -3/+3 |
* | - use absolute path for top_builddir and top_srcdir. | Bernhard Reutner-Fischer | 2006-03-02 | 1 | -0/+4 |
* | - fixes parallel builds (make -j) | Bernhard Reutner-Fischer | 2006-03-01 | 1 | -12/+2 |
* | Don't build directory libraries unless we're building an applet that needs it. | Rob Landley | 2006-02-21 | 1 | -0/+2 |
* | make the build system puuuuuuuuuuurty | Mike Frysinger | 2006-02-02 | 1 | -3/+2 |
* | just whitespace | Tim Riker | 2006-01-25 | 3 | -6/+6 |
* | - shared libbusybox. | Bernhard Reutner-Fischer | 2006-01-15 | 1 | -0/+4 |
* | A cleanup patch I've had lying around in my tree for a while, I think it | Rob Landley | 2005-12-02 | 1 | -35/+10 |
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | "Vladimir N. Oleynik" | 2005-10-14 | 1 | -2/+2 |
* | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | "Vladimir N. Oleynik" | 2005-10-11 | 1 | -16/+12 |
* | change strange depend to libbb.h, but require busybox.h | "Vladimir N. Oleynik" | 2005-10-06 | 1 | -1/+1 |
* | use the shorter license header | Mike Frysinger | 2005-09-24 | 1 | -15/+2 |
* | use brief license line | Mike Frysinger | 2005-09-24 | 1 | -15/+2 |
* | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer | 2005-09-20 | 1 | -1/+1 |
* | Tito pointed out that if readlink doesn't have -f, there's no need to call | Rob Landley | 2005-09-17 | 1 | -6/+6 |
* | committing bug #7: | Paul Fox | 2005-09-14 | 1 | -29/+42 |
* | Clean up memory allocation. | Rob Landley | 2005-09-11 | 1 | -32/+8 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | Rob Landley | 2005-09-11 | 2 | -6/+3 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | "Vladimir N. Oleynik" | 2005-09-05 | 1 | -3/+3 |
* | commiting fix from: | Paul Fox | 2005-07-29 | 1 | -0/+3 |
* | use toplevel ARFLAGS and update default ARFLAGS to be quiet | Mike Frysinger | 2005-07-27 | 1 | -1/+1 |
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger | 2005-05-11 | 1 | -1/+1 |
* | - CONFIG_FEATURE_READLINK_FOLLOW readlink -f patch from Colin Watson <cjwatso... | Ned Ludd | 2004-12-08 | 2 | -2/+29 |
* | egor duda writes: | Eric Andersen | 2004-10-08 | 2 | -7/+12 |
* | Fix several problems with start-stop-daemon, add -m support | Eric Andersen | 2004-04-13 | 1 | -27/+45 |
* | Remove trailing whitespace. Update copyright to include 2004. | Eric Andersen | 2004-03-15 | 6 | -15/+15 |
* | Update docs for start_stop_daemon to match reality. Update | Eric Andersen | 2004-03-13 | 1 | -29/+53 |
* | Fix a compile error identiefied by Steven Scholz. | Glenn L McGrath | 2004-03-03 | 1 | -1/+1 |
* | Check file has execute permission for the current user, minor formating | Glenn L McGrath | 2004-03-01 | 1 | -24/+20 |
* | Correct check for only one of K or S options | Glenn L McGrath | 2004-01-23 | 1 | -3/+2 |
* | Check one and only one of start, stop are given. | Glenn L McGrath | 2004-01-22 | 1 | -17/+17 |
* | Fix warning | Glenn L McGrath | 2003-11-21 | 1 | -0/+1 |