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
*
Fix the TARGET_ABI value clang uses. It shpuld be gnueabi on all ARM
andrew
2014-10-01
2
-6
/
+6
*
Split you the syscall handling to a separate file.
andrew
2014-10-01
3
-131
/
+201
*
Fix couple issues with ROD tokens content.
mav
2014-10-01
1
-3
/
+14
*
Fix off by one in lagg_port_destroy().
glebius
2014-10-01
1
-1
/
+1
*
Remove MK_ARM_EABI, the armeb issues have been fixed. The code to support
andrew
2014-10-01
21
-71
/
+16
*
Set default cycle state in case of early interrupts.
hselasky
2014-10-01
1
-0
/
+4
*
Consistently cast tty and user to const char * in printf()-like contexts.
des
2014-10-01
1
-3
/
+4
*
The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommend
tuexen
2014-10-01
3
-12
/
+12
*
Correct the way that libelf is linked when USDT is used.
markj
2014-10-01
1
-2
/
+2
*
Add ObsoleteFiles.inc OLD_FILES entries for libnv
ngie
2014-10-01
1
-0
/
+3
*
Test for absence of M_NOFREE before attempting to purge the mbuf's tags.
np
2014-09-30
1
-1
/
+1
*
Return the actual baud rate programmed in the hardware rather than 115200.
ian
2014-09-30
1
-2
/
+40
*
When building the lists of available memory, actually honor the exclusion
ian
2014-09-30
1
-0
/
+6
*
Support tunable to control Tx deferred packet list limits
gnn
2014-09-30
2
-3
/
+44
*
The patch allows to check state of the software Tx queues at run time.
gnn
2014-09-30
3
-12
/
+41
*
Update SolarFlare driver manual page with new tunables.
gnn
2014-09-30
1
-0
/
+26
*
Make size of Tx and Rx rings configurable
gnn
2014-09-30
7
-71
/
+150
*
UDPLite requires a checksum. Therefore, discard a received packet if
tuexen
2014-09-30
1
-2
/
+10
*
cleanup: code style fixes
gnn
2014-09-30
11
-181
/
+180
*
Fix a mismerge in r260183 which prevents snapshot zvol devices being
delphij
2014-09-30
1
-2
/
+6
*
If the checksum coverage field in the UDPLITE header is the length
tuexen
2014-09-30
2
-4
/
+6
*
xen: fix blkback pushing responses before releasing internal resources
royger
2014-09-30
1
-27
/
+90
*
xen/balloon: fix accounting of current memory pages on PVH
royger
2014-09-30
1
-1
/
+2
*
xen: add xenstored user-space device
royger
2014-09-30
2
-0
/
+170
*
xen: convert the xenstore user-space char device to a newbus device
royger
2014-09-30
3
-7
/
+66
*
xen: defer xenstore initialization until xenstored is started
royger
2014-09-30
1
-2
/
+66
*
Only define the full inm_print() if KTR_IGMPV3 is enabled at compile time.
jhb
2014-09-30
1
-3
/
+3
*
Explicitly return None for negative event indices. Prior to this,
jhb
2014-09-30
1
-1
/
+1
*
xen: move xenstore devices
royger
2014-09-30
3
-2
/
+2
*
xen: make xen balloon a driver that depends on xenstore
royger
2014-09-30
1
-27
/
+60
*
xen: add the Xen implementation of pci_child_added method
royger
2014-09-30
1
-0
/
+24
*
msi: add Xen MSI implementation
royger
2014-09-30
15
-2
/
+414
*
Fix old iSCSI initiator to work with new CAM locking.
mav
2014-09-30
1
-19
/
+14
*
Fix pkill unit tests.
rodrigc
2014-09-30
2
-53
/
+106
*
Make sure __ARM_ARCH is defined in sysreg.h by including acle-compat.h
andrew
2014-09-30
1
-0
/
+2
*
Remove redundant call to ipsec_getpolicybyaddr().
ae
2014-09-30
1
-11
/
+4
*
Be prepared that set_dumper() might fail even when resetting it or prefix
pjd
2014-09-30
1
-3
/
+2
*
Style fixes.
pjd
2014-09-30
1
-10
/
+8
*
When plen != ulen, it should only be checked when this is UDP.
kevlo
2014-09-30
1
-1
/
+1
*
Add a missing file from the last commit.
adrian
2014-09-30
1
-0
/
+669
*
Make clear in the ipheth(4) hardware notes that this driver is for the
gavin
2014-09-30
1
-4
/
+17
*
Remove this stuff - it's no longer needed here.
adrian
2014-09-30
1
-23
/
+0
*
Add initial support for the AR9485 CUS198 / CUS230 variants.
adrian
2014-09-30
23
-24
/
+346
*
Document [EPERM] for UNIX sockets.
bdrewery
2014-09-30
1
-1
/
+3
*
Use bzero instead of explicitly zeroing stuff in do_execve.
mjg
2014-09-29
1
-22
/
+1
*
Sigh, remove a line that needs to be removed along with previous commit.
delphij
2014-09-29
1
-1
/
+0
*
When setting environment variables in the atrun script, use the
delphij
2014-09-29
1
-1
/
+1
*
Ensure that ixl_flush() uses a defined register on VFs
rstone
2014-09-29
3
-4
/
+11
*
Fix integer truncation in affecting systat -ifstat
rstone
2014-09-29
1
-10
/
+10
*
Search for the nearest PORTSDIR where Mk/bsd.ports.mk exists, from .CURDIR.
will
2014-09-29
2
-2
/
+34
[next]