aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cpucontrol/cpucontrol.c
Commit message (Expand)AuthorAgeFilesLines
* 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