freebsd-dev/sys/ufs
Nate Lawson 8680d6985f Adjust maxfilesize for UFS1 and old 4.4 FFS. For UFS1, increase the limit
to (max block - 1) * bsize.  For DEV_BSIZE, this doubles the limit from
0.5 TB to 1 TB.  For the old 4.4 FFS case, decrease the limit from 0.5 TB
to 2 GB - 1.  Older systems had a 32 bit off_t so they couldn't access the
larger files anyway.

Collaboration with:	bde
2005-10-21 01:54:00 +00:00
..
ffs Adjust maxfilesize for UFS1 and old 4.4 FFS. For UFS1, increase the limit 2005-10-21 01:54:00 +00:00
ufs Correct the type of the temporary variable used by ufs_lookup.c:1.78 2005-10-16 21:31:46 +00:00