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
/
network
Age
Commit message (
Expand
)
Author
2001-07-22
seperate -> separate
wiz
2001-07-08
After itojun's recent RTF_CLONED and other changes, it's not necessary to
lukem
2001-03-02
comment correction: 127/8 must not leave the node (RFC1122)
itojun
2001-01-13
move IPv6 mode/route configuration upwards, so that !rtsol in
itojun
2001-01-11
extend /etc/ifconfig.xxN, for comment lines (#) and shell script
itojun
2001-01-03
add $ip6sitelocal, to control installation of reject route for fec0::/10.
itojun
2000-11-26
More cautious about undefined hostname check in terms of what hostname(1)
nisimura
2000-11-22
I believe in that the facy nested quotes was intended to skip blank
nisimura
2000-11-21
un-break.
wiz
2000-11-21
minor typo in previous
lukem
2000-11-21
Shell programming police for sophistication; take #2. Handle the
nisimura
2000-11-21
Shell programming police for sophistication. It's not necessary
nisimura
2000-11-17
- replace `IFS='.'; set -- $int; echo $2` with ${int##*.}
lukem
2000-10-09
- avoid -a or -o logical operator of test command as possible. They would
nisimura
2000-08-21
REQUIRE ipfilter and ipsec
lukem
2000-08-02
fix comment on DAD wait
itojun
2000-08-01
we need to sleep for IPv6 DAD period, before and after rtsol.
itojun
2000-07-25
the format without netmask is supported for compatibility only and not
jdolecek
2000-07-20
Build a list of cloning network interfaces to configure, as well
thorpej
2000-07-17
reenable stop_cmd now that network doesn't get run at shutdown
lukem
2000-06-20
remove ip6defaultif configuration. because:
itojun
2000-06-20
Don't warn that $hostname isn't set if the hostname is already set.
enami
2000-05-13
Use load_rc_config() (from rc.subr) instead of sourcing /etc/rc.conf.
lukem
2000-05-09
do not let 127.0.0.0/8 leave the node. based on RFC1122.
itojun
2000-04-29
Fix the last change so it doesn't fail due too a missing '; then'.
veego
2000-04-28
Don't warn about $hostname not being set if $dhclient == YES; it's quite
thorpej
2000-04-20
rtsol is not a daemon. rtsol.d should have been killed by rc.d/rtsold.
itojun
2000-04-11
make `stop' a no-op, so that the network doesn't disappear at an
lukem
2000-04-08
The file /etc/sysctl.conf is now run with sysctl -f at boot time.
tsarna
2000-03-17
correct reject route installations for IPv6. improve comments.
itojun
2000-03-12
disallow packets to malicious 6to4 prefix, based on
itojun
2000-03-11
Fix the network_stop function so it doesn't fails due to missing ]['s.
veego
2000-03-10
rc.d scripts derived from /etc/rc
lukem