index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
etc
/
rc.d
/
rc.subr
Age
Commit message (
Expand
)
Author
2022-09-08
_rc_quirks is only called by _rc_parse_conf, so just merge the two.
Antoine Jacoutot
2022-09-02
Make rc_configtest behave like rc_pre and rc_post; i.e. don't define a default
Antoine Jacoutot
2022-09-01
Add a new action: "configtest", to check configuration syntax of the daemon.
Antoine Jacoutot
2022-08-29
When using logger(1), also log the message to standard error so we don't
Antoine Jacoutot
2022-08-29
Introduce the rc_configtest() function.
Antoine Jacoutot
2022-05-26
Introduce a new daemon_execdir variable for changing to a specified directory
Antoine Jacoutot
2022-05-21
Replace the $rcexec variable by an rc_exec function.
Antoine Jacoutot
2022-02-10
look for the login class in both login.conf and login.conf.d/${class}
Robert Nagy
2021-11-15
Tidy up; no change.
Antoine Jacoutot
2021-11-14
Improve and simplify timer handling in "stop" and "reload".
Antoine Jacoutot
2021-11-12
Consistency in test; no behavior change.
Antoine Jacoutot
2021-11-12
Set SECONDS to 0 in _rc_wait.
Antoine Jacoutot
2021-11-12
Simplify _rc_exit.
Antoine Jacoutot
2021-11-11
Run "_rc_wait stop" _before_ stopping the daemon and not after...
Antoine Jacoutot
2021-11-11
Return 0 in case we reach KILL; this allows "restart" to work as expected
Antoine Jacoutot
2021-11-09
check that the rc script including rc.subr is using ksh; rc.subr uses ksh
Stuart Henderson
2021-11-08
rc_reload_signal & rc_stop_signal are not rc.conf(8) variables; they're
Antoine Jacoutot
2021-11-07
Speed up _rc_wait: only sleep 1/2 second between rc_check tries and make sure
Antoine Jacoutot
2021-11-07
Use built-in SECONDS instead of hand roller timer.
Antoine Jacoutot
2021-11-06
Always run _rc_rm_runfile when process is sent a SIGKILL or rc_post fails (at
Antoine Jacoutot
2021-11-06
Drop uneeded sleep.
Antoine Jacoutot
2021-11-06
Allow passing a different signal than SIGTERM in the default rc_stop()
Antoine Jacoutot
2021-10-31
Shuffle things around to have FUNCS_ONLY higher in the script so consummers
Antoine Jacoutot
2021-02-27
Add logger(1) support for daemons that are logging to stdout/stderr (mostly from
Antoine Jacoutot
2020-07-12
Use su -fl to avoid sourcing /etc/profile / the target user's .profile
Jeremie Courreges-Anglas
2020-04-29
Sort variables and fix a comment.
Antoine Jacoutot
2020-02-22
Do not run _rc_parse_conf of /var/run/rc.d/foobar on "start".
Antoine Jacoutot
2019-09-07
Remove dependency on basename(1).
Antoine Jacoutot
2019-03-21
Start in the daemon configured routing table and not in the one we're currently
Antoine Jacoutot
2019-01-20
The shell will strip the quotes from daemon_flags when starting a daemon so make
Antoine Jacoutot
2018-10-29
Revert previous (for now).
Antoine Jacoutot
2018-10-16
Change the way we call su(1) in rcexec:
Antoine Jacoutot
2017-06-05
Temporarily disable the second call to rc_check until I figure out what
Antoine Jacoutot
2017-06-05
Fix logic in _rc_wait to properly cope with setproctitle(3) daemons. It was a
Antoine Jacoutot
2017-05-30
Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off the
Theo Buehler
2017-05-28
Move check later to mitigate a possible race.
Antoine Jacoutot
2017-05-28
Indent and rename var; no functional change.
Antoine Jacoutot
2017-05-28
When a daemon reaches its timeout when starting, display "timeout" instead
Antoine Jacoutot
2017-05-28
Drop useless lines continuation; no functional change.
Antoine Jacoutot
2017-05-27
Ok turns out we still want to keep the rc_bg variable around but we need
Antoine Jacoutot
2017-05-27
Add an ALRM timer to cope with 2 annoying issues in rc.d(8):
Antoine Jacoutot
2017-02-17
Stop supporting the historical way of starting ypbind(8); that is setting
Antoine Jacoutot
2017-01-24
Whitespace.
Antoine Jacoutot
2016-09-07
Introduce an _rc_check_name() function to check the input script name so that
Antoine Jacoutot
2016-08-31
use tab.
Antoine Jacoutot
2016-05-03
signal name should be first, fixes reload; ok deraadt@
Otto Moerbeek
2016-04-28
Experiment on matching on the daemon_user is over. It needs more work.
Antoine Jacoutot
2016-04-27
Revert the revert and match on the daemon_user again.
Antoine Jacoutot
2016-04-27
Revert matching on the daemon user for now; it breaks sndiod handling which
Antoine Jacoutot
2016-04-26
Bump copyright.
Antoine Jacoutot
[next]