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
...
*
Support MAXPHYS up to 512KB
simokawa
2007-03-16
1
-2
/
+3
*
Just use 'fdrop()' instead of 'FILE_LOCK(); fdrop_locked()' in
jhb
2007-03-15
1
-10
/
+4
*
Spring cleanup on irrelevant NULL checking over M_WAITOK allocations.
ariff
2007-03-15
6
-47
/
+3
*
- Put some sanity break statement in few missing places.
ariff
2007-03-15
1
-6
/
+4
*
NOOP (for now) for hdac_dma_nocache(). It is a wrong way to enforce
ariff
2007-03-15
1
-1
/
+3
*
Fix severe out-of-bound mtx "type" pointer, causing WITNESS refcount
ariff
2007-03-15
20
-34
/
+25
*
Consolidate insertion of TCP options into a segment from within tcp_output()
andre
2007-03-15
6
-234
/
+264
*
Remove NULL allocation checking since malloc() is allow to wait.
ariff
2007-03-15
1
-2
/
+0
*
NULL instead of 0 in mtx_init() .
ariff
2007-03-15
2
-5
/
+5
*
Don't mess with PCIM_CMD_SERRESPEN and PCIM_CMD_PERRESPEN.
simokawa
2007-03-15
1
-3
/
+1
*
Remove a spurious blank line at the start of vlan_growhash().
yar
2007-03-15
1
-1
/
+4
*
- Sysctl's move to seperate file
rrs
2007-03-15
30
-4024
/
+4782
*
Diff reduction with NetBSD; use IN_LOCAL_GROUP() to check if an address
bms
2007-03-15
1
-1
/
+1
*
A silly buglet found by Coverity- check the return value from
mjacob
2007-03-15
1
-1
/
+7
*
Remove vestiges of very specific fpga support for my company's board.
imp
2007-03-15
2
-38
/
+1
*
Add "force" to ext2_ops, to match what was in the old mount_ext2fs binary.
rodrigc
2007-03-15
1
-1
/
+1
*
Create an identity mapping (V=P) super page for the low memory region on
njl
2007-03-14
2
-11
/
+13
*
Properly move the setting of bstp_linkstate_p to the bridgestp module.
thompsa
2007-03-14
2
-2
/
+1
*
Only enter the debugger on a Fatal op if this is a debug build of the
njl
2007-03-14
1
-1
/
+3
*
Update a comment: Rather than suggesting suser(), suggest priv(9) for
rwatson
2007-03-14
1
-2
/
+2
*
Map the second CS of the compact flash too. This allow us access to
jhay
2007-03-14
2
-4
/
+20
*
Disable linking in of firmware on ia64 to avoid build failures from a
kmacy
2007-03-14
1
-3
/
+6
*
Map the second CS of the compact flash too. This allow us access to
jhay
2007-03-14
1
-113
/
+82
*
#define L1_CACHE_BYTES for non-x86
kmacy
2007-03-14
1
-0
/
+1
*
define prefetch as a no-op macro for non-x86 arches
kmacy
2007-03-14
1
-6
/
+3
*
Let vlan_ioctl() pass some work on to ether_ioctl()
yar
2007-03-14
1
-25
/
+1
*
Don't deny mounting for jailed processes immediately, allow
pjd
2007-03-14
1
-3
/
+1
*
White space nits.
pjd
2007-03-14
1
-16
/
+14
*
Implement fine-grained locking for UFS quotas.
kib
2007-03-14
3
-142
/
+493
*
Call getinoquota() before allocating new block for the directory to properly
kib
2007-03-14
1
-0
/
+8
*
Remove unneeded getinoquota() call in the ufs_access().
kib
2007-03-14
1
-4
/
+0
*
Busy filesystem around call of VFS_QUOTACTL() vfs op.
kib
2007-03-14
1
-6
/
+7
*
play it safe for now and go back to kicking off tx cleaning from the tx path
kmacy
2007-03-14
1
-2
/
+10
*
Add support for statically compiling cxgb into the kernel
kmacy
2007-03-14
2
-0
/
+10
*
no-op cxgb_config.h for the module compilation case
kmacy
2007-03-14
1
-1
/
+1
*
#define memory barrier macros for the non-i386 && non-amd64 case
kmacy
2007-03-14
1
-1
/
+5
*
remove unused code for recycling descriptors
kmacy
2007-03-14
1
-87
/
+8
*
add cxgb_config.h to define values that are defined in the Makefile when comp...
kmacy
2007-03-14
2
-0
/
+60
*
move taskqueue_enqueue of tx clean operation out of the start path
kmacy
2007-03-14
1
-8
/
+2
*
make desc_reclaimable macro safe to arbitrary arguments
kmacy
2007-03-14
1
-1
/
+1
*
Don't call isp_intr from isp_start- this seems to, in rare cases,
mjacob
2007-03-14
1
-7
/
+1
*
add cxgb to modules Makefile
kmacy
2007-03-14
1
-0
/
+1
*
Add modules Makefile for cxgb
kmacy
2007-03-14
1
-0
/
+22
*
Add firmware for cxgb
kmacy
2007-03-14
1
-0
/
+478
*
First of several commits for driver support for the Chelsio T3B 10 Gigabit
kmacy
2007-03-14
19
-0
/
+21628
*
Make it compile
kevlo
2007-03-14
1
-1
/
+1
*
(atapi_action): Improve error reporting by removing ATA_R_QUIET flag
thomas
2007-03-13
1
-33
/
+49
*
(reinit_bus): When the ATAPI bus is reset, do not schedule an automated
thomas
2007-03-13
1
-2
/
+10
*
(ata_completed): When REQUEST SENSE is automatically issued after a failed
thomas
2007-03-13
1
-1
/
+1
*
Print readers count as unsigned in ddb 'show lock'.
jhb
2007-03-13
1
-2
/
+2
[prev]
[next]