NetBSD/sys/ufs
perseant eedb742e6e Fix problems outlined in PR#9926:
- lfs_truncate extends the file if called with length > i_ffs_size;
    - lfs_truncate errors out if called with length < 0;
	- lfs_balloc block accounting corrected for the case of blocks read
	  into the cache before they exist on disk;
	- mp->mnt_stat.f_iosize is initialized in lfs_mountfs.
2000-04-23 21:10:26 +00:00
..
ext2fs Remove register declarations. 2000-03-30 12:41:09 +00:00
ffs Add a new sysctl variable vfs.ffs.log_changeopt - if this is true, 2000-04-04 09:23:20 +00:00
lfs Fix problems outlined in PR#9926: 2000-04-23 21:10:26 +00:00
mfs Remove register declarations. 2000-03-30 12:41:09 +00:00
ufs Remove register declarations. 2000-03-30 12:41:09 +00:00
Makefile