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
itojun
42c0283582
add IPv6-ready rcmd() friends.
rcmd(): IPv4 only
rcmd_af(): af independent
ruserok(): af independent
iruserok(): IPv4 only
iruserok_sa(): af independent
25 years ago
millert
042b0288fa
Don't bind arrow keys in pdksh, the binding are already there by default.
25 years ago
deraadt
08f28aa616
repair
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
aaron
7f1ab2f579
Use .Er macro when referring to errno error names.
25 years ago
aaron
9da79ea1ef
ie. -> i.e.,
25 years ago
pjanzen
9bbca5e9e2
Clarify and mention that errno is set to ENOMEM on failure of malloc(),
calloc(), and realloc(). Idea from NetBSD.
25 years ago
pjanzen
f33db6dba0
Max value returned is 2^31 - 1, regardless of the arch-dependent LONG_MAX.
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
d
16dcd011b5
include thread_private.h
25 years ago
angelos
99e0feeccc
rtadvd.conf
25 years ago
angelos
e7d135ea8e
rtadvd.conf
25 years ago
deraadt
e22790e158
update header requirements; bde
25 years ago
aaron
a66ee899c2
Grammar; deraadt@
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
itojun
1cbdf97258
replace NRL get{addr,name}info with KAME get{addr,name}info.
removed functionality:
new code will not return AF_LOCAL addrinfo struct.
added funtionality:
SOCK_RAW is permitted as ai_socktype (no servname allowed).
draft-ietf-ipngwg-scopedaddr-format-00.txt
25 years ago
provos
bf5c3de442
speed up blowfish by > 20%.
25 years ago
deraadt
ba56946420
rresvport_af() and bindresvport_af()
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
itojun
4b673feb6c
add fingerd on tcp6.
25 years ago
itojun
92a3c9b9a1
add telnetd on tcp6 (commented out).
25 years ago
espie
ed31ea2769
dlopen and dlsym take const char * parameters.
Fix prototypes, propagate const where applicable.
25 years ago
itojun
9c574ebbbb
avoid transmitting invalid IPv6 packets out to the wire.
25 years ago
itojun
d08fac3c65
do not perform IPv6 initialization for loopback interface.
MUST make lo0 up before any IPv6 operations.
it will be considered a pilot error if you don't.
(I prefer to have lo0 initialized automatically)
25 years ago
itojun
cb12c6c9ab
sample entry for IPv6 ftp.
25 years ago
deraadt
a71d992a6f
say how long the buffer needs to be
25 years ago
mickey
2339dccd36
expr(1)-less makedev.
includes some works from todd@ and millert@
verified by todd@ and millert@
25 years ago
mickey
1b71e21e10
initial /etc files
25 years ago