index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
cpuctl
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r267651 (by attilio):
kib
2014-07-02
1
-14
/
+29
*
MFC r263080:
kib
2014-03-19
1
-7
/
+2
*
Call free() on the pointer returned from malloc().
kib
2013-09-10
1
-8
/
+8
*
Match malloc(9) calls with free(9), not contigfree(9). Also remove
kib
2013-08-10
1
-4
/
+2
*
Increase the microcode max size to 16K to accomodate more recent Intel
rpaulo
2013-07-03
1
-1
/
+1
*
Typos in comments.
rpaulo
2013-07-03
1
-3
/
+3
*
cpuctl_do_cpuid: explicitly use ecx=0 for cpuid call
avg
2012-11-04
1
-1
/
+1
*
Add VIA microde update support to cpuctl(4) and cpucontrol(8).
fabient
2011-12-12
1
-1
/
+80
*
- Add support to atomically set/clear individual bits of a MSR register
stas
2009-06-30
1
-2
/
+18
*
- Don't zero data field in case of MSR write operation. Before this change
stas
2009-06-26
1
-4
/
+7
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
1
-2
/
+2
*
Remove unneeded D_NEEDMINOR from cpuctl(4).
ed
2008-09-01
1
-1
/
+0
*
- Add cpuctl(4) pseudo-device driver to provide access to some low-level
stas
2008-08-08
1
-0
/
+446