freebsd-dev/sys/ufs
David Greenman 901ba606c5 Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate().
This is part of a bug fix from Kirk McKusick to work around problems in FFS
related to the blkno of a 64bit offset not fitting into an int. Note the
proper solution would be to deal with 64bit block numbers, but doing this
would require sweeping changes; some other day perhaps.

Submitted by:	Marshall Kirk McKusick
1994-10-22 02:27:35 +00:00
..
ffs Restrict fs_maxfilesize to 2^40, and check against this in ffs_truncate(). 1994-10-22 02:27:35 +00:00
lfs Cosmetics. make gcc less noisy. Still some way to go here. 1994-10-10 01:04:55 +00:00
mfs Got rid of map.h. It's a leftover from the rmap code, and we use rlists. 1994-10-09 07:35:18 +00:00
ufs Make my ALLDEVS kernel compile (basically, LINT minus a lot of options). 1994-10-21 01:19:28 +00:00