Age | Commit message (Expand) | Author |
2022-03-05 | Add Posix Scheduling Support to start-stop-daemon (#497) | sad-goldfish |
2022-03-05 | switch 0x100 constants to enums | Mike Frysinger |
2022-03-05 | switch 0x80 to 0x103 for long options | Mike Frysinger |
2022-02-06 | linux: Add support for No New Privs flag | LinkTed |
2022-02-06 | capabilities: Add support for securebits flags | LinkTed |
2021-12-23 | capabilities: Add support for Linux capabilities(7) | LinkTed |
2021-12-22 | add option for OOM score adjustment | Matt Whitlock |
2021-12-21 | start-stop-daemon: fix typo in error message | Matt Whitlock |
2021-12-21 | code style: remove space after unary "not" operator | Matt Whitlock |
2021-12-20 | use HEAD in git URIs to point to the default branch | Mike Frysinger |
2021-12-20 | change getopt definition to elide pointer storage | Mike Frysinger |
2021-02-22 | start-stop-daemon: Fix off by ones when checking for RC_* envvars | Disconnect3d |
2020-11-27 | start-stop-daemon, supervise-daemon: fix parsing of usernames passed via --us... | Johannes Heimansberg |
2020-11-20 | start-stop-daemon: Don't segfault if --exec was given a non-existing file name | Lars Wendler |
2019-07-24 | Fix build with Clang | Martin Wilke |
2018-12-28 | start-stop-daemon: fix compiler warning | William Hubbs |
2018-12-27 | fix leading whitespace | philhofer |
2018-11-15 | Do not complain if interrupted by a signal | William Hubbs |
2018-06-19 | start-stop-daemon: convert snprintf calls to xasprintf | William Hubbs |
2018-06-19 | start-stop-daemon: fix gcc 7 warnings | William Hubbs |
2018-06-15 | start-stop-daemon: add ability to log stdout or stderr to processes | William Hubbs |
2018-05-02 | start-stop-daemon: don't fail stopping if pidfile is gone | Andrey Utkin |
2018-02-21 | start-stop-daemon: compiler warning cleanup | William Hubbs |
2018-02-16 | start-stop-daemon: clean up string handling | William Hubbs |
2017-11-29 | start-stop-daemon: properly handle missing pidfile | Doug Freed |
2017-11-07 | start-stop-daemon: do not use do_stop to verify whether a daemon is running | William Hubbs |
2017-09-14 | add quiet switch to do_stop in src-schedules.c | William Hubbs |
2017-09-06 | add quiet parameter to run_stop_schedule | William Hubbs |
2017-08-25 | make run_stop_schedule accept a pid instead of a pid file | William Hubbs |
2017-08-24 | start-stop-daemon: move --retry processing code to a shared module | William Hubbs |
2017-08-23 | move get_pid function to a shared file | William Hubbs |
2017-04-03 | start-stop-daemon: warn if calling --start with --retry or --stop with --wait | Austin English |
2017-01-25 | start-stop-daemon: allow all standard signals | Doug Freed |
2017-01-04 | Clean up warnings that can use the _unused macro | Benda Xu |
2017-01-04 | Indentation fixes | Benda Xu |
2016-07-26 | start-stop-daemon: Add SSD_IONICELEVEL | Kenneth Lakin |
2016-07-14 | Remove the DEBUG_MEMORY macro | William Hubbs |
2016-04-11 | start-stop-daemon: Allow group read/write when creating output files | Mike Gilbert |
2016-01-12 | Remove multicall binary structure from OpenRC | William Hubbs |
2015-12-21 | Convert OpenRC to a centralized copyright/license structure | William Hubbs |
2015-04-24 | start-stop-daemon: redirect stdin if --background option is used | William Hubbs |
2015-03-24 | start-stop-daemon: Fix regression for --test | Will Miles |
2015-01-22 | Fix off-by-one error in --test argument printout in start-stop-daemon. | Will Miles |
2014-10-23 | helpers.h, start-stop-daemon.c: remove uneeded macros | Anthony G. Basile |
2014-10-23 | Bundle <sys/queue.h> from NetBSD | Anthony G. Basile |
2013-10-06 | start-stop-daemon: fix do_stop calls | William Hubbs |
2013-09-30 | start-stop-daemon: fix eerorr calls in get_pid | William Hubbs |
2013-09-24 | start-stop-daemon: remove the verbose variable | William Hubbs |
2013-09-23 | start-stop-daemon: remove the quiet variable | William Hubbs |
2013-08-26 | start-stop-daemon: remove redundant test of the quiet value | William Hubbs |