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
*
Also remove the unused __word_swap_int*() macros.
ed
2009-04-08
1
-19
/
+0
*
Implement __bswap16() without using inline assembly.
ed
2009-04-08
1
-22
/
+1
*
Fix KBI breakage by r190520 which affects older linux.ko binaries:
dchagin
2009-04-05
2
-4
/
+4
*
Retire VM_PROT_READ_IS_EXEC. It was intended to be a micro-optimization,
alc
2009-04-04
1
-4
/
+0
*
Fix the Xen build for i386 PV mode.
dfr
2009-04-01
4
-1
/
+105
*
Sync definitions for struct sigcontext for i386 and amd64 architectures
kib
2009-04-01
1
-1
/
+5
*
Fill the fsbase and gsbase fields of the mcontext structure on i386.
kib
2009-04-01
1
-0
/
+16
*
Add all segment registers for the amd64 CPU to struct reg and mcontext.
kib
2009-04-01
1
-1
/
+6
*
Fix an uninitialized variable from the previous commit.
jkim
2009-03-31
1
-1
/
+2
*
Probe size of installed memory modules from loader and display it
jkim
2009-03-31
1
-2
/
+12
*
Extend comment in copyright notice as requested by author.
mr
2009-03-29
1
-1
/
+1
*
Add support for Phenom (Family 10h) to cpufreq.
mr
2009-03-28
1
-0
/
+515
*
Convert gdt_segs and ldt_segs initialization to C99 style.
kib
2009-03-26
1
-200
/
+200
*
Fix a few nits in the earlier changes to prevent local information leakage
jhb
2009-03-25
1
-4
/
+8
*
Rename (fpu|npx)_cleanstate to (fpu|npx)_initialstate to better reflect
jhb
2009-03-25
1
-13
/
+13
*
Fall back to using configuration type 1 accesses for PCI config requests if
jhb
2009-03-24
1
-0
/
+2
*
Update stale comments. The alternate address space mapping was eliminated
alc
2009-03-22
1
-2
/
+1
*
Eliminate the recomputation of pcb_cr3 from cpu_set_upcall(). The
alc
2009-03-22
1
-5
/
+1
*
Remove the uscanner(4) driver, this follows the removal of the kernel scanner
thompsa
2009-03-19
2
-2
/
+0
*
Add AT_EXECPATH ELF auxinfo entry type. The value's a_ptr is a pointer
kib
2009-03-17
1
-4
/
+2
*
Initial suspend/resume support for amd64.
jkim
2009-03-17
2
-1
/
+28
*
Remove IFF_NEEDSGIANT, a compatibility infrastructure introduced
rwatson
2009-03-15
1
-13
/
+0
*
MFamd64 r189785
alc
2009-03-14
1
-0
/
+2
*
Implement new way of branding ELF binaries by looking to a
dchagin
2009-03-13
2
-4
/
+18
*
Merge in support for Xen HVM on amd64 architecture.
dfr
2009-03-11
1
-1
/
+5
|
\
|
*
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
dfr
2008-11-22
309
-110508
/
+0
|
*
make gdtset UP as well as SMP so that non-SMP kernels will compile
kmacy
2008-10-30
1
-1
/
+1
|
*
handle case where actual eflags is passed to restore
kmacy
2008-10-25
1
-0
/
+3
|
*
hook xen into mptable
kmacy
2008-10-25
1
-0
/
+130
|
*
Merge basic SMP support from HEAD
kmacy
2008-10-25
11
-90
/
+350
|
*
Add mp bootstrap
kmacy
2008-10-18
1
-0
/
+1179
|
*
Evidently deriving l1_pages from nr_pt_frames can be wrong in both directions.
kmacy
2008-10-18
1
-2
/
+2
|
*
- allocate data structure pages from before the nkpt allocation
kmacy
2008-10-18
1
-20
/
+36
|
*
Don't set nkpt higher than the max required to map KVA
kmacy
2008-10-17
1
-2
/
+8
|
*
- don't rely on expensive rcr2 emulation
kmacy
2008-10-17
3
-13
/
+16
|
*
Fix issues in bootstrap
kmacy
2008-10-17
2
-2
/
+3
|
*
- Fix floating point handling for xen
kmacy
2008-10-16
7
-16
/
+33
|
*
- pull in xen_machdep.c from HEAD
kmacy
2008-10-16
15
-3407
/
+390
|
*
Add i386 specific xen support
kmacy
2008-10-15
27
-20
/
+13135
|
*
MFC: Add a CTASSERT() that KERNBASE is valid and update the KVA_PAGES
jhb
2008-09-23
2
-0
/
+9
|
*
MFC: Update comments about the 0xcf9 register reset method.
jhb
2008-09-18
1
-4
/
+7
|
*
MFC: Fail detach if cpufreq_unregister() fails.
jhb
2008-09-12
2
-4
/
+3
|
*
MFC: Adjust the handling of the various timer frequencies when using the
jhb
2008-09-12
1
-10
/
+17
|
*
MFC: Don't disable USB in the PAE kernel config.
jhb
2008-09-12
1
-19
/
+0
|
*
MFC: Decode "exotic" instructions such as pause as well as "cmov*" on i386.
jhb
2008-08-20
1
-10
/
+84
|
*
MFC: Add the optional nvram(4) device. As with 7.x, this device is off
jhb
2008-08-01
3
-3
/
+11
|
*
MFC: Drastically simplify the i386 pcpu backend by merging parts of the
jhb
2008-08-01
5
-142
/
+26
|
*
MFC r179347.
yongari
2008-07-28
1
-0
/
+1
|
*
MFC: After probing the available frequency settings, restore the CPU to run
jhb
2008-06-27
1
-3
/
+3
|
*
MFC: Add the kern.features sysctl tree and FEATURE() macro. Add a "pae"
jhb
2008-06-24
1
-0
/
+4
[next]