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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Copy amd64 sysarch.h to x86 and merge with i386 sysarch.h. Replace
tijl
2012-03-19
1
-0
/
+138
*
Copy i386 specialreg.h to x86 and merge with amd64 specialreg.h. Replace
tijl
2012-03-19
1
-0
/
+678
*
Copy i386 psl.h to x86 and replace amd64/i386/pc98 psl.h with stubs.
tijl
2012-03-19
1
-0
/
+84
*
Move userland bits (and some common kernel bits) from amd64 and i386
tijl
2012-03-19
1
-0
/
+286
*
Eliminate ia32_reg.h by moving its contents to x86 and ia64 reg.h.
tijl
2012-03-18
1
-5
/
+8
*
Copy i386 reg.h to x86 and merge with amd64 reg.h. Replace i386/amd64/pc98
tijl
2012-03-18
1
-0
/
+253
*
Move userland bits of i386 npx.h and amd64 fpu.h to x86 fpu.h.
tijl
2012-03-16
1
-0
/
+216
*
Revert the PCIe 4GB boundary issue workaround now that the proper fix is
jhb
2012-03-16
1
-8
/
+0
*
- Fix to build a native i386 kernel without the SMP and atpic.
nyan
2012-03-16
3
-46
/
+50
*
Move i386's intr_machdep.c to the x86 tree and share it with amd64.
jhb
2012-03-09
1
-0
/
+567
*
Add casts to __uint16_t to the __bswap16() macros on all arches which
dim
2012-03-09
1
-2
/
+2
*
Cast the expression in __bswap16(x) to __uint16_t because it is promoted
tijl
2012-03-09
1
-2
/
+2
*
Clean up x86 endian.h:
tijl
2012-03-09
1
-44
/
+37
*
Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace
tijl
2012-03-04
1
-0
/
+48
*
Do not use INT64_C and UINT64_C to define 64 bit integer limits. They
tijl
2012-03-04
1
-6
/
+10
*
Copy amd64 trap.h to x86 and replace amd64/i386/pc98 trap.h with stubs.
tijl
2012-03-04
1
-0
/
+95
*
Copy amd64 float.h to x86 and merge with i386 float.h. Replace
tijl
2012-03-04
1
-0
/
+98
*
- Change contigmalloc() to use the vm_paddr_t type instead of an unsigned
jhb
2012-03-01
1
-2
/
+2
*
Copy amd64 stdarg.h to x86 and replace amd64/i386/pc98 stdarg.h with stubs.
tijl
2012-02-28
1
-0
/
+75
*
Copy amd64 setjmp.h to x86 and replace amd64/i386/pc98 setjmp.h with stubs.
tijl
2012-02-28
1
-0
/
+50
*
Workaround for PCIe 4GB boundary issue
emaste
2012-02-28
1
-0
/
+8
*
Copy amd64 endian.h to x86 and merge with i386 endian.h. Replace
tijl
2012-02-28
1
-0
/
+138
*
Copy amd64 _stdint.h to x86 and merge with i386 _stdint.h. Replace
tijl
2012-02-28
1
-0
/
+191
*
Copy amd64 _limits.h to x86 and merge with i386 _limits.h. Replace
tijl
2012-02-28
1
-0
/
+101
*
Copy amd64 _types.h to x86 and merge with i386 _types.h. Replace existing
tijl
2012-02-28
1
-0
/
+160
*
- Panic up front if a kernel does not include 'device atpic' and an
jhb
2012-02-27
1
-1
/
+10
*
Fix apparent logic reversal in setting the 'auto_mode' flag.
kan
2012-02-26
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
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
3
-6
/
+3
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
4
-11
/
+12
*
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
*
Disable TSC usage inside SMP VM environments. On my VMware ESXi 4.1
silby
2011-08-22
1
-3
/
+8
*
Fix build when NEW_PCIB is not defined.
jhb
2011-07-16
2
-1
/
+7
*
Respect the BIOS/firmware's notion of acceptable address ranges for PCI
jhb
2011-07-15
3
-5
/
+315
*
If TSC stops ticking in C3, disable deep sleep when the user forcefully
jkim
2011-07-14
1
-0
/
+1
*
Move {amd64,i386}/pci/pci_bus.c and {amd64,i386}/include/pci_cfgreg.h to
jhb
2011-06-22
2
-0
/
+779
*
Set negative quality to TSC timecounter when C3 state is enabled for Intel
jkim
2011-06-22
1
-0
/
+13
*
Teach the compiler how to shift TSC value efficiently. As noted in r220631,
jkim
2011-06-17
1
-2
/
+5
*
Tidy up r222866.
jkim
2011-06-08
1
-6
/
+6
*
Increase quality of TSC (or TSC-low) timecounter to 1000 if it is P-state
jkim
2011-06-08
1
-2
/
+27
*
Introduce low-resolution TSC timecounter "TSC-low". It replaces the normal
jkim
2011-06-08
1
-6
/
+38
*
Remove a redundant assignment since r221703.
jkim
2011-06-08
1
-3
/
+0
*
MFC
attilio
2011-05-09
2
-11
/
+75
*
MFC
attilio
2011-05-06
2
-47
/
+13
*
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
1
-1
/
+1
*
MFC
attilio
2011-05-03
2
-0
/
+2
*
Fix build with clang. Please note there is an LLVM/Clang PR:
jkim
2011-05-02
1
-1
/
+1
[prev]
[next]