Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-02-09 | add rshd/rlogind for tcp6 cases. | Jun-ichiro itojun Hagino | |
2000-02-05 | add IPv6 loopback (::1) as "localhost". | Jun-ichiro itojun Hagino | |
2000-02-03 | Use the correct terminal entry for Openfirmware console. | Dale S. Rahn | |
Allows visual editors to be used. | |||
2000-01-30 | Use ed, not sed, for pulling the interesting bits out of /etc/sysctl.conf. | Todd C. Miller | |
2000-01-30 | let sed do all the work, do not invoke extra grep; millert@ ok | Michael Shalayeff | |
2000-01-27 | add IPv6 reverse lookup table for loopback (::1). | Jun-ichiro itojun Hagino | |
XXX shares database file with IPv4 one (0.0.127.in-addr.arpa) | |||
2000-01-27 | Don't bind arrow keys in pdksh, the binding are already there by default. | Todd C. Miller | |
2000-01-24 | fix getty problem with ttys. | Steve Murphree | |
2000-01-23 | Correct serial device names | brian | |
Submitted by: kevlo@ | |||
2000-01-17 | add IPv6 items. | Jun-ichiro itojun Hagino | |
2000-01-16 | VIAO -> VAIO | Brad Smith | |
2000-01-16 | ask for even more information to dmesglog | Theo de Raadt | |
2000-01-11 | sendmail is really /usr/libexec/sendmail/sendmail now - not /usr/sbin | Peter Galbavy | |
2000-01-10 | allow arbitrary commands in /etc/hostname.* files if the line starts with '!' | Todd T. Fries | |
2000-01-07 | Add mobileip (proto 55) | Angelos D. Keromytis | |
2000-01-05 | rtadvd.conf | Angelos D. Keromytis | |
2000-01-05 | rtadvd.conf | Angelos D. Keromytis | |
2000-01-02 | add following IPv6 configs: rtadvd_flags route6d_flags rtsold_flags | Jun-ichiro itojun Hagino | |
2000-01-02 | rtsol case can configure the interface up, since it would be nice to finish | Theo de Raadt | |
DAD before the actual rtsol(8) run happens later. and since it will rtsol, it is going to be up in any case. | |||
2000-01-02 | one more indentation fix. | Jun-ichiro itojun Hagino | |
2000-01-02 | indentation fix (todd's part) | Jun-ichiro itojun Hagino | |
2000-01-02 | fix rtsold case, reset cmd for each iteration! | Todd T. Fries | |
2000-01-02 | allow options after "rtsol". | Jun-ichiro itojun Hagino | |
XXX both "dhcp" and "rtsol" has keyword *down* at the end. is it okay? | |||
2000-01-02 | echo "IPv6 autoconf: interfaces" before invoking rtsol. | Jun-ichiro itojun Hagino | |
sleep for net.inet6.ip6.dad_count seconds to ensure that IPv6 DAD is completed. TODO: rtsold (rc.conf line), manpage | |||
2000-01-02 | ipv6 autoconf on hosts (non-routers). | Jun-ichiro itojun Hagino | |
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. | |||
2000-01-02 | add to hostname.* parsing: | Todd T. Fries | |
- multiple entries support (read: aliases) - inet6 support - support for comments (#) (look for hostname.if(5) commit for syntax details) | |||
2000-01-01 | process sysctl.conf way earlier | Theo de Raadt | |
1999-12-31 | install IPv6 reject routes only if kernel is capable of IPv6. | Jun-ichiro itojun Hagino | |
1999-12-30 | insert #vm.swapencrypt=1 | Niels Provos | |
1999-12-16 | show ip6.forwarding | Theo de Raadt | |
1999-12-12 | reflect reality; millert@ ok | Hugh Graham | |
1999-12-11 | enable rtadvd in usr.sbin/Makefile. | Jun-ichiro itojun Hagino | |
rcsid police on usr.sbin/rtadvd. add sample config into etc/rtadvd.conf. add files into distrib/sets/list. | |||
1999-12-11 | add fingerd on tcp6. | Jun-ichiro itojun Hagino | |
1999-12-11 | add telnetd on tcp6 (commented out). | Jun-ichiro itojun Hagino | |
1999-12-09 | avoid transmitting invalid IPv6 packets out to the wire. | Jun-ichiro itojun Hagino | |
1999-12-09 | do not perform IPv6 initialization for loopback interface. | Jun-ichiro itojun Hagino | |
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) | |||
1999-12-08 | sample entry for IPv6 ftp. | Jun-ichiro itojun Hagino | |
1999-12-05 | expr(1)-less makedev. | Michael Shalayeff | |
includes some works from todd@ and millert@ verified by todd@ and millert@ | |||
1999-11-30 | initial /etc files | Michael Shalayeff | |
1999-11-26 | /var/db/locate.database should be owned by root, not nobody. While | Todd C. Miller | |
/usr/libexec/locate.updatedb does run as nobody the redirection is done as root so the resulting file is owned by root. sync log file owner/mode with what is is newsyslog.conf | |||
1999-11-25 | Synch path with main MAKEDEV (include /usr/sbin, so chown works). | Ian Darwin | |
1999-11-23 | formatting | Niklas Hallqvist | |
1999-11-23 | isakmpd is elsewhere; evanc@concer.to | Theo de Raadt | |
1999-11-22 | match /dev/fd{0,1,2,3}{,B,C,D,E,F,G,H}[abcdefghijklmnop] when doing device ↵ | Todd C. Miller | |
checks; closes PR #750 | |||
1999-11-20 | Fix cd/wcd aliases. Closes PR #981 | Todd C. Miller | |
1999-11-11 | Allow identd to be used w/o inetd. | Federico G. Schwindt | |
1999-11-11 | Do not default to stacken.kth.se. The user should enter his own cell. | Artur Grabowski | |
1999-10-25 | extra entries; joe@nall.com | Theo de Raadt | |
1999-10-18 | ssh startup fix; millert | Theo de Raadt | |
1999-10-17 | Fix typo; kwesterback@home.com | Aaron Campbell | |