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
*
Remove MAC Framework access control check entry points made redundant with
rwatson
2007-04-22
11
-215
/
+387
*
Initialize the physical next pointer in the tx descriptors when we
phk
2007-04-22
2
-14
/
+16
*
Don't rename fields with #define.
phk
2007-04-22
4
-54
/
+36
*
Further MAC test policy cleanup and enhancement:
rwatson
2007-04-22
1
-141
/
+478
*
Run if_vr(4) through FlexeLint and clean some of the cobwebs found.
phk
2007-04-22
4
-202
/
+118
*
Moves the PCB features and flags from sctp_pcb.h to
rrs
2007-04-22
2
-53
/
+54
*
Perform overdue clean up mac_test policy:
rwatson
2007-04-22
1
-719
/
+476
*
- Somehow the disable fragment option got lost. We could
rrs
2007-04-22
12
-57
/
+150
*
Now that we're MPSAFE, tell namei() to acquire Giant if necessary.
des
2007-04-22
1
-2
/
+4
*
Allow MAC policy modules to control access to audit configuration system
rwatson
2007-04-21
11
-8
/
+447
*
Teach netinet6 to use PRIV_NETINET_REUSEPORT.
rwatson
2007-04-21
1
-4
/
+2
*
Attempt to rationalize NFS privileges:
rwatson
2007-04-21
3
-13
/
+12
*
Modify TLB invalidation handling.
ups
2007-04-21
2
-60
/
+149
*
MFp4:
pjd
2007-04-21
10
-50
/
+76
*
Add support for specifying a minimal size for vm.kmem_size in the loader via
sepotvin
2007-04-21
6
-5
/
+22
*
Don't reinvent vm_page_grab().
pjd
2007-04-20
1
-23
/
+3
*
o Remove unncessary TOF_SIGLEN flag from struct tcpopt
andre
2007-04-20
3
-8
/
+9
*
Add more KASSERT's.
andre
2007-04-20
2
-0
/
+8
*
o Remove unused and redundant TCP option definitions
andre
2007-04-20
3
-15
/
+6
*
Remove bogus check for accept queue length and associated failure handling
andre
2007-04-20
4
-35
/
+23
*
Simplifly syncache_expand() and clarify its semantics. Zero is returned
andre
2007-04-20
3
-33
/
+20
*
Only update TCP timestamp on SYN duplication if it is present on
andre
2007-04-20
1
-1
/
+3
*
o Plug memory leak in syncache_add() on MAC label allocation failure.
andre
2007-04-20
1
-18
/
+12
*
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
[next]