HardenedBSD/src 927a12a (r224061)sys/ufs/ffs ffs_alloc.c ffs_vfsops.c, sys/ufs/ufs ufsmount.h

Add an FFS specific mount option to allow a filesystem checker
(typically fsck_ffs) to register that it wishes to use FFS specific
sysctl's to update the filesystem. This ensures that two checkers
cannot run on a given filesystem at the same time and that no other
process accidentally or maliciously uses the filesystem updating
sysctls inappropriately. This functionality is needed by the
journaling soft-updates recovery code.
DeltaFile
+177-8sys/ufs/ffs/ffs_alloc.c
+124-14sys/ufs/ffs/ffs_vfsops.c
+3-1sys/ufs/ffs/fs.h
+1-1sys/ufs/ffs/ffs_inode.c
+1-0sys/ufs/ufs/ufsmount.h
+306-245 files

UnifiedSplitRaw