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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fake multi-cpu statistics for proc/stat by dividing the totals by the
des
2003-09-22
1
-5
/
+18
*
Soften assert in pmap_remove_all.
grehan
2003-09-22
3
-12
/
+75
*
ATAng requires <sys/taskqueue.h>
grehan
2003-09-22
2
-0
/
+2
*
Sony PEGA-WL110 Wireless LAN
imp
2003-09-22
1
-0
/
+1
*
sync to 1.72
imp
2003-09-22
1
-14
/
+21
*
Merge from NetBSD:
imp
2003-09-22
1
-5
/
+8
*
Add an off_t cast to prevent overflow on media size. This should
njl
2003-09-22
1
-1
/
+1
*
- vm_hold_free_pages() should lock the kernel object. (The pages being
alc
2003-09-22
1
-6
/
+6
*
Fix the ACPI_DEBUG case.
njl
2003-09-22
1
-2
/
+2
*
Initialize the page's pindex field even for VM_ALLOC_NOOBJ allocations.
alc
2003-09-22
1
-0
/
+2
*
Allocate the page table directory page(s) as "no object" pages. (This
alc
2003-09-21
1
-10
/
+14
*
Make the clone handler BURN_BRIDGES but the actual 'a' and 'c' partition
phk
2003-09-21
2
-4
/
+9
*
Make this compile.
phk
2003-09-21
1
-0
/
+2
*
(atapi_cb): Reorganize error handling circuitry.
thomas
2003-09-21
1
-17
/
+19
*
(atapi_cb): Disable autosense for now as it causes a missed ATA interrupt.
thomas
2003-09-21
1
-2
/
+8
*
(scsi_request_sense): Set allocation length in REQUEST_SENSE CCB.
thomas
2003-09-21
1
-0
/
+1
*
(camperiphdone): When the cam_periph layer performs sense recovery,
thomas
2003-09-21
1
-1
/
+1
*
- Fix MD_SMALL_ALLOC on architectures that support it. Define a new alloc
jeff
2003-09-21
1
-21
/
+46
*
Add support for fixed event buttons defined in the DSDT (HID "ACPI_FSB"
njl
2003-09-21
1
-17
/
+49
*
Reimplement pmap_release() such that it uses the page table rather than the
alc
2003-09-20
1
-10
/
+5
*
Bad Jeffr! No cookie!
peter
2003-09-20
1
-2
/
+2
*
Remove the dual-address cycle stuff. DAC is used to allow a bus master
wpaul
2003-09-20
1
-4
/
+2
*
Fix the last remaining problem encountered by KSE: apparently it is
marcel
2003-09-20
1
-1
/
+5
*
Add vendor Samsung and device Samsung ML-6060.
se
2003-09-20
3
-2
/
+22
*
Move uma_small_alloc() and uma_small_free() to uma_machdep.c. These
marcel
2003-09-20
3
-77
/
+105
*
EXPsys PCMCIA Ethernet Combo
imp
2003-09-20
1
-1
/
+3
*
update to 1.71
imp
2003-09-20
1
-1
/
+4
*
EXPsys PCMCIA Ethernet Combo
imp
2003-09-20
1
-0
/
+1
*
Remove unused #defines.
imp
2003-09-20
1
-3
/
+0
*
The method link_preload_finish is not static.
dfr
2003-09-20
1
-1
/
+1
*
Remove an invalid KASSERT. Apparently pmap_remove_all gets called on
jake
2003-09-20
1
-3
/
+0
*
Add missing file, it is sorely needed to make if_sk.c compile again.
wilko
2003-09-20
2
-0
/
+342
*
Add support for SK-9521 V2.0 and 3COM 3C940.
wilko
2003-09-20
7
-406
/
+1738
*
Dont reject a master device if it said slave failed.
sos
2003-09-20
1
-2
/
+2
*
In umass_bbb_get_max_lun() move maxlun to before the DPRINTF so that
gj
2003-09-20
1
-1
/
+1
*
New Proxim Harmony OEM card.
imp
2003-09-20
1
-0
/
+1
*
sync to 1.70
imp
2003-09-20
1
-1
/
+4
*
OEM version of Proxim Harmony card
imp
2003-09-20
1
-0
/
+1
*
- Somewhere along the line I stupidly removed critical logic from
jeff
2003-09-20
1
-10
/
+11
*
- In reassignbuf() don't unlock vp and lock newvp if they are the same.
jeff
2003-09-20
1
-6
/
+11
*
- Remove spls(). The locking that has replaced them is in place and they
jeff
2003-09-19
1
-62
/
+6
*
- Remove interlock protection around VI_XLOCK. The interlock is not
jeff
2003-09-19
3
-10
/
+9
*
- Remove the working-set algorithm. Instead, use the per cpu buckets as the
jeff
2003-09-19
2
-81
/
+29
*
- Remove the cache colorization code. We can't use it due to all of the
jeff
2003-09-19
2
-54
/
+0
*
Fix the most significant KSE breakage caused by not restoring the
marcel
2003-09-19
1
-4
/
+12
*
Add HP 4400C, Belkin F5U208 VideoBusII
jb
2003-09-19
3
-2
/
+18
*
Revamp trap(): make it more explicit which kinds of traps/faults we
marcel
2003-09-19
1
-264
/
+304
*
- There are an endless stream of style(9) errors in this file. Fix a few.
jeff
2003-09-19
1
-44
/
+18
*
revert rev 1.64; this is not needed with rev 1.49 of lock.h
sam
2003-09-19
1
-1
/
+1
*
when MUTEX_PROFILING is enabled turn on LOCK_DEBUG; otherwise all the mutex's
sam
2003-09-19
1
-1
/
+1
[next]