| Commit message (Expand) | Author | Age | Files | Lines |
* | usage.c: remove reference to busybox.h | vda | 2007-05-26 | 1 | -1/+2 |
* | style fixes. No code changes | vda | 2007-04-12 | 1 | -1/+1 |
* | move everything to new NOMMU helpers, except udhcp | vda | 2007-03-26 | 1 | -2/+1 |
* | start_stop_daemon: add -chuid support | vda | 2007-02-26 | 1 | -22/+29 |
* | suppress warnings about easch <applet>_main() having | vda | 2007-02-03 | 1 | -0/+1 |
* | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | vda | 2007-01-19 | 1 | -1/+1 |
* | bb_xget[pw/gr]nam were horribly misnamed - fixed. | vda | 2006-12-28 | 1 | -2/+2 |
* | start_stop_daemon: make code a bit more readable | vda | 2006-12-17 | 1 | -23/+19 |
* | start_stop_daemon: fix bug where any program name was "matching" | vda | 2006-12-17 | 1 | -28/+35 |
* | rodata cleanup. "unable to" == "cannot". -300 bytes | vda | 2006-11-18 | 1 | -1/+1 |
* | small fixes: using fd-based io instead of FILE*-based, | vda | 2006-11-18 | 1 | -14/+14 |
* | start_stop_daemon: add -N <nice> compat | vda | 2006-10-08 | 1 | -30/+43 |
* | attempt to regularize atoi mess. | vda | 2006-10-08 | 1 | -1/+1 |
* | getopt_ulflags -> getopt32. | vda | 2006-10-03 | 1 | -4/+4 |
* | whitespace cleanup | vda | 2006-09-17 | 1 | -1/+1 |
* | Patch from Natanael Copa to make start-stop-daemon just use readlink and | landley | 2006-09-04 | 1 | -8/+9 |
* | Bugfix from Jason Schoon: send the right signal with -s. | landley | 2006-08-28 | 1 | -1/+2 |
* | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | landley | 2006-08-03 | 1 | -20/+11 |
* | Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. | landley | 2006-07-17 | 1 | -2/+9 |
* | - fix stupid typo from last checkin | aldot | 2006-06-12 | 1 | -1/+1 |
* | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | aldot | 2006-06-11 | 1 | -47/+59 |
* | - move #include busybox.h to the very top so we pull in the config | aldot | 2006-06-02 | 1 | -2/+1 |
* | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | aldot | 2006-05-26 | 1 | -1/+4 |
* | - patch from Denis Vlasenko to add and use bb_xdaemon() | aldot | 2006-04-12 | 1 | -2/+1 |
* | - add and use bb_opendir(), bb_xopendir(). | aldot | 2006-04-12 | 1 | -3/+1 |
* | Patch from Denis Vlasenko to add xstat() and use it. | landley | 2006-03-13 | 1 | -2/+2 |
* | just whitespace | timr | 2006-01-25 | 1 | -1/+1 |
* | - new bb_opt_complementally syntax, use [-:?] only - 'free' chars | vodz | 2005-10-14 | 1 | -2/+2 |
* | - use complementally '!' to '?' - 'ask' is best 'free' char for this. | vodz | 2005-10-11 | 1 | -16/+12 |
* | - rename libbb's password helpers as suggested in libbb.h | aldot | 2005-09-20 | 1 | -1/+1 |
* | Cleanup patch by Bernhard Fischer, removing unnecessary includes of | landley | 2005-09-11 | 1 | -1/+1 |
* | 1) bb_opt_complementaly -> bb_opt_complementally | vodz | 2005-09-05 | 1 | -3/+3 |
* | commiting fix from: | pgf | 2005-07-29 | 1 | -0/+3 |
* | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | vapier | 2005-05-11 | 1 | -1/+1 |
* | Fix several problems with start-stop-daemon, add -m support | andersen | 2004-04-13 | 1 | -27/+45 |
* | Update docs for start_stop_daemon to match reality. Update | andersen | 2004-03-13 | 1 | -29/+53 |
* | Correct check for only one of K or S options | bug1 | 2004-01-23 | 1 | -3/+2 |
* | Check one and only one of start, stop are given. | bug1 | 2004-01-22 | 1 | -17/+17 |
* | Do not require that the signal number be specified | andersen | 2003-07-30 | 1 | -2/+4 |
* | cleanup and add long options | andersen | 2003-07-26 | 1 | -59/+41 |
* | Major coreutils update. | mjn3 | 2003-03-19 | 1 | -11/+11 |
* | Scrub pwd.h and grp.h handling so we don't have to play any | andersen | 2002-07-03 | 1 | -1/+1 |
* | plug fd leak noticed by Russ Dill | andersen | 2002-06-05 | 1 | -0/+1 |
* | Fix for broken handling off BusyBox's own pwd/grp implementations | sandman | 2002-06-04 | 1 | -1/+1 |
* | Patch from Russ Dill <Russ.Dill@asu.edu>. From the | andersen | 2002-01-26 | 1 | -1/+10 |
* | patch from vodz: | andersen | 2001-10-31 | 1 | -36/+26 |
* | Fixup the location of pwd.h and grp.h | andersen | 2001-10-24 | 1 | -1/+1 |
* | Commit the start-stop-daemon applet. This was contributed by David | andersen | 2001-10-18 | 1 | -0/+271 |