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
*
Add various constants for the PAT MSR and the PAT PTE and PDE flags.
jhb
2006-05-01
4
-0
/
+64
*
Add a new 'pmap_invalidate_cache()' to flush the CPU caches via the
jhb
2006-05-01
6
-3
/
+81
*
Using an idea from Stephan Uphoff, use the empty pte's that correspond
peter
2006-05-01
1
-50
/
+115
*
Fix missing changes required for the amd64->i386 conversion. Add the
peter
2006-05-01
1
-3
/
+4
*
Rewrite of puc(4). Significant changes are:
marcel
2006-04-28
1
-2
/
+0
*
Interim fix for pmap problems I introduced with my last commit.
peter
2006-04-28
1
-82
/
+65
*
Unbreak pc98. Sorry...
sobomax
2006-04-28
1
-0
/
+2
*
In general, bits in the page directory entry (PDE) and the page table
alc
2006-04-27
1
-10
/
+4
*
Add the rr232x driver to the default kernels.
scottl
2006-04-27
2
-0
/
+6
*
In the case when reset via keyboard controller doesn't work for some reason
sobomax
2006-04-27
1
-3
/
+19
*
Fix build on i386
delphij
2006-04-27
1
-2
/
+2
*
MFamd64: shrink pv entries from 24 bytes to about 12 bytes. (336 pv entries
peter
2006-04-26
2
-155
/
+369
*
Check if reported HTT cores are physical cores. This commit does not
jkim
2006-04-25
1
-0
/
+8
*
Add another Intel CPU feature flag, xTPR (Send Task Priority Messages).
jkim
2006-04-24
1
-1
/
+1
*
Check if deterministic cache parameters leaf is valid before use.
jkim
2006-04-24
1
-1
/
+2
*
Adjust dangerous-shared-cache-detection logic from "all shared data
cperciva
2006-04-24
1
-2
/
+2
*
Move AHC_REG_PRETTY_PRINT and AHD_REG_PRETTY_PRINT below
delphij
2006-04-24
1
-4
/
+4
*
Merge minidumps from amd64 where they were originally developed.
peter
2006-04-21
4
-0
/
+466
*
Set the rid of the resource we're about to return to the user.
imp
2006-04-20
1
-1
/
+1
*
Correct a local information leakage bug affecting AMD FPUs.
cperciva
2006-04-19
1
-2
/
+40
*
Import ACPI Dock Station support. Note that this is still very young.
iwasaki
2006-04-15
1
-0
/
+3
*
Retire pmap_track_modified(). We no longer need it because we do not
alc
2006-04-12
1
-42
/
+10
*
Hook bce up to the build
ps
2006-04-10
1
-0
/
+1
*
- Don't set CR0_NE and CR0_MP in npx_probe() as they are already set
jhb
2006-04-06
2
-27
/
+36
*
Cache the value of the lower half of each I/O APIC redirection table entry
jhb
2006-04-05
1
-6
/
+4
*
Freshen a comment.
jkoshy
2006-04-04
1
-2
/
+3
*
Eliminate HAVE_STOPPEDPCBS. On ia64 the PCPU holds a pointer to the
marcel
2006-04-03
1
-0
/
+2
*
Remove the unused sva and eva arguments from pmap_remove_pages().
peter
2006-04-03
1
-8
/
+1
*
Introduce pmap_try_insert_pv_entry(), a function that conditionally creates
alc
2006-04-02
1
-13
/
+28
*
Add kbdmux(4) to GENERIC
emax
2006-03-31
1
-0
/
+2
*
Hook the MFI driver up to the build.
scottl
2006-03-29
1
-0
/
+1
*
Use wrapper macros for atomic pointer operations in order to perform the
des
2006-03-28
1
-18
/
+36
*
If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fall
jhb
2006-03-27
1
-4
/
+5
*
Eliminate unnecessary invalidations of the entire TLB by pmap_remove().
alc
2006-03-21
1
-1
/
+7
*
Remove stale KSE code.
davidxu
2006-03-21
1
-11
/
+2
*
Drop some unneeded casts since we program the kernel in C rather than C++.
jhb
2006-03-20
2
-2
/
+2
*
regen
netchild
2006-03-18
3
-5
/
+20
*
Fixup some problems in my previous commit (COMPAT_43).
netchild
2006-03-18
1
-3
/
+3
*
regen after COMPAT_43 removal
netchild
2006-03-18
6
-20
/
+29
*
Get rid of the need of COMPAT_43 in the linuxolator.
netchild
2006-03-18
1
-11
/
+7
*
Don't allow userland to set hardware watch points on kernel memory at all.
jhb
2006-03-14
1
-23
/
+20
*
It is not necessary to read %gs twice.
davidxu
2006-03-10
1
-2
/
+1
*
Fix stack offset to allow gcc's stack aligment code to work correctly.
davidxu
2006-03-10
1
-1
/
+1
*
Flip the switch and don't route interrupts to hyperthreads in a HT system.
jhb
2006-03-09
1
-2
/
+2
*
Improve the advantech watchdog.
phk
2006-03-06
1
-2
/
+6
*
Take the functionality contained in the former "options TDFX_LINUX"
yar
2006-03-03
1
-3
/
+2
*
- use a more common style to print memory sizes
netchild
2006-03-03
1
-78
/
+133
*
Committed the xbox syscons(8)-able console driver.
rink
2006-03-03
3
-256
/
+519
*
iir works on PAE now.
scottl
2006-03-03
1
-1
/
+0
*
Rework how we wire up interrupt sources to CPUs:
jhb
2006-02-28
7
-135
/
+152
[next]