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
*
- Finish externing of r_idt in the f00f hack code.
jhb
2003-10-31
1
-14
/
+10
*
Change the pmap_invalidate_xxx() functions so they test against
peter
2003-10-30
1
-3
/
+3
*
Include "opt_pmap.h" so that the DISABLE_P* options are honored.
jhb
2003-10-30
1
-0
/
+2
*
Always export r_gdt and r_idt and give them extern declarations in
jhb
2003-10-30
5
-17
/
+2
*
There is no way to enter the attach routine twice with the same softc
brooks
2003-10-30
1
-18
/
+16
*
Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as
iwasaki
2003-10-30
3
-0
/
+17
*
Try to fetch thread mailbox address in page fault trap, so when thread
davidxu
2003-10-30
1
-0
/
+3
*
Alphabetical order for ACPI options broken by adding ACPI_NO_RESET_VIDEO.
iwasaki
2003-10-29
1
-1
/
+4
*
Add kernel option ACPI_NO_RESET_VIDEO as workaround for problems
iwasaki
2003-10-29
3
-0
/
+7
*
Fix pmap_unmapdev() to call pmap_kremove() instead of implementing it
jhb
2003-10-27
1
-5
/
+2
*
Call the VESA reset BIOS vector on the resume path. This may help displays
njl
2003-10-27
1
-0
/
+9
*
Fix style problems with new options.
njl
2003-10-27
1
-2
/
+2
*
For the SMP case, flush the TLB at the beginning of the page zero/copy
peter
2003-10-25
1
-0
/
+13
*
GC workaround code for detecting pentium4's and disabling PSE and PG_G.
peter
2003-10-25
1
-27
/
+0
*
A few whitespace and comment tweaks.
jhb
2003-10-24
3
-18
/
+9
*
- Fail to probe if acpi0 probed ok as this driver basically tries to probe
jhb
2003-10-24
1
-7
/
+12
*
Add the ACPICA_PEDANTIC option which is off by default. Enabling it will
njl
2003-10-22
1
-0
/
+11
*
Change all SYSCTLS which are readonly and have a related TUNABLE
silby
2003-10-21
4
-4
/
+4
*
Use npxdrop in cpu_thread_exit to save some cycles.
davidxu
2003-10-19
1
-1
/
+3
*
Add the cpu_idle_hook() function pointer so that other idlers can be
njl
2003-10-18
1
-9
/
+17
*
Don't forget to load %es with the kernel data segment selector in
bde
2003-10-16
2
-0
/
+6
*
Add a workaround for the fact that the priv field was removed from
dfr
2003-10-16
1
-4
/
+18
*
Get some more data if we hit the pmap_enter() thing.
peter
2003-10-15
1
-1
/
+8
*
Fix just about as many bugs in my last commit here as there were lines that
peter
2003-10-14
1
-2
/
+3
*
- Modify pmap_is_current() to return FALSE when a pmap's page table is in
alc
2003-10-13
1
-4
/
+12
*
Initialize CMAP3 to 0
phk
2003-10-12
1
-0
/
+1
*
Fix a multitude of security bugs in the iBCS2 emulator:
tjr
2003-10-12
6
-12
/
+42
*
Set page zero read/write right from the start rather than trying to
peter
2003-10-10
2
-8
/
+7
*
Move the pmap_kenter(KERNBASE, 0) a bit earlier so that it works for
peter
2003-10-10
1
-15
/
+24
*
Implement preliminary support for the PT_SYSCALL command to ptrace(2).
robert
2003-10-09
1
-0
/
+5
*
Move pmap_resident_count() from the MD pmap.h to the MI pmap.h.
bms
2003-10-06
1
-1
/
+0
*
Don't bother setting a page table page's valid field. It is unused and
alc
2003-10-05
1
-2
/
+0
*
Fix the apm problem for real. We leave the first 4K page for the bios to
peter
2003-10-04
2
-5
/
+6
*
- The proper test is CPU_ENABLE_SSE and not CPU_ENABLED_SSE. This
jeff
2003-10-04
1
-1
/
+1
*
Emulate bugs in the old PSE code so that apm works again.
peter
2003-10-04
1
-0
/
+5
*
Migrate pmap_prefault() into the machine-independent virtual memory layer.
alc
2003-10-03
1
-98
/
+19
*
Add #include "opt_pmap.h" so locore picks up DISABLE_PSE etc options.
peter
2003-10-03
1
-0
/
+1
*
Commit Bosko's patch to clean up the PSE/PG_G initialization to and
peter
2003-10-01
11
-133
/
+145
*
- Add a memory barrier before the sse2_pagezero() function returns. This
jeff
2003-10-01
1
-0
/
+1
*
- Hide more #ifdef logic in a new invlcaddr inline. This function flushes
jeff
2003-10-01
1
-15
/
+13
*
- Define an inline pagezero() to select the appropriate full-page zeroing
jeff
2003-10-01
1
-16
/
+20
*
- Add ss2_pagezero() for zeroing pages using the movnti instruction. This
jeff
2003-10-01
2
-0
/
+15
*
- Correct a problem with the last commit. The CMAP ptes need to be zeroed
jeff
2003-10-01
1
-5
/
+5
*
- On my Pentium4-M laptop, invalpg takes ~1100 cycles if the page is found in
jeff
2003-09-30
4
-36
/
+42
*
- Correct a typo in a comment.
jeff
2003-09-30
1
-1
/
+1
*
MFsio (sio.c 1.413: cleaned up and fixed setting of speeds in comparam()).
bde
2003-09-27
1
-23
/
+12
*
The present defaults for the open and close for device drivers which
phk
2003-09-27
2
-4
/
+0
*
Quick fix for bitrot in locking in the SMP case. cd_getreg() and
bde
2003-09-27
1
-4
/
+24
*
Addendum to the previous revision: If vm_page_alloc() for the page
alc
2003-09-27
1
-5
/
+10
*
Initialize cn_name, ignore cn_dev.
phk
2003-09-26
1
-1
/
+1
[next]