HardenedBSD/sys
Garrett Wollman 6bf5b24768 Don't include options MULTICAST or MROUTING in generic kernels. MULTICAST
has no effect now, and MROUTING should never be defined by default.
(Eventually the code should be dynamically loadable.)

Also, allow for Pentium CPUs in GENERICBT kernels.

Add an `install' rule to Makefile.i386, which looks like this:
	mv /kernel /kernel.old
	install -c -m 555 -o root -g root -fschg kernel /
I'd like comments on whether or not you think it's a good idea to have
the kernel be immutable by default; I'm happy either way.
CVS:
1994-09-09 22:03:51 +00:00
..
alpha/include
amd64
compile
conf Don't include options MULTICAST or MROUTING in generic kernels. MULTICAST 1994-09-09 22:03:51 +00:00
ddb
dev
fs
gnu
i386 Don't include options MULTICAST or MROUTING in generic kernels. MULTICAST 1994-09-09 22:03:51 +00:00
isa
isofs/cd9660
kern
libkern
miscfs
net
netccitt
netinet
netiso
netns
nfs
nfsclient
nfsserver
pci
powerpc/include
rpc
scsi
sys Fixed a couple of typos which made S_ISFIFO and S_ISSOCK return true for 1994-09-09 15:19:40 +00:00
tools
ufs
vm
Makefile