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
Commit message (
Expand
)
Author
Age
Files
Lines
*
TEGRA: Fix tegra_pcie driver after rman_res_t size change.
mmel
2016-03-18
1
-8
/
+7
*
Add parsing for AP channel report IE.
adrian
2016-03-18
1
-3
/
+23
*
Remove duplicate LE_READ_4() definition.
adrian
2016-03-18
1
-8
/
+0
*
[net80211] IE 127 is not MESHEXTCAP, just EXTCAP.
adrian
2016-03-18
2
-3
/
+4
*
Decode VHTCAP, VHTINFO and BSSLOAD.
adrian
2016-03-18
1
-0
/
+62
*
Add initial 802.11ac IEs and fields.
adrian
2016-03-18
1
-0
/
+112
*
Forgot lib32 libdevinfo.so.5
jhibbits
2016-03-18
1
-0
/
+1
*
Add old libdevinfo.so version to OLD_LIBS
jhibbits
2016-03-18
1
-0
/
+2
*
Bump libdevinfo SHLIB_MAJOR, forgotten in r297000.
jhibbits
2016-03-18
1
-0
/
+2
*
Increase booke bus max address to 36-bits.
jhibbits
2016-03-18
1
-0
/
+5
*
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
jhibbits
2016-03-18
76
-197
/
+204
*
Add ummax()/ummin() to libkern.
jhibbits
2016-03-18
1
-0
/
+10
*
Add support for dual emac mode.
loos
2016-03-17
3
-705
/
+1087
*
Modify defrouter_remove() to perform the router lookup before removal.
markj
2016-03-17
3
-54
/
+39
*
Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.
markj
2016-03-17
7
-17
/
+0
*
Remove 50% ZFS conditional from bsdinstall/zfsboot
allanjude
2016-03-17
1
-5
/
+5
*
Add missing curly brackets in for loop.
hselasky
2016-03-17
1
-2
/
+3
*
Reduce the number of local variables. Remove redundant check that inp
ae
2016-03-17
1
-19
/
+11
*
Change in6_selectsrc() to allow usage of non-local IPv6 addresses in
ae
2016-03-17
1
-10
/
+18
*
Add paragraph about isp(4) improvements.
mav
2016-03-17
1
-0
/
+5
*
A20: Gpiobus can be attached only after full gpio driver initialization.
mmel
2016-03-17
1
-8
/
+4
*
Make it an error to build an ARM kernel with COMPAT_FREEBSDn where n < 10.
andrew
2016-03-17
1
-0
/
+6
*
Fixes a few style(9) issues, remove extra blank lines.
loos
2016-03-17
3
-125
/
+118
*
xo_config.h no longer in contrib, so -I's needed
sjg
2016-03-17
2
-3
/
+5
*
cxgbe(4): Tidy up PAUSE frame accounting.
np
2016-03-17
2
-6
/
+21
*
[net80211] Add some more missing IEs.
adrian
2016-03-17
1
-0
/
+13
*
fail(9): Only gather/print stacks if STACK is enabled
cem
2016-03-17
3
-1
/
+12
*
We need libutil
sjg
2016-03-17
1
-1
/
+7
*
Bring down 0.4.5 vendor files and other catchups with the distribution tarball.
obrien
2016-03-16
6
-287
/
+416
|
\
|
*
More closely match the
obrien
2016-03-16
9
-370
/
+252
|
*
Moving libxo to properly tracked, 3rd-Party imported handling.
obrien
2016-03-16
345
-0
/
+54139
*
Move generated file from contrib to build directory.
phil
2016-03-16
2
-1
/
+1
*
Implement GELI (AES-XTS and AES-CBC only) in gptboot and gptzfsboot
allanjude
2016-03-16
24
-45
/
+1218
*
Due to invalid use of a signed intermediate value in the bounds checking
glebius
2016-03-16
1
-2
/
+2
*
cxgbe(4): Enable PFs 0-3, and allow creation of SR-IOV VFs on these PFs
np
2016-03-16
2
-54
/
+202
*
cxgbe(4): Enable additional capabilities in the default configuration
np
2016-03-16
3
-11
/
+37
*
cxgbe(4): Update some register settings in the default configuration
np
2016-03-16
2
-30
/
+56
*
cxgbe(4): Remove a couple of pointless assignments in sysctl_meminfo.
np
2016-03-16
1
-5
/
+5
*
Remove armeb FreeBSD 6 compat shim
emaste
2016-03-16
1
-5
/
+1
*
Remove incorrect BUGS entry about asserting lock not held.
bdrewery
2016-03-16
1
-6
/
+1
*
Fix debug printf
imp
2016-03-16
1
-1
/
+1
*
Remove old COMPAT_FREEBSD options from the ARM kernel configs. We replaced
andrew
2016-03-16
9
-22
/
+7
*
Pacify Coverity in a better way, to avoid write-only variable when building
trasz
2016-03-16
1
-3
/
+1
*
Import basic support for Nvidia Jetson TK1 board and tegra124 SoC.
mmel
2016-03-16
39
-0
/
+16325
*
Fix kernel build after adding new sysctl asserts in r296933.
hselasky
2016-03-16
1
-1
/
+1
*
Fix crash in krping when run as a client due to NULL pointer access.
hselasky
2016-03-16
1
-0
/
+1
*
Improve the implementation and documentation of the
hselasky
2016-03-16
3
-3
/
+19
*
pf: Improve forwarding detection
kp
2016-03-16
1
-4
/
+6
*
Display the VHT IE names.
adrian
2016-03-16
1
-0
/
+3
*
Add initial VHT IE's and action codes.
adrian
2016-03-16
1
-0
/
+6
[next]