NetBSD/sys/ufs/ffs
mjacob 949982f2a4 In calculating the f_bavail field, don't take 32 bit quantities and
multiply them by 90 (to be divided by 100) and expect them to be sane
for very large values (I was getting a negative 'avail' count).
1997-10-16 18:29:11 +00:00
..
ffs_alloc.c Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00
ffs_balloc.c Don't cast 64bit (off_t) file sizes to vm_offset_t (32bit on many 1997-07-04 20:22:09 +00:00
ffs_extern.h Change the second and third args to struct vfsops' (*vfs_mount)() to 1996-12-22 10:10:12 +00:00
ffs_inode.c Don't cast 64bit (off_t) file sizes to vm_offset_t (32bit on many 1997-07-04 20:22:09 +00:00
ffs_subr.c revert previous kprintf changes 1996-10-12 21:58:44 +00:00
ffs_tables.c
ffs_vfsops.c In calculating the f_bavail field, don't take 32 bit quantities and 1997-10-16 18:29:11 +00:00
ffs_vnops.c
fs.h Add support for ext2fs, this needed a few modifications to ufs/ufs/inode.h: 1997-06-11 10:09:37 +00:00