Module Name: src Committed By: martin Date: Wed Aug 23 18:06:49 UTC 2023
Modified Files: src/usr.sbin/cpuctl [netbsd-10]: cpuctl.8 cpuctl.c Log Message: Pull up following revision(s) (requested by msaitoh in ticket #339): usr.sbin/cpuctl/cpuctl.8: revision 1.21 usr.sbin/cpuctl/cpuctl.c: revision 1.33 Unless -v is given, ignore EEXIST errors from the IOC_CPU_UCODE_APPLY ioctl() used to implement "cpuctl ucode N", which indicates that the microcode to be loaded already exists in the CPU, and as such, isn't really a very interesting "error". To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.20.10.1 src/usr.sbin/cpuctl/cpuctl.8 cvs rdiff -u -r1.32 -r1.32.2.1 src/usr.sbin/cpuctl/cpuctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.