Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-7] src



Module Name:    src
Committed By:   martin
Date:           Mon Aug 18 12:40:36 UTC 2014

Modified Files:
        src/sbin/ccdconfig [netbsd-7]: ccdconfig.c
        src/sys/dev [netbsd-7]: ccd.c ccdvar.h

Log Message:
Pull up following revision(s) (requested by sborrill in ticket #38):
        sys/dev/ccd.c: revision 1.152
        sbin/ccdconfig/ccdconfig.c: revision 1.54
        sbin/ccdconfig/ccdconfig.c: revision 1.55
        sys/dev/ccdvar.h: revision 1.34
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.
Don't print ccd_size with %zu; it no longer has type size_t.
Instead, cast to uintmax_t and print with %ju.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.53.6.1 src/sbin/ccdconfig/ccdconfig.c
cvs rdiff -u -r1.151 -r1.151.2.1 src/sys/dev/ccd.c
cvs rdiff -u -r1.33 -r1.33.10.1 src/sys/dev/ccdvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index