NetBSD/sys/ufs
augustss 46ee162100 Fix from chuq:
don't update UVM's notion of the file size before the VOP_FSYNC() when
we're partially truncating a file with softdeps enabled.  doing so could
free pages without updating the dependency info, which would result in
"panic: softdep_write_inodeblock: direct pointer #1 mismatch 0 != N".
2001-01-27 04:23:21 +00:00
..
ext2fs make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const 2001-01-22 12:17:35 +00:00
ffs Fix from chuq: 2001-01-27 04:23:21 +00:00
lfs Call inittodr() from lfs_mountroot() so that the system time is set properly 2001-01-26 07:59:23 +00:00
mfs make filesystem vnodeop, specop, fifoop and vnodeopv_* arrays const 2001-01-22 12:17:35 +00:00
ufs attach the softdep pagecache pseudo-buffers to the inode 2001-01-10 04:47:10 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00