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
/
x86
/
acpica
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allocate the ioapics[] array dynamically since it is only needed for the
jhb
2012-03-28
1
-5
/
+11
*
Mark the 'lapics' and 'ioapics' arrays here static since they are
jhb
2012-03-22
1
-2
/
+2
*
Fix a few bugs in the SRAT parsing code:
jhb
2012-01-03
1
-5
/
+12
*
Get rid of kludgy per-descriptor state handling in acpi_apm.
ed
2011-12-05
1
-63
/
+25
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
2
-2
/
+2
*
Ignore SRAT memory entries if the memory range does not overlap with an
jhb
2011-10-05
1
-0
/
+26
*
Fix a deficiency in the selinfo interface:
attilio
2011-08-25
1
-0
/
+1
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
1
-1
/
+0
*
Make APM emulation look more closer to its origin. Use device_get_softc(9)
jkim
2010-11-10
1
-7
/
+6
*
Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a new
jkim
2010-11-10
1
-0
/
+490
*
Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.
jkim
2010-11-09
1
-0
/
+91
*
Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it is
jhb
2010-11-08
1
-0
/
+572
*
When performing a sanity check on the SRAT table to ensure that each
jhb
2010-07-29
1
-1
/
+2
*
Add a parser for the ACPI SRAT table for amd64 and i386. It sets
jhb
2010-07-27
1
-0
/
+329