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
/
cpuctl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase allowed size of the microcode blob to 32KB. Some Intel CPU's
kib
2014-12-20
1
-1
/
+1
*
Make cpuctl_do_cpuid() and cpuctl_do_cpuid_count() return void.
kib
2014-06-24
1
-17
/
+11
*
Restore the ABI of the cpuctl(4) ioctl request CPUCTL_CPUID, use
kib
2014-06-20
1
-6
/
+12
*
Following comments in r242565 add the possibility to specify ecx when
attilio
2014-06-19
1
-4
/
+19
*
Use correct types for sizeof() in the calculations for the malloc(9) sizes [1].
kib
2014-03-12
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