HardenedBSD/sys/fs
David Greenman 243e5a88d5 Fixed panic that resulted from mmaping files in kernfs and procfs. A
regular user could panic the machine with a simple "tail /proc/curproc/mem"
command. The problem was twofold: both kernfs and procfs didn't fill in
the mnt_stat statfs struct (which would later lead to an integer divide
fault in the vnode pager), and kernfs bogusly paniced if a bmap was
attempted.

Reviewed by:	John Dyson
1995-05-25 01:35:24 +00:00
..
cd9660 NFS diskless operation was broken because swapdev_vp wasn't initialized. 1995-05-19 03:27:08 +00:00
deadfs
fdescfs
fifofs
msdosfs
nullfs
portalfs
procfs Fixed panic that resulted from mmaping files in kernfs and procfs. A 1995-05-25 01:35:24 +00:00
specfs
umapfs
unionfs