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
/
conf
Commit message (
Expand
)
Author
Age
Files
Lines
*
Intel QPI chipsets actually provide two extra "non-core" PCI buses that
jhb
2010-08-25
2
-0
/
+2
*
MFtbemd:
imp
2010-08-23
2
-3
/
+3
*
FPU EMU is 32-bit only for now, so mark it as a powerpc-only feature.
nwhitehorn
2010-08-20
1
-9
/
+9
*
Unbreak the LINT kernel on powerpc64. Note that the LINT kernel
nwhitehorn
2010-08-19
1
-0
/
+3
*
For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in
rpaulo
2010-08-17
3
-15
/
+15
*
Nothing uses TARGET_EMULATOR, so gc it.
imp
2010-08-15
1
-1
/
+0
*
Rename TARGET_XLR_XLS to CPU_RMI to match other CPU_xxx definitions.
jchandra
2010-08-13
1
-1
/
+1
*
Add tpm(4) driver for Trusted Platform Module.
takawata
2010-08-12
1
-0
/
+3
*
License ACK is not required for the wpifw module nor when building
bschmidt
2010-08-08
1
-1
/
+1
*
Do not build real mode emulator for i386. We use VM86 again since r210877.
jkim
2010-08-08
1
-2
/
+1
*
Merge ACPICA 20100806.
jkim
2010-08-06
1
-0
/
+1
*
Fix a bunch of errors (spelling and similar).
olli
2010-08-05
1
-26
/
+24
*
Add support for the IBM Full-System Simulator (Mambo). This code has been
nwhitehorn
2010-07-31
2
-0
/
+6
*
Adapt sparc64 and sun4v timer code for the new event timers infrastructure.
mav
2010-07-29
2
-0
/
+2
*
Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma
mdf
2010-07-28
2
-0
/
+15
*
Add a parser for the ACPI SRAT table for amd64 and i386. It sets
jhb
2010-07-27
2
-1
/
+2
*
Remove the acpi_aiboost driver. It has been replaced by aibs(4).
rpaulo
2010-07-25
1
-1
/
+0
*
Move sys/nfsclient/nfs_lock.c into sys/nfs and build it as a separate
rmacklem
2010-07-24
1
-2
/
+1
*
Crypto(4) driver for AESNI.
kib
2010-07-23
2
-0
/
+8
*
Update MIPS timer code (except RMI) to utilize new MI event timer
mav
2010-07-23
1
-0
/
+1
*
Fix previous commit: don't remove the WERROR definition when using
rpaulo
2010-07-22
1
-1
/
+3
*
Handle a few corner cases for clang like we did with icc. These should
rpaulo
2010-07-22
3
-6
/
+8
*
Update the port of FreeBSD to Cavium Octeon to use the Cavium Simple Executive
jmallett
2010-07-20
2
-1
/
+12
*
Now that we are fully FDT-driven on MRVL platforms, remove PHYSMEM_SIZE option.
raj
2010-07-19
1
-1
/
+0
*
Move MRVL FDT fixups and PIC decode routine to a platform specific area.
raj
2010-07-19
1
-1
/
+0
*
Simple compatibility hacks for building on older systems where
imp
2010-07-15
2
-0
/
+7
*
- Update 6000 firmware to 9.221.4.1
bschmidt
2010-07-15
1
-1
/
+15
*
Rename timeevents.c to kern_clocksource.c.
mav
2010-07-14
3
-3
/
+3
*
Move timeevents.c to MI code, as it is not x86-specific. I already have
mav
2010-07-14
3
-3
/
+4
*
Convert several instances of MACHINE_ARCH to MACHINE_CPUARCH and use the
nwhitehorn
2010-07-13
4
-13
/
+13
*
Unify pc98 event timer code with the rest of x86.
mav
2010-07-13
1
-1
/
+2
*
Add powerpc64 kernel ldscript.
nwhitehorn
2010-07-13
1
-0
/
+144
*
MFppc64:
nwhitehorn
2010-07-13
3
-16
/
+35
*
Move i386-inherited logic of building ACPI headers for acpi_wakeup.c into
jkim
2010-07-12
1
-10
/
+19
*
Unify ABI-related bits of the Book-E and AIM machdep routines
nwhitehorn
2010-07-12
1
-0
/
+1
*
Sort platform options.
raj
2010-07-11
1
-1
/
+1
*
Convert Freescale PowerPC platforms to FDT convention.
raj
2010-07-11
2
-16
/
+18
*
64 bit ld script for mips, and configuration file for 64 bit compilation
jchandra
2010-07-08
1
-0
/
+301
*
OK, I was a bit sleep this morning and checked in
jfv
2010-06-30
1
-0
/
+4
*
Import the acpi_aibs(4) driver written by Constantine A. Murenin.
rpaulo
2010-06-25
1
-0
/
+1
*
Add linker script and configuration file for n32 kernel.
jchandra
2010-06-24
1
-0
/
+303
*
Some style fixes for r209371.
mav
2010-06-22
2
-2
/
+2
*
Implement new event timers infrastructure. It provides unified APIs for
mav
2010-06-20
3
-0
/
+3
*
Only enable kdtrace hook in the LINT on the architectures that implement it.
kib
2010-06-18
1
-6
/
+0
*
Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.
mav
2010-06-17
1
-0
/
+2
*
Merge jmallett@'s n64 work into HEAD - changeset 4
jchandra
2010-06-17
1
-1
/
+1
*
Convert Marvell ARM platforms to FDT convention.
raj
2010-06-13
3
-1
/
+10
*
Connect FDT infrastructure to the build system.
raj
2010-06-13
1
-0
/
+24
*
Fix typo.
ae
2010-06-09
1
-1
/
+1
*
New netgraph node ng_patch(4). It performs data modification of packets
ae
2010-06-09
3
-0
/
+3
[next]