aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/cpucontrol
Commit message (Expand)AuthorAgeFilesLines
* Add support for microcode update on newer AMD CPUs (10h+)Andriy Gapon2016-11-024-1/+352
* Return usual error indicator to shell.Konstantin Belousov2016-06-161-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge head from 7/28Simon J. Gerraty2014-08-192-3/+67
| |\ | |/ |/|
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * Sync with HEAD.David E. O'Brien2013-02-082-0/+6
| |\
| * \ Sync from headSimon J. Gerraty2012-11-042-2/+2
| |\ \
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
* | | | Restore the ABI of the cpuctl(4) ioctl request CPUCTL_CPUID, useKonstantin Belousov2014-06-201-1/+1
* | | | use .Mt to mark up email addresses consistently (part2)Baptiste Daroussin2014-06-201-1/+1
* | | | Following comments in r242565 add the possibility to specify ecx whenAttilio Rao2014-06-192-2/+66
| |_|/ |/| |
* | | Avoid clobbering errno with a call to fprintfEitan Adler2013-01-162-0/+6
| |/ |/|
* | While 'make universe' passed this didn't work with clang.Eitan Adler2012-10-261-0/+2
* | This utility builds without NO_WCAST_ALIGNEitan Adler2012-10-261-2/+0
* | More -Wmissing-variable-declarations fixes.Ed Schouten2012-10-191-1/+1
* | cpucontrol: use CPUCTL_UPDATE ioctl on correct file descriptorAndriy Gapon2012-06-031-1/+1
|/
* Fixes to man8 groff mandoc style, usage mistakes, or typos.Warren Block2012-05-241-1/+1
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-5/+5
* Fix warning when compiling with gcc46:Eitan Adler2012-01-201-2/+1
* Use NO_WCAST_ALIGN for usr.sbin/cpucontrol; because this is only builtDimitry Andric2011-12-171-0/+2
* Add VIA microde update support to cpuctl(4) and cpucontrol(8).Fabien Thomas2011-12-124-1/+288
* - 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
* Remove dead assignments, we overwrite the variable almost immediately.Gavin Atkinson2010-06-192-3/+0
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.Ed Schouten2010-01-021-2/+0
* 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-302-25/+136
* Correct the information about when the respective functionality firstChristian Brueffer2009-04-231-1/+1
* - use .Ex macro in EXIT STATUS sectionDaniel Gerzo2009-01-071-3/+1
* - Improve wording.Stanislav Sedov2009-01-041-1/+6
* Mdoc and wording improvements.Christian Brueffer2008-12-301-9/+13
* - Fix error reporting.Stanislav Sedov2008-08-121-5/+5
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelStanislav Sedov2008-08-088-0/+1130