summaryrefslogtreecommitdiff
path: root/debianutils/start_stop_daemon.c
Commit message (Expand)AuthorAgeFilesLines
* start-stop-daemon: Fix -x is not required for -KAlexander Vickberg2019-04-271-15/+20
* start-stop-daemon: fix "both -x and -a" case: -a does override argv[0]Denys Vlasenko2019-01-141-2/+5
* start-stop-daemon: create pidfile before parent exits, closes 8596Denys Vlasenko2019-01-141-22/+44
* tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X codeDenys Vlasenko2018-04-141-2/+2
* start_stop_daemon: fix normally disabled OLDER_VERSION_OF_X codeDenys Vlasenko2018-04-141-6/+6
* libbb.h: always include sys/resource.hDenys Vlasenko2018-04-081-2/+0
* start-stop-daemon: show only short options in --help textDenys Vlasenko2017-08-081-36/+6
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-9/+11
* getopt32: remove applet_long_optionsDenys Vlasenko2017-08-081-5/+7
* stty: fix bb_common_bufsiz1 use in NOEXECDenys Vlasenko2017-08-061-4/+5
* libbb: use _exit, not exit, in bb_daemonize_or_rexec()Denys Vlasenko2017-08-041-6/+7
* config: deindent all help textsDenys Vlasenko2017-07-211-6/+6
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* Big cleanup in config help and descriptionDenys Vlasenko2017-01-101-8/+5
* *: add most of the required setup_common_bufsiz() callsDenys Vlasenko2016-04-211-0/+1
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-211-1/+2
* libbb: make parse_chown_usergroup_or_die() set unspecified uid/gid to -1Denys Vlasenko2015-10-191-4/+4
* debianutils/*: convert to new-style "one file" appletsDenys Vlasenko2015-10-191-0/+28
* ssd: compat: match -x EXECUTABLE by /proc/pid/exe tooDenys Vlasenko2012-03-051-3/+14
* bb_daemonize_or_rexec(): add flag to double-fork; use it in start-stop-daemonPeter Korsgaard2011-11-091-1/+1
* start_stop_daemon: set complementary group ids too. Closes 3253Denys Vlasenko2011-09-151-2/+10
* start-stop-daemon: fix "-K --test --pidfile PIDFILE" exitcodeDenys Vlasenko2011-04-041-2/+8
* move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c edit...Pere Orga2011-04-031-0/+63
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko2010-08-121-1/+1
* *: introduce and use xfork() and xvfork()Pascal Bellard2010-07-041-3/+1
* *: make exec failure message more consistentDenys Vlasenko2010-06-251-1/+1
* Hurd compat fixes. Mostly dealing with absent PATH_MAXJérémie Koenig2010-03-261-14/+19
* *: suppress ~60% of "aliased warnings" on gcc-4.4.1Denys Vlasenko2010-02-041-1/+1
* *: use "can't" instead of "cannot"Denys Vlasenko2009-11-131-1/+1
* *: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko2009-04-211-5/+5
* start_stop_daemon: accept (and ignore) -R <param>Denis Vlasenko2008-09-271-3/+3
* watchdog: add -T optionDenis Vlasenko2008-09-071-1/+1
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* revert last two commits. vfork cannot be used in subroutine,Denis Vlasenko2008-07-011-1/+3
* *: introduce and use xvfork()Denis Vlasenko2008-07-011-3/+1
* ssd: fix missed + in prev commitDenis Vlasenko2008-07-011-1/+1
* ssd: do not stat -x EXECUTABLE, it is not needed anymoreDenis Vlasenko2008-07-011-9/+17
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-5/+4
* ssd: fix commentDenis Vlasenko2008-06-201-3/+3
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* start_stop_daemon: add -test, fix -x to not match by inode,Denis Vlasenko2008-05-181-48/+86
* more -Wall warning fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-131-1/+1
* start_stop_daemon: try to clarify intended meaning of the optionsDenis Vlasenko2008-05-071-2/+39
* start_stop_daemon: use existing global variableDenis Vlasenko2008-04-301-27/+28
* whitespace fixes. no code changesDenis Vlasenko2008-04-221-11/+11
* start_stop_daemon: stat executable only onceDenis Vlasenko2008-04-201-2/+5
* libbb: prevent xmalloc_open_read_close from dying on seek failureDenis Vlasenko2008-04-201-23/+17
* start_stop_daemon: optimization - do not pass paramenter, useDenis Vlasenko2008-04-191-10/+8