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
*
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
*
- Eliminate the pte object.
alc
2003-09-25
3
-28
/
+18
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
4
-16
/
+8
*
Per TRB vote: restore the aquire_timer0 and associated goo. This will
imp
2003-09-24
2
-2
/
+150
*
Implement the bus_space_map() function to allocate resources and initialize
nyan
2003-09-23
2
-4
/
+25
*
Microoptimization to allow the compiler to evaluate ntohl() etc on
peter
2003-09-22
1
-4
/
+49
*
Allocate the page table directory page(s) as "no object" pages. (This
alc
2003-09-21
1
-10
/
+14
*
Reimplement pmap_release() such that it uses the page table rather than the
alc
2003-09-20
1
-10
/
+5
*
Mention the puc(4) glue driver in a commented-out example so the user
joerg
2003-09-19
1
-0
/
+4
*
add Atheros driver
sam
2003-09-19
1
-0
/
+5
*
Fix a busted constant related to PCI configuration acess method #1. The
jhb
2003-09-18
1
-1
/
+1
*
Don't forget to reenable interrupts after a breakpoint and trace traps from
bde
2003-09-18
1
-0
/
+1
*
Add final adjustment code of battery status based on the battery capacity
iwasaki
2003-09-17
1
-0
/
+9
*
Simplify (and micro-optimize) pmap_unuse_pt(): Only one caller,
alc
2003-09-13
1
-12
/
+3
*
Add a new parameter to pmap_extract_and_hold() that is needed to eliminate
alc
2003-09-12
1
-2
/
+3
*
Sort 'bge' correctly.
obrien
2003-09-10
1
-1
/
+1
*
Whitespace.
jhb
2003-09-10
1
-2
/
+2
*
We represent PCI intpin's two different ways. One is the way that the
jhb
2003-09-10
2
-2
/
+2
*
Finish an earlier commit:
jhb
2003-09-10
1
-3
/
+11
*
Remove an XXX comment by using the per CPU mask added after this comment
jhb
2003-09-10
3
-6
/
+3
*
Add a acpi_SetDefaultIntrModel() method to allow drivers to set the
jhb
2003-09-10
1
-0
/
+2
*
Fix a typo.
jhb
2003-09-10
2
-2
/
+2
*
Add comments to the members of the timecounter struct similar to other
jhb
2003-09-10
1
-5
/
+5
*
Add constants for entries in the IDT and use those instead of magic
jhb
2003-09-10
4
-31
/
+55
*
Add a device driver for the Broadcom BCM4401 ethernet controller,
wpaul
2003-09-09
1
-0
/
+1
*
Re-arrange the raid section a small bit and put drivers into their proper
scottl
2003-09-09
1
-9
/
+9
[next]