index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
etc
/
rc.d
/
ipsec
Age
Commit message (
Expand
)
Author
2020-09-08
Rename MOUNTCRITLOCAL to CRITLOCALMOUNTED to avoid a name collision
martin
2020-07-22
Split the local disk availability step into two phases to allow scripts
martin
2020-01-27
Skip inet6 addresses that begin with fe80: (not just exact match).
kim
2018-08-13
handle v6 addresses
christos
2016-10-19
Adjust for new ifconfig address/mask output.
christos
2013-09-12
wait until our local address is available before configuring.
christos
2013-06-14
if ipsec_flags is given, treat it as an interface name and change @LOCAL_ADDR@
christos
2008-11-22
Add "bootconf" to REQUIRE: lines which had beforenetlkm
tsutsui
2008-11-12
Remove LKMs and switch to the module framework, pass 1.
ad
2007-04-06
* Add a stop_boot() function in rc.subr, to terminate a multi-user boot
apb
2004-08-13
Add an _rc_subr_loaded variable, set to ":" by rc.subr. Scripts can use this
mycroft
2002-03-22
Correct the "direction" of the barrier dependencies (DAEMON, LOGIN,
thorpej
2000-09-19
- only perform the checkyesno on the variable named in $rcvar (rather than
lukem
2000-07-21
- fix typo; the first ipsec_start() should be ipsec_prestart()
lukem
2000-07-17
* remove bogus comment about aborting the boot if ipsec.conf doesn't exist;
lukem
2000-06-14
typo
itojun
2000-06-13
TODO; should check /etc/ipsec.conf owner/permission,
itojun
2000-06-13
add rc.d/ipsec for ipsec configuration. when enabled, it will inject
itojun