Sort more misplaced applets into coreutils or util-linux
[oweals/busybox.git] / debianutils / start_stop_daemon.c
2017-01-10 Denys VlasenkoBig cleanup in config help and description
2016-04-21 Denys Vlasenko*: add most of the required setup_common_bufsiz() calls
2016-04-21 Denys Vlasenkolibbb: make bb_common_bufsiz1 1 kbyte, add capability...
2015-10-19 Denys Vlasenkolibbb: make parse_chown_usergroup_or_die() set unspecif...
2015-10-18 Denys Vlasenkodebianutils/*: convert to new-style "one file" applets
2012-03-05 Denys Vlasenkossd: compat: match -x EXECUTABLE by /proc/pid/exe too
2011-11-09 Peter Korsgaardbb_daemonize_or_rexec(): add flag to double-fork; use...
2011-09-15 Denys Vlasenkostart_stop_daemon: set complementary group ids too...
2011-04-04 Denys Vlasenkostart-stop-daemon: fix "-K --test --pidfile PIDFILE...
2011-04-02 Pere Orgamove help text from include/usage.src.h to debianutils...
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-08-12 Denys Vlasenko*: s/xatoi_u/xatoi_positive/g - I got bored of mistypin...
2010-07-04 Pascal Bellard*: introduce and use xfork() and xvfork()
2010-06-24 Denys Vlasenko*: make exec failure message more consistent
2010-03-26 Jérémie KoenigHurd compat fixes. Mostly dealing with absent PATH_MAX
2010-02-04 Denys Vlasenko*: suppress ~60% of "aliased warnings" on gcc-4.4.1
2009-11-13 Denys Vlasenko*: use "can't" instead of "cannot"
2009-04-21 Denis Vlasenko*: mass renaming of USE_XXXX to IF_XXXX
2008-09-27 Denis Vlasenkostart_stop_daemon: accept (and ignore) -R <param>
2008-09-07 Denis Vlasenkowatchdog: add -T option
2008-07-21 Denis Vlasenkolibbb: [x]fopen_for_{read,write} introduced and used.
2008-07-05 Denis Vlasenko*: rename ATTRIBUTE_XXX to just XXX.
2008-07-01 Denis Vlasenkorevert last two commits. vfork cannot be used in subrou...
2008-07-01 Denis Vlasenko*: introduce and use xvfork()
2008-07-01 Denis Vlasenkossd: fix missed + in prev commit
2008-07-01 Denis Vlasenkossd: do not stat -x EXECUTABLE, it is not needed anymore
2008-06-25 Denis Vlasenkowhitespace fixes. no code changes
2008-06-20 Denis Vlasenkossd: fix comment
2008-05-19 Bernhard Reutner... - use EXIT_{SUCCESS,FAILURE}. No object-code changes
2008-05-18 Denis Vlasenkostart_stop_daemon: add -test, fix -x to not match by...
2008-05-13 Denis Vlasenkomore -Wall warning fixes from Cristian Ionescu-Idbohrn.
2008-05-07 Denis Vlasenkostart_stop_daemon: try to clarify intended meaning...
2008-04-30 Denis Vlasenkostart_stop_daemon: use existing global variable
2008-04-22 Denis Vlasenkowhitespace fixes. no code changes
2008-04-20 Denis Vlasenkostart_stop_daemon: stat executable only once
2008-04-20 Denis Vlasenkolibbb: prevent xmalloc_open_read_close from dying on...
2008-04-19 Denis Vlasenkostart_stop_daemon: optimization - do not pass paramente...
2008-04-19 Denis Vlasenkostart_stop_daemon: do not stop /proc scan prematurely
2008-04-19 Denis Vlasenkostart-stop-daemon: make --exec follow symlinks
2008-04-19 Denis Vlasenkostart_stop_daemon: mark argc as unused
2008-03-23 Denis Vlasenkopatch: shrink by Pascal Bellard <pascal.bellard AT...
2008-02-26 Denis Vlasenkostart_stop_daemon: stop using data/bss
2007-10-11 Denis Vlasenkoadd -fvisibility=hidden to CC flags, mark XXX_main...
2007-08-18 Denis Vlasenkodon't pass argc in getopt32, it's superfluous
2007-08-12 Denis Vlasenkotrylink: produce even more info about final link stage
2007-08-02 Denis Vlasenkostart_stop_daemon: NOMMU fixes, round 2 by Alex Landau...
2007-07-31 Denis Vlasenkostart_stop_daemon: NOMMU fix; smaller fixes
2007-07-24 Denis VlasenkoReplace index_in_[sub]str_array with index_in_[sub...
2007-07-23 Denis Vlasenkorework long option handling. saves ~1.2k
2007-07-21 Denis Vlasenkolibbb: nuke BB_GETOPT_ERROR, always die if there are...
2007-05-26 Denis Vlasenkousage.c: remove reference to busybox.h
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-03-26 Denis Vlasenkomove everything to new NOMMU helpers, except udhcp
2007-02-26 Denis Vlasenkostart_stop_daemon: add -chuid support
2007-02-03 Denis Vlasenkosuppress warnings about easch <applet>_main() having
2007-01-19 Denis Vlasenkoopenvt,getty,vfork_daemon_rexec,mount: tighten up fd...
2006-12-28 Denis Vlasenkobb_xget[pw/gr]nam were horribly misnamed - fixed.
2006-12-17 Denis Vlasenkostart_stop_daemon: make code a bit more readable
2006-12-17 Denis Vlasenkostart_stop_daemon: fix bug where any program name was...
2006-11-18 Denis Vlasenkorodata cleanup. "unable to" == "cannot". -300 bytes
2006-11-18 Denis Vlasenkosmall fixes: using fd-based io instead of FILE*-based,
2006-10-08 Denis Vlasenkostart_stop_daemon: add -N <nice> compat
2006-10-08 Denis Vlasenkoattempt to regularize atoi mess.
2006-10-03 Denis Vlasenkogetopt_ulflags -> getopt32.
2006-09-17 Denis Vlasenkowhitespace cleanup
2006-09-04 Rob LandleyPatch from Natanael Copa to make start-stop-daemon...
2006-08-28 Rob LandleyBugfix from Jason Schoon: send the right signal with -s.
2006-08-03 Rob LandleyRemove bb_ prefixes from xfuncs.c (and a few other...
2006-07-17 Rob LandleyPatch from Thaddeus Ternes, adding chuid to start-stop...
2006-06-12 Bernhard Reutner... - fix stupid typo from last checkin
2006-06-11 Bernhard Reutner... - add fancy mode to start-stop-daemon to support -...
2006-06-02 Bernhard Reutner... - move #include busybox.h to the very top so we pull...
2006-05-26 Bernhard Reutner... - add central knob to turn off getopt_long everywhere...
2006-04-12 Bernhard Reutner... - patch from Denis Vlasenko to add and use bb_xdaemon()
2006-04-12 Bernhard Reutner... - add and use bb_opendir(), bb_xopendir().
2006-03-13 Rob LandleyPatch from Denis Vlasenko to add xstat() and use it.
2006-01-25 Tim Rikerjust whitespace
2005-10-14 "Vladimir N. Oleynik"- new bb_opt_complementally syntax, use [-:?] only...
2005-10-11 "Vladimir N. Oleynik"- use complementally '!' to '?' - 'ask' is best 'free...
2005-09-20 Bernhard Reutner... - rename libbb's password helpers as suggested in libbb.h
2005-09-11 Rob LandleyCleanup patch by Bernhard Fischer, removing unnecessary...
2005-09-05 "Vladimir N. Oleynik"1) bb_opt_complementaly -> bb_opt_complementally
2005-07-29 Paul Foxcommiting fix from:
2005-05-11 Mike Frysingerchange the hardcoded error constant (0x80000000UL)...
2004-04-13 Eric AndersenFix several problems with start-stop-daemon, add -m...
2004-03-13 Eric AndersenUpdate docs for start_stop_daemon to match reality...
2004-01-23 Glenn L McGrathCorrect check for only one of K or S options
2004-01-22 Glenn L McGrathCheck one and only one of start, stop are given.
2003-07-30 Eric AndersenDo not require that the signal number be specified
2003-07-26 Eric Andersencleanup and add long options
2003-03-19 Manuel Novoa III Major coreutils update.
2002-07-03 Eric AndersenScrub pwd.h and grp.h handling so we don't have to...
2002-06-05 Eric Andersenplug fd leak noticed by Russ Dill
2002-06-04 Robert GrieblFix for broken handling off BusyBox's own pwd/grp imple...
2002-01-26 Eric AndersenPatch from Russ Dill <Russ.Dill@asu.edu>. From the
2001-10-31 Eric Andersenpatch from vodz:
2001-10-24 Eric AndersenFixup the location of pwd.h and grp.h
2001-10-18 Eric AndersenCommit the start-stop-daemon applet. This was contribu...