Module Name: src Committed By: snj Date: Sat Jan 13 05:38:54 UTC 2018
Modified Files: src/sys/dev [netbsd-8]: fss.c src/usr.sbin/fssconfig [netbsd-8]: fssconfig.c Log Message: Pull up following revision(s) (requested by hannken in ticket #475): sys/dev/fss.c: revision 1.101-1.103 usr.sbin/fssconfig/fssconfig.c: revision 1.13 Bounds check against media size for non-persistent snapshots. -- Treat partial read from backing store as I/O error. -- Pass residual back to b_resid for persistent snapshots. -- Use stat() information to decide if the backing store is a directory. Depending on open() returning EISDIR fails for mount points. To generate a diff of this commit: cvs rdiff -u -r1.98.2.1 -r1.98.2.2 src/sys/dev/fss.c cvs rdiff -u -r1.12 -r1.12.6.1 src/usr.sbin/fssconfig/fssconfig.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.