Age | Commit message (Expand) | Author |
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 |
2013-08-26 | start-stop-daemon: fix --quiet switch | William Hubbs |
2013-07-25 | Add support for DragonFly BSD | Gary |
2012-10-17 | Spacing fixes | William Hubbs |
2012-09-12 | Silence the right get_pid() call | Christian Ruppert |
2012-09-12 | Silence get_pid(), OpenRC will give the process some time to create the PID f... | Christian Ruppert |
2012-08-19 | Do not silence errors | Christian Ruppert |
2012-05-06 | add a new ARRAY_SIZE macro and use it | Mike Frysinger |
2012-02-23 | Skip pam if running as root | William Hubbs |
2011-11-19 | rc: fix style around case_RC_COMMON_GETOPT | Mike Frysinger |
2011-11-09 | ssd: fix building when SYS_ioprio_set is missing | Mike Frysinger |
2011-09-01 | Start-stop-daemon: remove call to pam_authenticate | Diego |
2011-06-30 | Add --startas/-a back to the optstring | Christian Ruppert |
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger |
2011-06-27 | Only print the deprecation warning for --chuid/-c when using it | Joe Harvell |
2011-06-05 | Warn if deprecated commandline options are used for start-stop-daemon | Christian Ruppert |
2011-01-17 | start-stop-daemon: use termios.h rather than sys/termios.h | Mike Frysinger |
2011-01-17 | Style fix: "while (" not "while(". | Robin H. Johnson |
2011-01-17 | Clean up all trailing whitespace in src/. | Robin H. Johnson |