aboutsummaryrefslogtreecommitdiff
path: root/src/rc/start-stop-daemon.c
AgeCommit message (Expand)Author
2022-03-05Add Posix Scheduling Support to start-stop-daemon (#497)sad-goldfish
2022-03-05switch 0x100 constants to enumsMike Frysinger
2022-03-05switch 0x80 to 0x103 for long optionsMike Frysinger
2022-02-06linux: Add support for No New Privs flagLinkTed
2022-02-06capabilities: Add support for securebits flagsLinkTed
2021-12-23capabilities: Add support for Linux capabilities(7)LinkTed
2021-12-22add option for OOM score adjustmentMatt Whitlock
2021-12-21start-stop-daemon: fix typo in error messageMatt Whitlock
2021-12-21code style: remove space after unary "not" operatorMatt Whitlock
2021-12-20use HEAD in git URIs to point to the default branchMike Frysinger
2021-12-20change getopt definition to elide pointer storageMike Frysinger
2021-02-22start-stop-daemon: Fix off by ones when checking for RC_* envvarsDisconnect3d
2020-11-27start-stop-daemon, supervise-daemon: fix parsing of usernames passed via --us...Johannes Heimansberg
2020-11-20start-stop-daemon: Don't segfault if --exec was given a non-existing file nameLars Wendler
2019-07-24Fix build with ClangMartin Wilke
2018-12-28start-stop-daemon: fix compiler warningWilliam Hubbs
2018-12-27fix leading whitespacephilhofer
2018-11-15Do not complain if interrupted by a signalWilliam Hubbs
2018-06-19start-stop-daemon: convert snprintf calls to xasprintfWilliam Hubbs
2018-06-19start-stop-daemon: fix gcc 7 warningsWilliam Hubbs
2018-06-15start-stop-daemon: add ability to log stdout or stderr to processesWilliam Hubbs
2018-05-02start-stop-daemon: don't fail stopping if pidfile is goneAndrey Utkin
2018-02-21start-stop-daemon: compiler warning cleanupWilliam Hubbs
2018-02-16start-stop-daemon: clean up string handlingWilliam Hubbs
2017-11-29start-stop-daemon: properly handle missing pidfileDoug Freed
2017-11-07start-stop-daemon: do not use do_stop to verify whether a daemon is runningWilliam Hubbs
2017-09-14add quiet switch to do_stop in src-schedules.cWilliam Hubbs
2017-09-06add quiet parameter to run_stop_scheduleWilliam Hubbs
2017-08-25make run_stop_schedule accept a pid instead of a pid fileWilliam Hubbs
2017-08-24start-stop-daemon: move --retry processing code to a shared moduleWilliam Hubbs
2017-08-23move get_pid function to a shared fileWilliam Hubbs
2017-04-03start-stop-daemon: warn if calling --start with --retry or --stop with --waitAustin English
2017-01-25start-stop-daemon: allow all standard signalsDoug Freed
2017-01-04Clean up warnings that can use the _unused macroBenda Xu
2017-01-04Indentation fixesBenda Xu
2016-07-26start-stop-daemon: Add SSD_IONICELEVELKenneth Lakin
2016-07-14Remove the DEBUG_MEMORY macroWilliam Hubbs
2016-04-11start-stop-daemon: Allow group read/write when creating output filesMike Gilbert
2016-01-12Remove multicall binary structure from OpenRCWilliam Hubbs
2015-12-21Convert OpenRC to a centralized copyright/license structureWilliam Hubbs
2015-04-24start-stop-daemon: redirect stdin if --background option is usedWilliam Hubbs
2015-03-24start-stop-daemon: Fix regression for --testWill Miles
2015-01-22Fix off-by-one error in --test argument printout in start-stop-daemon.Will Miles
2014-10-23helpers.h, start-stop-daemon.c: remove uneeded macrosAnthony G. Basile
2014-10-23Bundle <sys/queue.h> from NetBSDAnthony G. Basile
2013-10-06start-stop-daemon: fix do_stop callsWilliam Hubbs
2013-09-30start-stop-daemon: fix eerorr calls in get_pidWilliam Hubbs
2013-09-24start-stop-daemon: remove the verbose variableWilliam Hubbs
2013-09-23start-stop-daemon: remove the quiet variableWilliam Hubbs
2013-08-26start-stop-daemon: remove redundant test of the quiet valueWilliam Hubbs