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
Age
Commit message (
Expand
)
Author
2021-02-27
Add logger(1) support for daemons that are logging to stdout/stderr (mostly from
Antoine Jacoutot
2021-02-26
Ship resolvd service, enable it by default
kn
2021-02-26
rc(8) bits for dhcpleased(8).
Florian Obser
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
2020-01-25
sync rc.d/sshd with sshd proctitle change - listener has been modified to
Stuart Henderson
2020-01-24
retire rebound etc bits to the attic
Ted Unangst
2020-01-22
update pexp in rc.d/sshd to match the new setproctitle ('sshd: [listener]
Stuart Henderson
2019-11-22
sndiod(8) reopens audio interfaces on SIGHUP, which makes a lot of sense
Claudio Jeker
2019-09-07
Remove dependency on basename(1).
Antoine Jacoutot
2019-05-12
Stop generating keys for nsd-control(8). These are unused since nsd was
Tim van der Molen
2019-03-21
Start in the daemon configured routing table and not in the one we're currently
Antoine Jacoutot
2019-02-07
No need to run unbound-anchor anymore. Unwind(8) handles the bootstrap
Florian Obser
2019-01-26
rc(8) bits for unwind(8); OK deraadt
Florian Obser
2019-01-21
Use ${rcexec} in rc_pre to do the config testing. This allows to specify
Claudio Jeker
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
2018-09-27
Add vmctl stop -a [-fw] option to stop or terminate all running VMs.
Reyk Floeter
2018-07-23
Remove rtadvd(8) rc script.
Florian Obser
2018-07-12
rc(8) infrastructure for rad
Florian Obser
2018-07-11
Add -w option to vmctl stop to wait for completion of VM termination.
Reyk Floeter
2018-02-20
Call "vmctl stop" on each VM at shutdown, for OpenBSD guests this means they
Stuart Henderson
2018-01-11
Comments
Robert Peichaer
2018-01-11
- change [] tests to [[]]
Robert Peichaer
2018-01-11
Change the shebang line from /bin/sh to /bin/ksh in all base rc.d
Robert Peichaer
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-06-03
Move slaacd to /sbin
Florian Obser
2017-05-30
Introduce a scary rc.conf(8) knob library_aslr=(YES|NO) to turn off the
Theo Buehler
2017-05-29
rc.d(8) for slaacd
Florian Obser
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-03-23
Don't check for spamd_black twice in rc_pre and rc_start; just do everything
Antoine Jacoutot
2017-03-17
Enable dhcrelay6(8).
Rafael Zalamena
2017-02-26
Switch to xenodm(1).
Matthieu Herrb
2017-02-17
Stop supporting the historical way of starting ypbind(8); that is setting
Antoine Jacoutot
2017-01-24
Whitespace.
Antoine Jacoutot
2016-10-06
Add switchd
Reyk Floeter
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
Override each and every rc.d functions to be able to match on the user.
Antoine Jacoutot
[next]