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
/
contrib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix BULK read transfer if destination buffer is not cache line-aligned.
gonzo
2015-10-30
1
-3
/
+23
*
Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is a
hselasky
2015-10-22
1
-1
/
+1
*
Really fix ipfilter bug 3600459.
cy
2015-10-18
1
-2
/
+1
*
Flip on fast frames support for AR5416 and AR9300 series NICs.
adrian
2015-10-10
1
-1
/
+1
*
On some interfaces, ipfilter drops UDP packets with zero checkum.
cy
2015-10-06
1
-0
/
+16
*
Add an initial driver for the AR9170 series draft-11n hardware from
adrian
2015-09-26
3
-0
/
+47
*
Compare the newly allocated array elements to NULL in order to see
bz
2015-09-25
1
-2
/
+2
*
Revert ip_fil_freebsd.c -r287674. This should not have gone in yet.
cy
2015-09-11
1
-12
/
+0
*
Fix ipfilter bug 3600459 NAT bucket count wrong.
cy
2015-09-11
2
-1
/
+14
*
Revert $FreeBSD$.
cy
2015-09-11
1
-1
/
+1
*
Fix mutex errors.
cy
2015-09-11
1
-1
/
+1
*
Fixup typos in comments.
cy
2015-09-11
1
-5
/
+9
*
Fix compilation error on gcc-5.2.0 - it now warns on non-paranthen'ed
adrian
2015-08-30
1
-2
/
+2
*
Merge ACPICA 20150818.
jkim
2015-08-26
69
-658
/
+1038
*
Add support for the arrays in nvlist library.
oshogbo
2015-08-15
5
-83
/
+1591
*
If any function fail (the ptr variable will be equal to NULL), we shouldn't
oshogbo
2015-08-11
1
-10
/
+9
*
The nvlist_move_nvpair() function can fail in two cases, if:
oshogbo
2015-08-11
2
-14
/
+16
*
Don't set parent if the unpack operation fail. In some
oshogbo
2015-08-11
1
-0
/
+2
*
Make the nvlist_next(9) function handle NULL pointer variable.
oshogbo
2015-08-11
1
-3
/
+3
*
Import OpenBSD's iwm WiFi driver for Intel 3160/7260/7265.
rpaulo
2015-08-08
4
-0
/
+45566
*
Add a missing method - ath_hal_settsf64().
adrian
2015-08-05
1
-0
/
+13
*
Add TXOP enforce support to the AR9300 HAL.
adrian
2015-08-05
1
-0
/
+19
*
Import the latest CloudABI system call definitions and table.
ed
2015-08-05
2
-4
/
+11
*
Import Annapurna Labs Alpine HAL to sys/contrib/
zbb
2015-07-28
16
-0
/
+13941
*
Sync in latest upstream system call definitions.
ed
2015-07-27
2
-8
/
+3
*
Merge ACPICA 20150717.
jkim
2015-07-22
86
-1295
/
+2897
|
\
*
|
Import upstream changes to the system call definitions.
ed
2015-07-22
2
-0
/
+11
*
|
Implement CloudABI memory management system calls.
ed
2015-07-17
1
-0
/
+3
*
|
Add a sysentvec for CloudABI on x86-64.
ed
2015-07-16
2
-23
/
+26
*
|
Import the CloudABI datatypes and create a system call table.
ed
2015-07-09
2
-0
/
+712
*
|
Move the nvlist source and private includes from sys/kern to seperate
oshogbo
2015-07-04
6
-0
/
+2955
*
|
Quieten the scorpion SoC/WMAC reset path. Stuff the non-error stuff
adrian
2015-07-04
1
-3
/
+3
*
|
Merge ACPICA 20150619.
jkim
2015-06-18
146
-782
/
+1645
|
\
\
|
|
/
*
|
MFV: r283965
jkim
2015-06-03
2
-47
/
+73
*
|
Add support for the tuning cap for Hornet/AR9331 boards.
adrian
2015-05-23
1
-1
/
+9
*
|
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
2
-3
/
+3
*
|
Merge ACPICA 20150515.
jkim
2015-05-18
54
-391
/
+3759
|
\
\
|
|
/
*
|
Move ALTQ from contrib to net/altq. The ALTQ code is for many years
glebius
2015-04-16
21
-14646
/
+0
*
|
Sync with OpenBSD: Use volatile instead of __volatile__.
delphij
2015-04-13
1
-2
/
+2
*
|
Merge ACPICA 20150410.
jkim
2015-04-11
78
-1118
/
+1488
*
|
In ipfilter(4) there is the ipftest(1) program, that compiles half of the
glebius
2015-04-07
1
-11
/
+23
*
|
o Use new function ip_fillid() in all places throughout the kernel,
glebius
2015-04-01
4
-36
/
+9
*
|
Expose the ANI state / statistics using the public ANI function, rather than
adrian
2015-04-01
3
-4
/
+29
*
|
Add initial support for the HAL channel survey support to the AR9300 HAL.
adrian
2015-03-29
4
-6
/
+50
*
|
Quieten some of the log spam from AR9300 sysctl tree walk and chip setup/reset
adrian
2015-03-21
1
-2
/
+31
*
|
Use the dsb macro to use the correct instruction when building for ARMv7.
andrew
2015-03-19
1
-1
/
+1
*
|
Merge ACPICA 20141107 and 20150204.
jkim
2015-02-18
315
-984
/
+4265
|
\
\
|
|
/
*
|
Update the infiniband stack to Mellanox's OFED version 2.1.
hselasky
2015-02-17
1
-9
/
+9
*
|
Add initial support to the AR9300 HAL to support FreeBSD's intmit API.
adrian
2015-02-15
1
-0
/
+50
*
|
Add ath_hal_setbeacontimers() to the AR9300 HAL.
adrian
2015-02-15
2
-2
/
+56
[next]