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
*
- 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
*
Hook the SiS DRM up to the build
anholt
2003-09-09
1
-1
/
+3
*
Don't disable interrupts a second time. Remove an extraneous interrupt
njl
2003-09-08
1
-4
/
+1
*
Introduce a new pmap function, pmap_extract_and_hold(). This function
alc
2003-09-08
1
-0
/
+24
*
Take the support for the 8139C+/8169/8169S/8110S chips out of the
wpaul
2003-09-08
1
-0
/
+1
*
clock.c:
bde
2003-09-07
2
-3
/
+19
*
Moved stop/start code for other CPUs to near the beginning/end of
bde
2003-09-07
1
-41
/
+41
*
Restored non-egregious casts so that this file compiles on i386's with
bde
2003-09-07
1
-3
/
+4
*
Turning on warning for static LDT allocation.
davidxu
2003-09-07
1
-4
/
+0
*
Mark the isa compat shims for BURN_BRIDGES for 6.0
peter
2003-09-05
2
-0
/
+12
*
Clean up some antique stuff. We do not support Weitek FPUs etc, and never
peter
2003-09-05
1
-10
/
+0
*
Give the ELAN timecounter better quality than i8254
phk
2003-09-03
1
-1
/
+2
*
Standardize idempotentcy ifdefs. Consistently use _MACHINE_VARARGS_H_
kan
2003-09-01
1
-3
/
+3
*
Detect Geode CPUs and initialize the 27MHz timecounter "Geode".
phk
2003-08-31
1
-0
/
+100
*
Migrate the sf_buf allocator that is used by sendfile(2) and zero-copy
alc
2003-08-29
1
-0
/
+101
*
Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. This
njl
2003-08-29
1
-3
/
+4
*
- Rename PCIx_HEADERTYPE* to PCIx_HDRTYPE* so the constants aren't so long.
jhb
2003-08-28
1
-3
/
+3
*
Style cleanups.
njl
2003-08-28
4
-72
/
+35
*
Fix copyright comment & FBSDID style nits.
obrien
2003-08-25
25
-46
/
+24
*
Fix compile error.
nyan
2003-08-25
1
-1
/
+1
*
Add device ataraid, this is now seperate and not pulled in by atadisk.
sos
2003-08-24
1
-0
/
+1
*
Even though this driver says it is broken, fix the location of the pci
imp
2003-08-23
1
-2
/
+2
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-3
/
+3
*
Eliminate the last (direct) use of vm_page_lookup() on the pte object.
alc
2003-08-22
1
-8
/
+4
*
Eliminate a possible race condition for multithreaded applications in
alc
2003-08-19
1
-13
/
+2
*
remove #define no longer used
sam
2003-08-19
1
-2
/
+0
[next]