aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportAndrew Turner2014-10-0121-71/+16
* Set default cycle state in case of early interrupts.Hans Petter Selasky2014-10-011-0/+4
* Consistently cast tty and user to const char * in printf()-like contexts.Dag-Erling Smørgrav2014-10-011-3/+4
* The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommendMichael Tuexen2014-10-013-12/+12
* Correct the way that libelf is linked when USDT is used.Mark Johnston2014-10-011-2/+2
* Add ObsoleteFiles.inc OLD_FILES entries for libnvEnji Cooper2014-10-011-0/+3
* Test for absence of M_NOFREE before attempting to purge the mbuf's tags.Navdeep Parhar2014-09-301-1/+1
* Return the actual baud rate programmed in the hardware rather than 115200.Ian Lepore2014-09-301-2/+40
* When building the lists of available memory, actually honor the exclusionIan Lepore2014-09-301-0/+6
* Support tunable to control Tx deferred packet list limitsGeorge V. Neville-Neil2014-09-302-3/+44
* The patch allows to check state of the software Tx queues at run time.George V. Neville-Neil2014-09-303-12/+41
* Update SolarFlare driver manual page with new tunables.George V. Neville-Neil2014-09-301-0/+26
* Make size of Tx and Rx rings configurableGeorge V. Neville-Neil2014-09-307-71/+150
* UDPLite requires a checksum. Therefore, discard a received packet ifMichael Tuexen2014-09-301-2/+10
* cleanup: code style fixesGeorge V. Neville-Neil2014-09-3011-181/+180
* Fix a mismerge in r260183 which prevents snapshot zvol devices beingXin LI2014-09-301-2/+6
* If the checksum coverage field in the UDPLITE header is the lengthMichael Tuexen2014-09-302-4/+6
* xen: fix blkback pushing responses before releasing internal resourcesRoger Pau Monné2014-09-301-27/+90
* xen/balloon: fix accounting of current memory pages on PVHRoger Pau Monné2014-09-301-1/+2
* xen: add xenstored user-space deviceRoger Pau Monné2014-09-302-0/+170
* xen: convert the xenstore user-space char device to a newbus deviceRoger Pau Monné2014-09-303-7/+66
* xen: defer xenstore initialization until xenstored is startedRoger Pau Monné2014-09-301-2/+66
* Only define the full inm_print() if KTR_IGMPV3 is enabled at compile time.John Baldwin2014-09-301-3/+3
* Explicitly return None for negative event indices. Prior to this,John Baldwin2014-09-301-1/+1
* xen: move xenstore devicesRoger Pau Monné2014-09-303-2/+2
* xen: make xen balloon a driver that depends on xenstoreRoger Pau Monné2014-09-301-27/+60
* xen: add the Xen implementation of pci_child_added methodRoger Pau Monné2014-09-301-0/+24
* msi: add Xen MSI implementationRoger Pau Monné2014-09-3015-2/+414
* Fix old iSCSI initiator to work with new CAM locking.Alexander Motin2014-09-301-19/+14
* Fix pkill unit tests.Craig Rodrigues2014-09-302-53/+106
* Make sure __ARM_ARCH is defined in sysreg.h by including acle-compat.hAndrew Turner2014-09-301-0/+2
* Remove redundant call to ipsec_getpolicybyaddr().Andrey V. Elsukov2014-09-301-11/+4
* Be prepared that set_dumper() might fail even when resetting it or prefixPawel Jakub Dawidek2014-09-301-3/+2
* Style fixes.Pawel Jakub Dawidek2014-09-301-10/+8
* When plen != ulen, it should only be checked when this is UDP.Kevin Lo2014-09-301-1/+1
* Add a missing file from the last commit.Adrian Chadd2014-09-301-0/+669
* Make clear in the ipheth(4) hardware notes that this driver is for theGavin Atkinson2014-09-301-4/+17
* Remove this stuff - it's no longer needed here.Adrian Chadd2014-09-301-23/+0
* Add initial support for the AR9485 CUS198 / CUS230 variants.Adrian Chadd2014-09-3023-24/+346
* Document [EPERM] for UNIX sockets.Bryan Drewery2014-09-301-1/+3
* Use bzero instead of explicitly zeroing stuff in do_execve.Mateusz Guzik2014-09-291-22/+1
* Sigh, remove a line that needs to be removed along with previous commit.Xin LI2014-09-291-1/+0
* When setting environment variables in the atrun script, use theXin LI2014-09-291-1/+1
* Ensure that ixl_flush() uses a defined register on VFsRyan Stone2014-09-293-4/+11
* Fix integer truncation in affecting systat -ifstatRyan Stone2014-09-291-10/+10
* Search for the nearest PORTSDIR where Mk/bsd.ports.mk exists, from .CURDIR.Will Andrews2014-09-292-2/+34
* Hopefully fix build breakage with gcc passing void * instead of char *Bjoern A. Zeeb2014-09-291-1/+2
* Instead of failing when neither PAM_TTY nor PAM_RHOST are available, callDag-Erling Smørgrav2014-09-291-2/+4
* Use snprintf(3) in place of unbounded sprintf(3) (prevent buffer overflow).Devin Teske2014-09-292-78/+97
* Change the /var dataset in the default ZFS layout to have theAllan Jude2014-09-281-1/+1