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
*
Declare security and security.bsd sysctl hierarchies in sysctl.h along
rwatson
2006-09-17
9
-15
/
+3
*
Correct a slight regression which was introduced with the implementation of
csjp
2006-09-17
4
-5
/
+20
*
Make cpu_set_upcall_kse() and cpu_set_user_tls() work for 32bit process.
davidxu
2006-09-17
1
-0
/
+43
*
Remove VLAN mtag UMA zones and initialize ether_vtag and tso_segsz packet
andre
2006-09-17
1
-25
/
+4
*
Make tcp_usr_send() free the passed mbufs on error in all cases as the
andre
2006-09-17
1
-0
/
+4
*
Move ethernet VLAN tags from mtags to its own mbuf packet header field
andre
2006-09-17
17
-171
/
+97
*
Regenerate.
rwatson
2006-09-17
9
-13
/
+13
*
AUE_SIGALTSTACK instead of AUE_SIGPENDING for sigaltstack().
rwatson
2006-09-17
2
-2
/
+2
*
Add AUE_SYSARCH to the list of audit events during BSM conversion to prevent
rwatson
2006-09-17
1
-0
/
+1
*
Expore kern.acct_configured, a sysctl that reflects the configured/
rwatson
2006-09-17
1
-0
/
+7
*
Rearrange things so that ARP packets can be filtered or rate limited with IPFW.
thompsa
2006-09-17
1
-30
/
+14
*
Don't allow attachment of disks that could cause GEOM to panic.
mjacob
2006-09-16
1
-9
/
+24
*
New Dell 1950/2950 SES backplane drops off the bus if you poke
mjacob
2006-09-16
1
-0
/
+4
*
Add audit hooks for ppc, ia64 system call paths.
rwatson
2006-09-16
4
-0
/
+16
*
- don't reboot() when feed with wrong parameters (and enough permissions) [1]
netchild
2006-09-16
1
-4
/
+38
*
Fix detecting of UFS1 label when mediasize%fragsize != 0.
pjd
2006-09-16
1
-2
/
+2
*
Add 'configure' subcommand which for now only allows setting and removing
pjd
2006-09-16
2
-3
/
+116
*
Add __printflike() to gctl_error().
pjd
2006-09-16
1
-1
/
+1
*
Handle a list of IPv6 src and dst addresses correctly, eg.
jhay
2006-09-16
1
-14
/
+17
*
Small fixes after adding __printflike() to gctl_error().
pjd
2006-09-16
1
-4
/
+4
*
Remove extra arguments.
pjd
2006-09-16
1
-2
/
+1
*
Make it possible to add an IPv6 host route to a host directly connected.
jhay
2006-09-16
1
-0
/
+2
*
Fix input byte counting. Now the sum of the ipackets/ibytes counters
ru
2006-09-15
1
-2
/
+8
*
- Updated to the latest myri10ge firmware
gallatin
2006-09-15
5
-1478
/
+1882
*
Add 'show geom [addr]' ddb(4) command, which prints entire GEOM topology if
pjd
2006-09-15
2
-2
/
+215
*
When doing TSO subtract hdrlen from TCP_MAXWIN to prevent ip->ip_len
andre
2006-09-15
1
-5
/
+7
*
Make it possible to set a larger MTU by attempting to set MTUs on all
ru
2006-09-15
1
-1
/
+19
*
SIOCSIFFLAGS doesn't require an argument in kernel land; instead, flags
ru
2006-09-15
1
-1
/
+1
*
- Added TSO support. This entailed increasing the number of send descriptors
gallatin
2006-09-15
2
-23
/
+229
*
- Consistently use if_printf() only in interface methods: if_start(),
glebius
2006-09-15
17
-180
/
+203
*
Whitespace nits.
ru
2006-09-15
7
-7
/
+7
*
Less magic.
pjd
2006-09-15
1
-2
/
+3
*
Consistently use if_printf() only in interface methods: if_start,
glebius
2006-09-15
18
-89
/
+107
*
If current_heads or current_sectors in the disk cap page are zero, dont try t...
sos
2006-09-14
1
-1
/
+2
*
Fix for a potential bug caught by Coverity. Pointed out to me by Kris Kennaway.
mohans
2006-09-14
1
-1
/
+2
*
Add missing #ifdef INET6 (can't be compiled)
ache
2006-09-14
1
-0
/
+2
*
Only treat positive values as errors...
jmg
2006-09-14
1
-1
/
+1
*
intpm(4) meet style(9). style(9) meet intpm(4).
jhb
2006-09-13
2
-533
/
+582
*
Fixes up the handling of shared vnode lock lookups in the NFS client,
mohans
2006-09-13
9
-29
/
+46
*
Introduce a spinlock for synchronizing access to the video output hardware
scottl
2006-09-13
4
-19
/
+39
*
Back out one of the Giant removals from revision 1.272. Giant was not here to
csjp
2006-09-13
1
-2
/
+2
*
Fix synchronization in gmirror and graid3 which I broken. Synchronization
pjd
2006-09-13
2
-6
/
+12
*
Remove unessary includes and follow common ordering style.
andre
2006-09-13
1
-10
/
+2
*
Rewrite of TCP syncookies to remove locking requirements and to enhance
andre
2006-09-13
5
-208
/
+315
*
Remove duplicated code. Declare functions non-static that shouldn't be
scottl
2006-09-13
1
-43
/
+33
*
Fix a lock leak in an error case.
pjd
2006-09-13
1
-1
/
+1
*
document that PAE kernels needs twice the value of non-PAE kernels
jmg
2006-09-13
1
-1
/
+5
*
Busmaster DMA address fix in VIA 6421 case.
sos
2006-09-12
1
-1
/
+1
*
Format mask lacks one bit.
sos
2006-09-12
1
-1
/
+1
*
Put the osta.c license on osta.h. The license is the same.
imp
2006-09-12
1
-0
/
+15
[next]