summaryrefslogtreecommitdiff
path: root/debianutils/start_stop_daemon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-1/+1
* start_stop_daemon: NOMMU fixes, round 2 by Alex Landau <landau_alex@yahoo.com>Denis Vlasenko2007-08-021-8/+10
* start_stop_daemon: NOMMU fix; smaller fixesDenis Vlasenko2007-07-311-36/+49
* Replace index_in_[sub]str_array with index_in_[sub]strings,Denis Vlasenko2007-07-241-1/+1
* rework long option handling. saves ~1.2kDenis Vlasenko2007-07-231-20/+19
* libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive optionsDenis Vlasenko2007-07-211-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+2
* style fixes. No code changesDenis Vlasenko2007-04-121-1/+1
* move everything to new NOMMU helpers, except udhcpDenis Vlasenko2007-03-261-2/+1
* start_stop_daemon: add -chuid supportDenis Vlasenko2007-02-261-22/+29
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-1/+1
* bb_xget[pw/gr]nam were horribly misnamed - fixed.Denis Vlasenko2006-12-281-2/+2
* start_stop_daemon: make code a bit more readableDenis Vlasenko2006-12-171-23/+19
* start_stop_daemon: fix bug where any program name was "matching"Denis Vlasenko2006-12-171-28/+35
* rodata cleanup. "unable to" == "cannot". -300 bytesDenis Vlasenko2006-11-181-1/+1
* small fixes: using fd-based io instead of FILE*-based,Denis Vlasenko2006-11-181-14/+14
* start_stop_daemon: add -N <nice> compatDenis Vlasenko2006-10-081-30/+43
* attempt to regularize atoi mess.Denis Vlasenko2006-10-081-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-4/+4
* whitespace cleanupDenis Vlasenko2006-09-171-1/+1
* Patch from Natanael Copa to make start-stop-daemon just use readlink andRob Landley2006-09-041-8/+9
* Bugfix from Jason Schoon: send the right signal with -s.Rob Landley2006-08-281-1/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-20/+11
* Patch from Thaddeus Ternes, adding chuid to start-stop-daemon.Rob Landley2006-07-171-2/+9
* - fix stupid typo from last checkinBernhard Reutner-Fischer2006-06-121-1/+1
* - add fancy mode to start-stop-daemon to support --oknodo and --verboseBernhard Reutner-Fischer2006-06-111-47/+59
* - move #include busybox.h to the very top so we pull in the configBernhard Reutner-Fischer2006-06-021-2/+1
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!Bernhard Reutner-Fischer2006-05-261-1/+4
* - patch from Denis Vlasenko to add and use bb_xdaemon()Bernhard Reutner-Fischer2006-04-121-2/+1
* - add and use bb_opendir(), bb_xopendir().Bernhard Reutner-Fischer2006-04-121-3/+1
* Patch from Denis Vlasenko to add xstat() and use it.Rob Landley2006-03-131-2/+2
* just whitespaceTim Riker2006-01-251-1/+1
* - new bb_opt_complementally syntax, use [-:?] only - 'free' chars"Vladimir N. Oleynik"2005-10-141-2/+2
* - use complementally '!' to '?' - 'ask' is best 'free' char for this."Vladimir N. Oleynik"2005-10-111-16/+12
* - rename libbb's password helpers as suggested in libbb.hBernhard Reutner-Fischer2005-09-201-1/+1
* Cleanup patch by Bernhard Fischer, removing unnecessary includes ofRob Landley2005-09-111-1/+1
* 1) bb_opt_complementaly -> bb_opt_complementally"Vladimir N. Oleynik"2005-09-051-3/+3
* commiting fix from:Paul Fox2005-07-291-0/+3
* change the hardcoded error constant (0x80000000UL) to a nice flexible define ...Mike Frysinger2005-05-111-1/+1
* Fix several problems with start-stop-daemon, add -m supportEric Andersen2004-04-131-27/+45
* Update docs for start_stop_daemon to match reality. UpdateEric Andersen2004-03-131-29/+53
* Correct check for only one of K or S optionsGlenn L McGrath2004-01-231-3/+2
* Check one and only one of start, stop are given.Glenn L McGrath2004-01-221-17/+17
* Do not require that the signal number be specifiedEric Andersen2003-07-301-2/+4
* cleanup and add long optionsEric Andersen2003-07-261-59/+41
* Major coreutils update.Manuel Novoa III2003-03-191-11/+11
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-1/+1
* plug fd leak noticed by Russ DillEric Andersen2002-06-051-0/+1