Module Name: src Committed By: mlelstv Date: Sat Oct 11 12:01:27 UTC 2014
Modified Files: src/sys/dev: ccd.c dksubr.c ld.c vnd.c src/sys/dev/raidframe: rf_netbsdkintf.c Log Message: clamp total number of sectors to UINT32_MAX instead of providing the lower 32bit of the 64bit number. To generate a diff of this commit: cvs rdiff -u -r1.152 -r1.153 src/sys/dev/ccd.c cvs rdiff -u -r1.51 -r1.52 src/sys/dev/dksubr.c cvs rdiff -u -r1.76 -r1.77 src/sys/dev/ld.c cvs rdiff -u -r1.232 -r1.233 src/sys/dev/vnd.c cvs rdiff -u -r1.312 -r1.313 src/sys/dev/raidframe/rf_netbsdkintf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.