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
espie
ecdb2b8203
In ANSI C++, wchar_t is a builtin. gcc 2.95.1 handles that correctly.
Redefining it as a typedef is an error, as it prevents overloading
on e.g., int/wchar_t separately.
25 years ago
millert
a295eb1da2
/var/db/locate.database should be owned by root, not nobody. While
/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
25 years ago
ian
38efa700af
Synch path with main MAKEDEV (include /usr/sbin, so chown works).
25 years ago
niklas
1b2aafbd22
formatting
25 years ago
deraadt
815006066e
isakmpd is elsewhere; evanc@concer.to
25 years ago
millert
8ea805fe52
match /dev/fd{0,1,2,3}{,B,C,D,E,F,G,H}[abcdefghijklmnop] when doing device checks; closes PR #750
25 years ago
espie
106f3281ec
Generate g2c.h at prereq stage.
Install it under /usr/include
25 years ago
millert
a291f3eb91
Fix cd/wcd aliases. Closes PR #981
25 years ago
millert
676f8aa08c
Add missing MLINKs
25 years ago
aaron
2f75ae5179
Typo in comment.
25 years ago
espie
7acebf4f57
Clean up memchr slightly to better match coming memrchr
(K&R-style type promotions are evil),
25 years ago
fgsch
fd619cd2fc
Allow identd to be used w/o inetd.
25 years ago
art
8fd2064dfa
Do not default to stacken.kth.se. The user should enter his own cell.
25 years ago
ericj
15d114722d
add man page for login_fbtab()
25 years ago
aaron
0ffab0433c
Tweaks; millert@
25 years ago
millert
59e4929dbc
calloc.c is back
25 years ago
millert
b3d4a938bb
calloc() needs to be separate from malloc in case a user wants to have
their own malloc() implementation.
25 years ago
aaron
cdda3b8eef
Merge calloc(3) man page into malloc.3; as suggested by millert@
25 years ago
millert
e924435af1
Move calloc() into malloc.c and only zero out the area if malloc()
didn't do so for us. By default, malloc() zeros out the space it
allocates but the programmer cannot rely on this as it is implementation-
specific (and configurable via /etc/malloc.conf)
25 years ago
art
16cfb0f4b1
Install man-page links for strtok_r.
25 years ago
art
907d9be25c
Document strtok_r.
25 years ago
art
a2031878fe
Implement strtok_r.
25 years ago
deraadt
7f49a943d9
extra entries; joe@nall.com
25 years ago
deraadt
322d2501b2
ssh startup fix; millert
25 years ago
aaron
1ba8c5de47
Fix typo; kwesterback@home.com
25 years ago
millert
182d4611f6
Fix misleading comment.
25 years ago
deraadt
bdece0b71b
talk about non-shared library ssh
25 years ago
deraadt
1deb2c5aa4
more
25 years ago
deraadt
1ba7923936
oops, got shared library part wrong
25 years ago
millert
2b37e10adf
Run /usr/libexec/vi.recover (now a perl script) to preserve vi backup files.
25 years ago