aboutsummaryrefslogtreecommitdiff
path: root/debianutils/start_stop_daemon.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* start-stop-daemon: make --output not depend on FANCYDenys Vlasenko2023-11-081-1/+1
* start-stop-daemon: do not lose error messages with -bDenys Vlasenko2023-11-081-29/+28
* start-stop-daemon: typo fixDenys Vlasenko2023-11-081-1/+1
* start-stop-daemon: implement option -O|--outputLouai Al-Khanji2023-11-071-12/+34
* start-stop-daemon: update comment, no code changesDenys Vlasenko2023-11-071-3/+13
* start-stop-daemon: add -d DIR chdir optionejaaskel2023-11-071-13/+21
* start-stop-daemon: fix --help: -K or -S is requiredDenys Vlasenko2023-11-071-10/+36
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-051-2/+2
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-021-2/+2
* start-stop-daemon: change priority before dropping privilegesAitor Esteve Alvarado2019-06-091-9/+9
* 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