NetBSD/sys/ufs
bouyer 31a775880b lfs_truncate: handle synlinks with length > maxsymlink_len as regular files.
For symlinks > 60 chars we were bzero'ing part of (struct inode) past the
actual inode struct, corrupting memory following the current (struct inode)
resuling in a 'panic: pool_get(lfsinopl): free list modified' later.
This could also be the cause of random panics. With this fix LFS seems to be
useable for me now.
2000-03-12 01:45:01 +00:00
..
ext2fs Check that we can handle the inode size before mounting the fs, and correct 2000-01-31 11:34:55 +00:00
ffs Move vinvalbuf's check for dirty blocks into ffs_fsync, to ensure that 2000-03-11 05:00:18 +00:00
lfs lfs_truncate: handle synlinks with length > maxsymlink_len as regular files. 2000-03-12 01:45:01 +00:00
mfs Update for sys/buf.h/disksort_*() changes. 2000-01-21 23:43:10 +00:00
ufs remove obsoleted #if defined(UVM) 2000-02-20 06:34:46 +00:00
Makefile Rework the way kernel include files are installed. In the new method, 1998-06-12 23:22:30 +00:00