Bruce Evans 28596d2346 Removed "hack to prevent overflow of a 32bit block number". Lite2 has a
better hack in ffs_vfsops.c.  The hack here restricted the maximum file
size to 2^39 bytes (512GB).  fs_bsize * 2^31 - 1 (16TB for the default
blocksize of 8K) would have been better.  There is no good way to remove
this limit on old BSD4.4 file systems.
1997-07-13 15:13:07 +00:00
..
1997-06-10 11:01:13 +00:00
1997-07-04 01:30:09 +00:00
1997-02-22 14:40:44 +00:00
1997-07-04 01:30:09 +00:00
1997-06-10 11:14:04 +00:00
1997-06-29 20:59:03 +00:00
1997-06-03 21:24:39 +00:00
1997-06-16 06:54:30 +00:00
1997-03-02 21:43:10 +00:00
1997-06-16 06:35:23 +00:00
1997-06-03 13:49:26 +00:00
1997-05-23 17:07:00 +00:00
1997-05-23 17:07:00 +00:00
1997-04-23 04:46:38 +00:00
1997-06-18 06:28:46 +00:00
1997-07-13 14:26:00 +00:00
1997-07-04 06:31:52 +00:00
1997-06-19 14:33:42 +00:00
1997-06-19 14:40:41 +00:00
1997-03-24 04:57:50 +00:00