summaryrefslogtreecommitdiffstats
path: root/usr.sbin/cpucontrol
Commit message (Expand)AuthorAgeFilesLines
* MFC r267651 (by attilio):kib2014-07-022-2/+66
* Avoid clobbering errno with a call to fprintfeadler2013-01-162-0/+6
* While 'make universe' passed this didn't work with clang.eadler2012-10-261-0/+2
* This utility builds without NO_WCAST_ALIGNeadler2012-10-261-2/+0
* More -Wmissing-variable-declarations fixes.ed2012-10-191-1/+1
* cpucontrol: use CPUCTL_UPDATE ioctl on correct file descriptoravg2012-06-031-1/+1
* Fixes to man8 groff mandoc style, usage mistakes, or typos.wblock2012-05-241-1/+1
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-191-5/+5
* Fix warning when compiling with gcc46:eadler2012-01-201-2/+1
* Use NO_WCAST_ALIGN for usr.sbin/cpucontrol; because this is only builtdim2011-12-171-0/+2
* Add VIA microde update support to cpuctl(4) and cpucontrol(8).fabient2011-12-124-1/+288
* - Save some space relying on the fact that all ioctl commandsstas2011-01-071-5/+5
* - Show textual representation of ioctl command in warning messagestas2011-01-061-2/+7
* Remove dead assignments, we overwrite the variable almost immediately.gavin2010-06-192-3/+0
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theuqs2010-05-131-2/+2
* The last big commit: let usr.sbin/ use WARNS=6 by default.ed2010-01-021-2/+0
* ANSIfy almost all applications that use WARNS=6.ed2009-12-291-1/+1
* (S)LIST_HEAD_INITIALIZER takes a (S)LIST_HEAD as an argument.antoine2009-12-281-1/+1
* - Add support to atomically set/clear individual bits of a MSR registerstas2009-06-302-25/+136
* Correct the information about when the respective functionality firstbrueffer2009-04-231-1/+1
* - use .Ex macro in EXIT STATUS sectiondanger2009-01-071-3/+1
* - Improve wording.stas2009-01-041-1/+6
* Mdoc and wording improvements.brueffer2008-12-301-9/+13
* - Fix error reporting.stas2008-08-121-5/+5
* - Add cpuctl(4) pseudo-device driver to provide access to some low-levelstas2008-08-088-0/+1130
OpenPOWER on IntegriCloud