Age | Commit message (Expand) | Author |
2007-02-26 | start_stop_daemon: add -chuid support | Denis Vlasenko |
2007-02-03 | suppress warnings about easch <applet>_main() having | Denis Vlasenko |
2007-01-19 | openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code | Denis Vlasenko |
2006-12-28 | bb_xget[pw/gr]nam were horribly misnamed - fixed. | Denis Vlasenko |
2006-12-17 | start_stop_daemon: make code a bit more readable | Denis Vlasenko |
2006-12-17 | start_stop_daemon: fix bug where any program name was "matching" | Denis Vlasenko |
2006-11-18 | rodata cleanup. "unable to" == "cannot". -300 bytes | Denis Vlasenko |
2006-11-18 | small fixes: using fd-based io instead of FILE*-based, | Denis Vlasenko |
2006-10-08 | start_stop_daemon: add -N <nice> compat | Denis Vlasenko |
2006-10-08 | attempt to regularize atoi mess. | Denis Vlasenko |
2006-10-03 | getopt_ulflags -> getopt32. | Denis Vlasenko |
2006-09-17 | whitespace cleanup | Denis Vlasenko |
2006-09-04 | Patch from Natanael Copa to make start-stop-daemon just use readlink and | Rob Landley |
2006-08-28 | Bugfix from Jason Schoon: send the right signal with -s. | Rob Landley |
2006-08-03 | Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate | Rob Landley |
2006-07-17 | Patch from Thaddeus Ternes, adding chuid to start-stop-daemon. | Rob Landley |
2006-06-12 | - fix stupid typo from last checkin | Bernhard Reutner-Fischer |
2006-06-11 | - add fancy mode to start-stop-daemon to support --oknodo and --verbose | Bernhard Reutner-Fischer |
2006-06-02 | - move #include busybox.h to the very top so we pull in the config | Bernhard Reutner-Fischer |
2006-05-26 | - add central knob to turn off getopt_long everywhere. EXPERIMENTAL! | Bernhard Reutner-Fischer |
2006-04-12 | - patch from Denis Vlasenko to add and use bb_xdaemon() | Bernhard Reutner-Fischer |
2006-04-12 | - add and use bb_opendir(), bb_xopendir(). | Bernhard Reutner-Fischer |
2006-03-13 | Patch from Denis Vlasenko to add xstat() and use it. | Rob Landley |
2006-01-25 | just whitespace | Tim Riker |
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-09-20 | - rename libbb's password helpers as suggested in libbb.h | Bernhard Reutner-Fischer |
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-05-11 | change the hardcoded error constant (0x80000000UL) to a nice flexible define ... | Mike Frysinger |
2004-04-13 | Fix several problems with start-stop-daemon, add -m support | Eric Andersen |
2004-03-13 | Update docs for start_stop_daemon to match reality. Update | Eric Andersen |
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-07-30 | Do not require that the signal number be specified | Eric Andersen |
2003-07-26 | cleanup and add long options | Eric Andersen |
2003-03-19 | Major coreutils update. | Manuel Novoa III |
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 |
2002-01-26 | Patch from Russ Dill <Russ.Dill@asu.edu>. From the | Eric Andersen |
2001-10-31 | patch from vodz: | Eric Andersen |
2001-10-24 | Fixup the location of pwd.h and grp.h | Eric Andersen |
2001-10-18 | Commit the start-stop-daemon applet. This was contributed by David | Eric Andersen |