aboutsummaryrefslogtreecommitdiff
path: root/debianutils/start_stop_daemon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* usage.c: remove reference to busybox.hvda2007-05-261-1/+2
* style fixes. No code changesvda2007-04-121-1/+1
* move everything to new NOMMU helpers, except udhcpvda2007-03-261-2/+1
* start_stop_daemon: add -chuid supportvda2007-02-261-22/+29
* suppress warnings about easch <applet>_main() havingvda2007-02-031-0/+1
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codevda2007-01-191-1/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.vda2006-12-281-2/+2
* start_stop_daemon: make code a bit more readablevda2006-12-171-23/+19
* start_stop_daemon: fix bug where any program name was "matching"vda2006-12-171-28/+35
* rodata cleanup. "unable to" == "cannot". -300 bytesvda2006-11-181-1/+1
* small fixes: using fd-based io instead of FILE*-based,vda2006-11-181-14/+14
* start_stop_daemon: add -N <nice> compatvda2006-10-081-30/+43
* attempt to regularize atoi mess.vda2006-10-081-1/+1
* getopt_ulflags -> getopt32.vda2006-10-031-4/+4
* whitespace cleanupvda2006-09-171-1/+1
* Patch from Natanael Copa to make start-stop-daemon just use readlink andlandley2006-09-041-8/+9
* Bugfix from Jason Schoon: send the right signal with -s.landley2006-08-281-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-031-20/+11
* Patch from Thaddeus Ternes, adding chuid to start-stop-daemon.landley2006-07-171-2/+9
* - fix stupid typo from last checkinaldot2006-06-121-1/+1
* - add fancy mode to start-stop-daemon to support --oknodo and --verbosealdot2006-06-111-47/+59
* - move #include busybox.h to the very top so we pull in the configaldot2006-06-021-2/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-261-1/+4
* - patch from Denis Vlasenko to add and use bb_xdaemon()aldot2006-04-121-2/+1
* - add and use bb_opendir(), bb_xopendir().aldot2006-04-121-3/+1
* Patch from Denis Vlasenko to add xstat() and use it.landley2006-03-131-2/+2
* just whitespacetimr2006-01-251-1/+1
* - new bb_opt_complementally syntax, use [-:?] only - 'free' charsvodz2005-10-141-2/+2
* - use complementally '!' to '?' - 'ask' is best 'free' char for this.vodz2005-10-111-16/+12
* - rename libbb's password helpers as suggested in libbb.haldot2005-09-201-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes oflandley2005-09-111-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementallyvodz2005-09-051-3/+3
* commiting fix from:pgf2005-07-291-0/+3
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...vapier2005-05-111-1/+1
* Fix several problems with start-stop-daemon, add -m supportandersen2004-04-131-27/+45
* Update docs for start_stop_daemon to match reality. Updateandersen2004-03-131-29/+53
* Correct check for only one of K or S optionsbug12004-01-231-3/+2
* Check one and only one of start, stop are given.bug12004-01-221-17/+17
* Do not require that the signal number be specifiedandersen2003-07-301-2/+4
* cleanup and add long optionsandersen2003-07-261-59/+41
* Major coreutils update.mjn32003-03-191-11/+11
* Scrub pwd.h and grp.h handling so we don't have to play anyandersen2002-07-031-1/+1
* plug fd leak noticed by Russ Dillandersen2002-06-051-0/+1
* Fix for broken handling off BusyBox's own pwd/grp implementationssandman2002-06-041-1/+1
* Patch from Russ Dill <Russ.Dill@asu.edu>. From theandersen2002-01-261-1/+10
* patch from vodz:andersen2001-10-311-36/+26
* Fixup the location of pwd.h and grp.handersen2001-10-241-1/+1
* Commit the start-stop-daemon applet. This was contributed by Davidandersen2001-10-181-0/+271