summaryrefslogtreecommitdiff
path: root/usr.sbin/cpucontrol/cpucontrol.c
Commit message (Expand)AuthorAgeFilesLines
* Replace literal uses of /usr/local in C sources with _PATH_LOCALBASEStefan Eßer2020-10-271-1/+2
* cpucontrol: print more useful information when MSR access fails.Konstantin Belousov2019-11-131-1/+1
* cpucontrol: check for the supposed firmware file type and skipKonstantin Belousov2019-01-111-0/+2
* cpucontrol(8): De-duplicate common update logicConrad Meyer2018-11-141-44/+101
* Make it possible to re-evaluate cpu_features.Konstantin Belousov2018-01-051-17/+43
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Allow to disable default microcode updates search path with the newKonstantin Belousov2017-09-301-5/+7
* Add support for microcode update on newer AMD CPUs (10h+)Andriy Gapon2016-11-021-0/+1
* Return usual error indicator to shell.Konstantin Belousov2016-06-161-1/+1
* Restore the ABI of the cpuctl(4) ioctl request CPUCTL_CPUID, useKonstantin Belousov2014-06-201-1/+1
* Following comments in r242565 add the possibility to specify ecx whenAttilio Rao2014-06-191-2/+57
* More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-5/+5
* Add VIA microde update support to cpuctl(4) and cpucontrol(8).Fabien Thomas2011-12-121-0/+2
* - Save some space relying on the fact that all ioctl commandsStanislav Sedov2011-01-071-5/+5
* - Show textual representation of ioctl command in warning messageStanislav Sedov2011-01-061-2/+7
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.Antoine Brodin2009-12-281-1/+1
* - Add support to atomically set/clear individual bits of a MSR registerStanislav Sedov2009-06-301-20/+81
* - Fix error reporting.Stanislav Sedov2008-08-121-5/+5
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelStanislav Sedov2008-08-081-0/+362