summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix the TARGET_ABI value clang uses. It shpuld be gnueabi on all ARMandrew2014-10-012-6/+6
* Split you the syscall handling to a separate file.andrew2014-10-013-131/+201
* Fix couple issues with ROD tokens content.mav2014-10-011-3/+14
* Fix off by one in lagg_port_destroy().glebius2014-10-011-1/+1
* Remove MK_ARM_EABI, the armeb issues have been fixed. The code to supportandrew2014-10-0121-71/+16
* Set default cycle state in case of early interrupts.hselasky2014-10-011-0/+4
* Consistently cast tty and user to const char * in printf()-like contexts.des2014-10-011-3/+4
* The default for UDPLITE_RECV_CSCOV is zero. RFC 3828 recommendtuexen2014-10-013-12/+12
* Correct the way that libelf is linked when USDT is used.markj2014-10-011-2/+2
* Add ObsoleteFiles.inc OLD_FILES entries for libnvngie2014-10-011-0/+3
* Test for absence of M_NOFREE before attempting to purge the mbuf's tags.np2014-09-301-1/+1
* Return the actual baud rate programmed in the hardware rather than 115200.ian2014-09-301-2/+40
* When building the lists of available memory, actually honor the exclusionian2014-09-301-0/+6
* Support tunable to control Tx deferred packet list limitsgnn2014-09-302-3/+44
* The patch allows to check state of the software Tx queues at run time.gnn2014-09-303-12/+41
* Update SolarFlare driver manual page with new tunables.gnn2014-09-301-0/+26
* Make size of Tx and Rx rings configurablegnn2014-09-307-71/+150
* UDPLite requires a checksum. Therefore, discard a received packet iftuexen2014-09-301-2/+10
* cleanup: code style fixesgnn2014-09-3011-181/+180
* Fix a mismerge in r260183 which prevents snapshot zvol devices beingdelphij2014-09-301-2/+6
* If the checksum coverage field in the UDPLITE header is the lengthtuexen2014-09-302-4/+6
* xen: fix blkback pushing responses before releasing internal resourcesroyger2014-09-301-27/+90
* xen/balloon: fix accounting of current memory pages on PVHroyger2014-09-301-1/+2
* xen: add xenstored user-space deviceroyger2014-09-302-0/+170
* xen: convert the xenstore user-space char device to a newbus deviceroyger2014-09-303-7/+66
* xen: defer xenstore initialization until xenstored is startedroyger2014-09-301-2/+66
* Only define the full inm_print() if KTR_IGMPV3 is enabled at compile time.jhb2014-09-301-3/+3
* Explicitly return None for negative event indices. Prior to this,jhb2014-09-301-1/+1
* xen: move xenstore devicesroyger2014-09-303-2/+2
* xen: make xen balloon a driver that depends on xenstoreroyger2014-09-301-27/+60
* xen: add the Xen implementation of pci_child_added methodroyger2014-09-301-0/+24
* msi: add Xen MSI implementationroyger2014-09-3015-2/+414
* Fix old iSCSI initiator to work with new CAM locking.mav2014-09-301-19/+14
* Fix pkill unit tests.rodrigc2014-09-302-53/+106
* Make sure __ARM_ARCH is defined in sysreg.h by including acle-compat.handrew2014-09-301-0/+2
* Remove redundant call to ipsec_getpolicybyaddr().ae2014-09-301-11/+4
* Be prepared that set_dumper() might fail even when resetting it or prefixpjd2014-09-301-3/+2
* Style fixes.pjd2014-09-301-10/+8
* When plen != ulen, it should only be checked when this is UDP.kevlo2014-09-301-1/+1
* Add a missing file from the last commit.adrian2014-09-301-0/+669
* Make clear in the ipheth(4) hardware notes that this driver is for thegavin2014-09-301-4/+17
* Remove this stuff - it's no longer needed here.adrian2014-09-301-23/+0
* Add initial support for the AR9485 CUS198 / CUS230 variants.adrian2014-09-3023-24/+346
* Document [EPERM] for UNIX sockets.bdrewery2014-09-301-1/+3
* Use bzero instead of explicitly zeroing stuff in do_execve.mjg2014-09-291-22/+1
* Sigh, remove a line that needs to be removed along with previous commit.delphij2014-09-291-1/+0
* When setting environment variables in the atrun script, use thedelphij2014-09-291-1/+1
* Ensure that ixl_flush() uses a defined register on VFsrstone2014-09-293-4/+11
* Fix integer truncation in affecting systat -ifstatrstone2014-09-291-10/+10
* Search for the nearest PORTSDIR where Mk/bsd.ports.mk exists, from .CURDIR.will2014-09-292-2/+34
OpenPOWER on IntegriCloud