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
*
Collect N identical (or near identical) mkdumpheader() implementations into
peter
2008-10-01
2
-44
/
+2
*
Bump MAXCPU to 32 now that 32 CPU x86 systems exist.
jhb
2008-10-01
1
-1
/
+1
*
Remove ipi_all() and ipi_self() as the former hasn't been used at
marius
2008-09-28
3
-67
/
+0
*
Frames created by the Xcpustop, Xrendezvous, Xipi_intr_bitmap_handler
kib
2008-09-27
1
-2
/
+7
*
Replace all calls to minor() with dev2unit().
ed
2008-09-27
3
-7
/
+7
*
Remove unit2minor() use from kernel code.
ed
2008-09-26
1
-2
/
+2
*
move ipi_pcpu to evtchn.c
kmacy
2008-09-26
2
-11
/
+2
*
Update xen/interface includes to the latest in mercurial
kmacy
2008-09-26
1
-2
/
+2
*
add initial ipi definitions
kmacy
2008-09-25
1
-6
/
+32
*
add ipi mapping
kmacy
2008-09-25
1
-1
/
+3
*
add NPGPTD_SHIFT for the nkpt calculation
kmacy
2008-09-25
1
-0
/
+2
*
Make nkpt dependent on the size of the initial memory allocation
kmacy
2008-09-25
2
-10
/
+9
*
Add multiple include guards.
jhb
2008-09-24
1
-0
/
+4
*
Change the static struct sysentvec and struct Elf_Brandinfo initializers
kib
2008-09-24
3
-144
/
+148
*
The kernel implemented 'memcmp' is an alias for 'bcmp'. However, memcmp
obrien
2008-09-23
1
-1
/
+1
*
MFamd64 SVN rev 179749 CVS rev 1.620
alc
2008-09-20
1
-15
/
+31
*
MFamd64 SVN rev 179471 CVS rev 1.619
alc
2008-09-19
1
-5
/
+3
*
- Recognize SAVE and OSXSAVE extended processor features.
stas
2008-09-18
1
-2
/
+2
*
Don't do round robin assignment of interrupts on xen
kmacy
2008-09-18
1
-0
/
+7
*
Change order of pcpu initialization so the pc_prvspace is set
kmacy
2008-09-18
1
-1
/
+1
*
fix initial page directory setup for APs to work when KERNBASE < 0xc0000000
kmacy
2008-09-18
1
-37
/
+36
*
MFamd64: More CPUID feature flags: SSE4, X2APIC, POPCNT, DTES64, and 1GB
jhb
2008-09-17
2
-6
/
+12
*
Some people have very strange notions of how large KVA_PAGES should be. The
kmacy
2008-09-17
1
-37
/
+55
*
Add 'device acpi' to GENERIC on i386. Most newer i386 machines require it,
jhb
2008-09-16
1
-0
/
+1
*
Correct a callchain capture bug on the i386.
jkoshy
2008-09-15
1
-2
/
+20
*
When doing rfork(0), i.e. separating curproc VM from any other user of
kib
2008-09-12
3
-5
/
+14
*
The user_ldt_alloc() function shall return with dt_lock locked.
kib
2008-09-12
1
-5
/
+9
*
Remove warning about static LDT segment allocation. Applications
kib
2008-09-12
1
-9
/
+0
*
Add a 'hw.pci.mcfg' tunable. It can be set to 0 to disable memory-mapped
jhb
2008-09-11
1
-0
/
+6
*
Update the comments above the 0xcf9 register reset attempt to match the
jhb
2008-09-11
1
-4
/
+7
*
Resurrect the sbni(4) driver. Someone finally tested the MPSAFE patches and
jhb
2008-09-10
1
-0
/
+6
*
Some K8 chipsets don't expose all of the PCI devices on bus 0 via PCIe
jhb
2008-09-10
1
-14
/
+44
*
Add a proper detach method to the est(4) driver using cpufreq_unregister().
jhb
2008-09-10
1
-3
/
+6
*
Get initial bootstrap of APs working under xen.
kmacy
2008-09-10
9
-29
/
+1251
*
Segment registers are stored in the uc_mcontext member of the struct
kib
2008-09-07
2
-1
/
+3
*
- Add the i386_memio_map_load() function to load I/O address table.
nyan
2008-09-07
1
-21
/
+2
*
Correct a copy-paste error---do not look for REX prefixes in i386 code.
jkoshy
2008-09-05
1
-2
/
+2
*
enable the xen_guest string so that the freebsd xen kernel will
kmacy
2008-09-03
1
-2
/
+1
*
Accomodate the fact that the number of l1 pages varies with the size of the ...
kmacy
2008-09-02
1
-5
/
+8
*
Fix problem with large memory configuration by ensuring that all NKPT
kmacy
2008-09-02
1
-0
/
+7
*
Fail detach if cpufreq_unregister() fails.
jhb
2008-08-28
2
-4
/
+3
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
1
-1
/
+1
*
Move empty filter handling to MI source.
jkim
2008-08-26
1
-4
/
+0
*
Disable the code to generate a simple table from the status MSR by default.
jhb
2008-08-26
1
-0
/
+5
*
Fix a typo in copyrights.
jkim
2008-08-25
2
-2
/
+2
*
Add a very simple dpms(4) driver that uses the VESA BIOS DPMS calls to
jhb
2008-08-23
2
-0
/
+232
*
If we are unable to obtain a frequency list from either ACPI or the static
jhb
2008-08-23
1
-1
/
+88
*
Adjust the handling the various timer frequencies when using the lapic
jhb
2008-08-23
1
-10
/
+17
*
Don't try enumerating APICs when running on top of xen
kmacy
2008-08-22
1
-0
/
+2
*
Extend the support for PCI-e memory mapped configuration space access:
jhb
2008-08-22
2
-36
/
+43
[next]