HardenedBSD/sys
Bruce Evans 61214975da Try harder to make the lower 16 bits of fsids unique. The vfs type
number was packed very wastefully, giving perfect non-uniqeness in
the lower 16 bits of fsids for filesystems with the same vfs type.
This made linux_stat() return perfectly non-unique (broken) 16-bit
st_dev's for nfs mount points, and effectively reduced mntid_base to
8 bits so that the vfs_getnewfsid() looped endlessly when there are
already 256 mounted filesystems with the required vfs type.

Approved by:	jkh
2000-03-12 14:23:21 +00:00
..
alpha
amd64 Change the default FPU control word so that exceptions for new 2000-03-10 17:56:33 +00:00
boot
cam
coda
compat
compile
conf
contrib
crypto
ddb
dev Dont call ad_start unless the controller is idle. 2000-03-12 13:56:05 +00:00
fs
geom
gnu
i4b
i386 Change the default FPU control word so that exceptions for new 2000-03-10 17:56:33 +00:00
isa Fix crashes on card eject for pccard modems. We check for NULL when 2000-03-11 20:22:09 +00:00
isofs/cd9660
kern Try harder to make the lower 16 bits of fsids unique. The vfs type 2000-03-12 14:23:21 +00:00
libkern
miscfs
modules Correct man page title. 2000-03-10 20:38:24 +00:00
msdosfs
net IPv6 6to4 support. 2000-03-11 11:17:24 +00:00
netatalk
netatm
netgraph
netinet Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security. 2000-03-11 22:11:57 +00:00
netinet6 Forbid include of netinet6/ip6.h from user-land, and if included, 2000-03-11 20:44:53 +00:00
netipx
netkey
netnatm
netncp
netns
nfs
nfsclient
nfsserver
ntfs
nwfs
pc98 Merged from sys/isa/sio.c revision 1.291. 2000-03-12 13:14:51 +00:00
pccard Add support for PnP ISA cards, and some laptop PnP support: 2000-03-10 05:43:29 +00:00
pci Recognize newer NVidia graphics cards. (GeForce and Quadro families) 2000-03-12 01:24:15 +00:00
posix4
powerpc
rpc
svr4
sys Fix sockaddr_storage related macro definition, as ss_family member type change. 2000-03-11 19:51:04 +00:00
tools
ufs
vm
Makefile