niklas
1a56b09e77
Add ch to some dead ports for consistency, of course not tested.
25 years ago
niklas
0a82264d88
we do not even have the x68k port, why have etc files for it then?
25 years ago
niklas
5079ecb19b
ch* creation on platforms which had them in conf.c but missed them in MAKEDEV
25 years ago
niklas
3aa989f9cb
operator should have perms to write and change tapes. ch* is still missing
in some MAKEDEVs, will see to them in a separate commit.
25 years ago
deraadt
62b19bd261
silence all extra route addition printouts
25 years ago
itojun
8633698891
correct reject route installations for IPv6. improve comments.
25 years ago
itojun
63f011978a
more comment fixes.
25 years ago
itojun
698be66964
improve comments. we don't usually need explicit configs.
25 years ago
itojun
ebed23c1c1
disallow packets to malicious 6to4 prefix, based on
http://playground.iijlab.net/i-d/draft-itojun-ipv6-transition-abuse-00.txt
25 years ago
todd
9ba3eae32a
fix non behavior
with this `!' lines in /etc/hostname.* run even without certain lines
(like a comment) preceeding it.
25 years ago
millert
11c5695fa6
Adda a stripcom function to strip comments (and leading whitespace,
depending on IFS). This replaces the ed and sed code previously
used to do this.
25 years ago
todd
a195edf346
sun3 is alive, thanks to Miod Vallat <miodrag@ifrance.com>, add ksyms.
25 years ago
todd
caa254507a
$OpenBSD$
25 years ago
aaron
903ef12fdf
Add /etc/ssh_host_key* to the changelist.
25 years ago
aaron
9f8e4d853e
existance -> existence
25 years ago
itojun
9ad07384fa
add ip6defaultif, which configures default outgoing interface
when no neighboring router is found (rare case). this is to conform
strictly to the ND spec. it is safe to leave it empty.
25 years ago
mjacob
970df73852
add SES device
25 years ago
deraadt
4c1f6cf797
description error; discovered in a bar in sweden..
25 years ago
itojun
8524fc7ded
add rshd/rlogind for tcp6 cases.
25 years ago
itojun
cf609e03ea
add IPv6 loopback (::1) as "localhost".
25 years ago
rahnds
913b16f326
Use the correct terminal entry for Openfirmware console.
Allows visual editors to be used.
25 years ago
millert
f0296c6304
Use ed, not sed, for pulling the interesting bits out of /etc/sysctl.conf.
25 years ago
mickey
056e88e108
let sed do all the work, do not invoke extra grep; millert@ ok
25 years ago
itojun
e33ff2d8ae
add IPv6 reverse lookup table for loopback (::1).
XXX shares database file with IPv4 one (0.0.127.in-addr.arpa)
25 years ago
millert
042b0288fa
Don't bind arrow keys in pdksh, the binding are already there by default.
25 years ago
smurph
0048945467
fix getty problem with ttys.
25 years ago
brian
5d383ee4b5
Correct serial device names
Submitted by: kevlo@
25 years ago
itojun
36b9de6321
add IPv6 items.
25 years ago
brad
99f7473e91
VIAO -> VAIO
25 years ago
deraadt
59e467706f
ask for even more information to dmesglog
25 years ago
peter
c6505f287c
sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbin
25 years ago
todd
6972dae0fb
allow arbitrary commands in /etc/hostname.* files if the line starts with '!'
25 years ago
angelos
7cf6ad9f3a
Add mobileip (proto 55)
25 years ago
angelos
99e0feeccc
rtadvd.conf
25 years ago
angelos
e7d135ea8e
rtadvd.conf
25 years ago
itojun
e6a63dafc5
add following IPv6 configs: rtadvd_flags route6d_flags rtsold_flags
25 years ago
deraadt
2c0db369bd
rtsol case can configure the interface up, since it would be nice to finish
DAD before the actual rtsol(8) run happens later. and since it will rtsol,
it is going to be up in any case.
25 years ago
itojun
c569c5d0e0
one more indentation fix.
25 years ago
itojun
f8b1753146
indentation fix (todd's part)
25 years ago
todd
4eada90c42
fix rtsold case, reset cmd for each iteration!
25 years ago
itojun
fe06db64fe
allow options after "rtsol".
XXX both "dhcp" and "rtsol" has keyword *down* at the end. is it okay?
25 years ago
itojun
26e17f25b4
echo "IPv6 autoconf: interfaces" before invoking rtsol.
sleep for net.inet6.ip6.dad_count seconds to ensure that IPv6 DAD is completed.
TODO: rtsold (rc.conf line), manpage
25 years ago
itojun
fd9d65dd43
ipv6 autoconf on hosts (non-routers).
to do this,
1. in sysctl.conf, add these lines:
net.inet6.ip6.forwarding=0
net.inet6.ip6.accept_rtadv=1
2. in hostname.foo, add
rtsol
specifying two or more interfaces with "rtsol" may result in strange
behavior - ipv6 spec does not permit multi-interface node to be autoconfig'ed.
25 years ago
todd
9fad88d28d
add to hostname.* parsing:
- multiple entries support (read: aliases)
- inet6 support
- support for comments (#)
(look for hostname.if(5) commit for syntax details)
25 years ago
deraadt
61789cc798
process sysctl.conf way earlier
25 years ago
itojun
7792f17d05
install IPv6 reject routes only if kernel is capable of IPv6.
25 years ago
provos
624976a0c2
insert #vm.swapencrypt=1
25 years ago
deraadt
bb0cc58058
show ip6.forwarding
25 years ago
hugh
bab2d8a056
reflect reality; millert@ ok
25 years ago
itojun
1c6b6726de
enable rtadvd in usr.sbin/Makefile.
rcsid police on usr.sbin/rtadvd.
add sample config into etc/rtadvd.conf.
add files into distrib/sets/list.
25 years ago