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
*
Added m_tag_copy_chain() call to copy original outgoing packet tags to all of
mav
2007-04-20
1
-0
/
+1
*
Optimized packet distribution plan for the equal links case. Do not
mav
2007-04-20
1
-13
/
+20
*
- Changed sequence numbers processing to avoid incorrect timeout waiting
mav
2007-04-20
1
-66
/
+65
*
- Fixed mistakes in latency and xmitBytes calculation math
mav
2007-04-20
1
-6
/
+22
*
Schedule the ithread on the same cpu as the interrupt
kmacy
2007-04-20
1
-2
/
+1
*
Free cluster if we fail to create the dmamap.
kmacy
2007-04-20
1
-3
/
+1
*
Eliminate CID 1842 by comparing against (type != EXT_MBUF) => refcnt != NULL
kmacy
2007-04-20
1
-1
/
+2
*
Fix memory leak in m_collapse (CID 1843)
kmacy
2007-04-20
1
-4
/
+7
*
Add ofw bus methods to the ppc nexus driver. This will be used in future
grehan
2007-04-20
2
-0
/
+112
*
In some cases, like whenever devfs file times are zero, the fix(aa) will not
trhodes
2007-04-20
1
-1
/
+1
*
Unbreak module / driver attach breakage. Both snd_envy24 and snd_envy24ht
ariff
2007-04-20
2
-2
/
+2
*
Retire the spl() markers. Add in some minor missed locking as a result.
scottl
2007-04-19
2
-193
/
+31
*
Inline cam_periph_lock|unlock to make debugging easier. Use more
scottl
2007-04-19
3
-30
/
+21
*
Fix a leaked lock in dashutdown.
scottl
2007-04-19
1
-1
/
+3
*
Up until now, the free SCB pool received only a small initial allocation,
scottl
2007-04-19
5
-18
/
+24
*
Avoid problems with make_dev.
scottl
2007-04-19
2
-0
/
+4
*
Oops, fix intsmb(4) attach. Don't overwrite the 'value' holding the
jhb
2007-04-19
1
-2
/
+1
*
Make inet6_rth_* family of functions more compliant with RFC3542:
mtm
2007-04-19
1
-2
/
+4
*
Zero the CCBs when mallocing them.
scottl
2007-04-19
1
-2
/
+2
*
Split the camisr into per-SIM done queues. This optimizes the locking a
scottl
2007-04-19
3
-45
/
+49
*
- AC97 quirk / patch cleanups. Most quirks doesn't work in general sense
ariff
2007-04-19
4
-20
/
+59
*
- Fix mbuf/node leakage in drivers' raw_xmit().
sephe
2007-04-19
4
-14
/
+39
*
- More work on making send lock contention.
rrs
2007-04-19
11
-88
/
+214
*
style nit
phk
2007-04-19
1
-1
/
+2
*
Fix witness(4) warnings about mutex use.
jkoshy
2007-04-19
4
-20
/
+40
*
Fix a bug in sendfile(2) when files larger than page size and nbytes=0.
pjd
2007-04-19
1
-2
/
+2
*
Correct contigmalloc2()'s implementation of M_ZERO. Specifically,
alc
2007-04-19
1
-1
/
+1
*
Correct two comments.
alc
2007-04-19
1
-2
/
+2
*
Bump the interrupt storm detection counter to 1000. My slow fileserver
njl
2007-04-19
2
-5
/
+6
*
Fix style(9) and comments.
jkim
2007-04-18
1
-12
/
+16
*
sndbuf_alloc() now accept dmaflags argument which will be forwarded to
ariff
2007-04-18
28
-35
/
+38
*
Break ABI / module compatibility for the upcoming sndbuf_alloc() changes.
ariff
2007-04-18
1
-3
/
+3
*
Make tcp_twrespond() use tcp_addoptions() instead of a home grown version.
andre
2007-04-18
2
-22
/
+12
*
style(9) says sizeof's are not be followed by a space. Fix them.
jkim
2007-04-18
1
-3
/
+3
*
Implement settimeofday() for Linuxulator/amd64.
jkim
2007-04-18
2
-1
/
+27
*
MFp4: Fix automatic snapshot mount when unprivileged user does lookup
pjd
2007-04-18
2
-14
/
+16
*
MFp4: We check for PRIV_VFS_MOUNT already in mount(2) syscall and we don't
pjd
2007-04-18
2
-8
/
+0
*
On AMD's Geode LX: Force the TSC to run through core-suspension so we can
phk
2007-04-18
1
-0
/
+8
*
Missed locking the dump and shutdown entry points in the scsi_da driver.
scottl
2007-04-18
1
-2
/
+9
*
Revert a driver API change to xpt_alloc_ccb that isn't necessary. Fix a
scottl
2007-04-18
7
-24
/
+35
*
Don't reinitialize the hardware if only PROMISC flag was changed.
yongari
2007-04-18
2
-4
/
+13
*
Add support for hw-assisted checksums on 6105M.
phk
2007-04-17
4
-34
/
+144
*
Simplify.
pjd
2007-04-17
2
-8
/
+0
*
- Fix a leftover - vfs_mount_alloc() is now exported properly.
pjd
2007-04-17
2
-8
/
+10
*
Export vfs_mount_alloc() as it is used in ZFS.
pjd
2007-04-17
2
-3
/
+3
*
Honor the BUS_DMA_NOCACHE flag to bus_dmamem_alloc() on amd64 and i386 by
jhb
2007-04-17
2
-0
/
+10
*
Ignore hostid check for root-on-ZFS configurations. Making hostid available
pjd
2007-04-17
2
-2
/
+10
*
No need to throw tag+handle around on the stack.
phk
2007-04-17
4
-36
/
+14
*
When we run into the syncache entry limits syncache_add() tries
andre
2007-04-17
1
-2
/
+2
*
When trying to allocate a PnP BIOS memory resource, the code loops trying
jhb
2007-04-17
1
-1
/
+1
[next]