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
/
i386
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix whitespace nits.
bschmidt
2010-08-06
1
-1
/
+1
*
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
jhb
2010-08-06
3
-12
/
+83
*
Implement a simple native VM86 backend for X86BIOS. Now i386 uses native
jkim
2010-08-05
1
-1
/
+2
*
Change the MPTable and $PIR PCI-PCI bridge drivers to inherit from the
jhb
2010-08-05
2
-50
/
+4
*
Tweak the logic to disable CLFLUSH in virtual environments to work around
jhb
2010-08-02
1
-6
/
+6
*
Improve cputemp(4) driver wrt newer Intel processors, especially
delphij
2010-07-29
1
-0
/
+1
*
Mark the __curthread() functions as __pure2 and remove the volatile keyword
jhb
2010-07-29
1
-2
/
+2
*
MFamd64: r210615
jkim
2010-07-29
2
-1
/
+2
*
The corrected error count field is dependent on CMCI, not TES.
jhb
2010-07-28
1
-3
/
+3
*
Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma
mdf
2010-07-28
1
-0
/
+1
*
The interpreter name should no longer be treated as a buffer that can be
alc
2010-07-28
1
-10
/
+5
*
Very rough first cut at NUMA support for the physical page allocator. For
jhb
2010-07-27
1
-0
/
+7
*
Simplify fldcw() macro. There is no reason to use pointer here. No object
jkim
2010-07-26
1
-5
/
+5
*
Remove an unused macro since r189418.
jkim
2010-07-26
1
-1
/
+0
*
Reduce diff against fenv.h:
jkim
2010-07-26
1
-12
/
+14
*
FNSTSW instruction can use AX register as an operand.
jkim
2010-07-26
1
-1
/
+1
*
Remove the acpi_aiboost driver. It has been replaced by aibs(4).
rpaulo
2010-07-25
1
-3
/
+0
*
MFamd64:
rpaulo
2010-07-21
1
-0
/
+7
*
Store fsbase and gsbase in the right fields of the mcontext. They were
tijl
2010-07-20
1
-4
/
+4
*
Add hints for i8254 timer on i386 and amd64. Some people report about
mav
2010-07-16
1
-0
/
+3
*
Move functions declaration to MI code, following implementation.
mav
2010-07-15
1
-5
/
+0
*
- Update 6000 firmware to 9.221.4.1
bschmidt
2010-07-15
1
-0
/
+2
*
Remove obsolete undef of COPY_SIGCODE. It appears to have not been
imp
2010-07-13
1
-6
/
+0
*
Reduce the number of global TLB shootdowns generated by pmap_qenter().
alc
2010-07-10
1
-6
/
+9
*
Fix spacing.
kib
2010-07-09
1
-1
/
+1
*
For both i386 and amd64 pmap,
kib
2010-07-09
2
-2
/
+2
*
Revert r209638. After commit, there appeared to be more people who liked
mav
2010-07-02
1
-2
/
+2
*
Make stray irq counters have format alike to other counters. Unified format
mav
2010-07-01
1
-2
/
+2
*
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
jhb
2010-06-30
1
-0
/
+1
*
Regenerate
kib
2010-06-28
4
-448
/
+448
*
Import the acpi_aibs(4) driver written by Constantine A. Murenin.
rpaulo
2010-06-25
1
-0
/
+3
*
Clear DF bit in eflags/rflags on the kernel entry. The i386 and amd64
kib
2010-06-23
3
-0
/
+12
*
Fix bugs on pc98, use npxgetuserregs() instead of npxgetregs() for
kib
2010-06-23
1
-8
/
+4
*
After the FPU use requires #MF working due to INT13 FPU exception handling
kib
2010-06-23
3
-43
/
+33
*
Remove the support for int13 FPU exception reporting on i386. It is
kib
2010-06-23
4
-142
/
+32
*
Remove unused i586 optimized bcopy/bzero/etc implementations that utilize
kib
2010-06-23
4
-832
/
+7
*
Some style fixes for r209371.
mav
2010-06-22
1
-2
/
+4
*
Implement new event timers infrastructure. It provides unified APIs for
mav
2010-06-20
2
-8
/
+2
*
Only enable kdtrace hook in the LINT on the architectures that implement it.
kib
2010-06-18
1
-0
/
+6
*
Merge COUNT_XINVLTLB_HITS and COUNT_IPIS kernel options from i386 to amd64.
mav
2010-06-17
1
-12
/
+23
*
Restore the machine check register banks on resume. For banks being
jhb
2010-06-15
2
-0
/
+3
*
Fix bug introduced in SVN rev 194985. When calling pic_assign_cpu()
mav
2010-06-14
1
-1
/
+1
*
Check general TSC presence before doing more specific checks and printfs.
mav
2010-06-12
1
-1
/
+5
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
3
-12
/
+7
*
Relax one of the new assertions in pmap_enter() a little. Specifically,
alc
2010-06-11
2
-2
/
+4
*
Do not require pos parameter to be zero in MAP_ANONYMOUS mmap requests
kan
2010-06-10
1
-2
/
+6
*
Reduce the scope of the page queues lock and the number of
alc
2010-06-10
2
-22
/
+32
*
Move the MD support for PCI message signalled interrupts to the x86 tree
jhb
2010-06-08
1
-602
/
+0
*
Move the machine check support code to the x86 tree since it is identical
jhb
2010-06-08
1
-884
/
+0
*
Move the I/O APIC code to the x86 tree since it is identical on i386 and
jhb
2010-06-08
1
-922
/
+0
[next]