Module Name: src Committed By: sborrill Date: Sat Aug 16 19:27:27 UTC 2014
Modified Files: src/sbin/ccdconfig: ccdconfig.c src/sys/dev: ccd.c ccdvar.h Log Message: Switch size_t to uint64_t in appropriate places to ensure that ccd(4) works with component and total sizes of > 2TB. Add COMPAT_60 code for platforms where this alters userland-accessible structures. Make kernel print device information when a ccd configured. Fix some typos in comments. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sbin/ccdconfig/ccdconfig.c cvs rdiff -u -r1.151 -r1.152 src/sys/dev/ccd.c cvs rdiff -u -r1.33 -r1.34 src/sys/dev/ccdvar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.