Module Name: src Committed By: msaitoh Date: Mon Dec 23 12:35:33 UTC 2013
Modified Files: src/usr.sbin/cpuctl: cpuctl.8 cpuctl.c cpuctl.h src/usr.sbin/cpuctl/arch: i386.c Log Message: Add verbose flag. On x86 cpu, cpuctl -v identify dumps the return values of the cpuid functions. The max levels are taken from CPUID 0 and CPUID 8000_0000. It's useful for the future CPU. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/cpuctl/cpuctl.8 cvs rdiff -u -r1.22 -r1.23 src/usr.sbin/cpuctl/cpuctl.c cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/cpuctl/cpuctl.h cvs rdiff -u -r1.52 -r1.53 src/usr.sbin/cpuctl/arch/i386.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.