NetBSD/sbin/ccdconfig
martin e27a3c4903 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.
2014-08-18 12:40:36 +00:00
..
Makefile one less kvm groveller. Use sysctl to get ccd info. 2013-04-27 17:12:36 +00:00
ccd.conf.5
ccdconfig.8 one less kvm groveller. Use sysctl to get ccd info. 2013-04-27 17:12:36 +00:00
ccdconfig.c Pull up following revision(s) (requested by sborrill in ticket #38): 2014-08-18 12:40:36 +00:00
pathnames.h