NetBSD/sys/ufs
simonb 27ae933bee Fix potential 32-bit overflow problem in the blockpref code.
mlelstv@ points out FreeBSD fixed the same thing a couple of years
ago - here's the commit message they used on rev 1.127:

   Fixes a bug that caused UFS2 filesystems bigger than 2TB to
   prematurely report that they were full and/or to panic the kernel
   with the message ``ffs_clusteralloc: allocated out of group''.

   Submitted by:   Henry Whincup <henry@jot.to>
2008-07-11 05:31:44 +00:00
..
ext2fs Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
ffs Fix potential 32-bit overflow problem in the blockpref code. 2008-07-11 05:31:44 +00:00
lfs Fix lkm fallout from previous sysctl changes. This largely duplicates 2008-06-28 15:50:20 +00:00
mfs Create sysctl entries during module initialisation and destroy them 2008-06-28 01:34:05 +00:00
ufs ufsdirhash_build: missing unlock in failure path. 2008-07-03 09:56:15 +00:00
files.ufs
Makefile