summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Hopefully fix build breakage with gcc passing void * instead of char *bz2014-09-291-1/+2
* Instead of failing when neither PAM_TTY nor PAM_RHOST are available, calldes2014-09-291-2/+4
* Use snprintf(3) in place of unbounded sprintf(3) (prevent buffer overflow).dteske2014-09-292-78/+97
* Change the /var dataset in the default ZFS layout to have theallanjude2014-09-281-1/+1
* Add strptime(3) support for %U and %W (take 2)pfg2014-09-281-7/+119
* tty_rel_free() can be called more than once for the same tty so make sureneel2014-09-281-6/+6
* Convert most BPF_TAP users to BPF_MTAP.melifaro2014-09-285-16/+6
* Checksum coverage values larger than 65535 for UDPLite are invalid.tuexen2014-09-281-1/+1
* Move the unconditional #include of net/ifq.h to the very end of file.bz2014-09-281-2/+3
OpenPOWER on IntegriCloud