Module Name: src Committed By: maxv Date: Sat May 11 19:31:04 UTC 2019
Modified Files: src/distrib/sets/lists/etc: mi src/etc/defaults: rc.conf src/etc/mtree: special src/share/man/man5: rc.conf.5 src/usr.sbin/postinstall: postinstall Added Files: src/etc/rc.d: smtoff Log Message: Add smtoff, an rc.d script that disables Simultaneous Multi-Threading. It parses the output of cpuctl, and executes "cpuctl offline" for each CPU that has SmtID!=0. The default is "smtoff=NO", which means that SMT remains enabled. To generate a diff of this commit: cvs rdiff -u -r1.257 -r1.258 src/distrib/sets/lists/etc/mi cvs rdiff -u -r1.147 -r1.148 src/etc/defaults/rc.conf cvs rdiff -u -r1.166 -r1.167 src/etc/mtree/special cvs rdiff -u -r0 -r1.1 src/etc/rc.d/smtoff cvs rdiff -u -r1.179 -r1.180 src/share/man/man5/rc.conf.5 cvs rdiff -u -r1.225 -r1.226 src/usr.sbin/postinstall/postinstall Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.