index
:
openrc.git
dynamic-deptree
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rc
/
rc-schedules.c
Age
Commit message (
Expand
)
Author
2022-04-06
migrate fully to meson build system
William Hubbs
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
2018-12-18
Add debug logging to start-stop-daemon and rc-supervisor
William Hubbs
2018-11-15
Do not complain if interrupted by a signal
William Hubbs
2018-10-09
Complete implementation of forever timeout value in stop schedules
William Hubbs
2017-11-19
rc-schedules: if given nothing to look for, stop
Doug Freed
2017-10-05
fix compiler warning
William Hubbs
2017-09-18
initialize the stop schedule
William Hubbs
2017-09-17
rc-schedules.c: pass the correct pid to rc_find_pids
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