summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* New pmap implementation for 64-bit PowerPC processors. The main focus ofnwhitehorn2015-02-247-1097/+1097
* cxgbe(4): allow tx hardware checksumming on the netmap interface.np2015-02-241-6/+9
* Remove a stale comment.gjb2015-02-241-2/+0
* Add 'cloudware-install' target to handle copying cloudgjb2015-02-242-4/+23
* Unconditionally install debug directory hierarchyemaste2015-02-241-8/+3
* If sys.mk were found via the magic path .../share/mksjg2015-02-241-0/+10
* cxgbe(4): set up congestion management for netmap rx queues.np2015-02-243-4/+38
* cxgbe(4): do not set the netmap rxq interrupts on a hair-trigger.np2015-02-241-2/+4
* cxgbe(4): wait for the hardware to catch up before destroying a netmap txq.np2015-02-241-5/+10
* cxgbe(4): request an automatic tx update when a netmap txq idles.np2015-02-241-1/+2
* Pass macro arguments properly.hselasky2015-02-241-2/+2
* Fix order of arguments in the TRACEBUF_INITIALIZER macro so that wehselasky2015-02-241-1/+1
* msun: drop unnecessary checks (part 2).pfg2015-02-244-4/+4
* Enable 'receive timeout' interrupt allowing us to notbr2015-02-241-10/+25
* Keep a reference on the coredump vnode for vn_fullpath() call. Do itkib2015-02-241-8/+6
* Change struct attribute to avoid aligned operations mismatchzbb2015-02-241-1/+1
* Fix endianness on FDT read in ARM GICzbb2015-02-241-4/+4
* Fix possible memory leak and several races in the IPsec policy managementae2015-02-242-1/+18
* Ensure that the XHCI driver will refresh the control endpoint settingshselasky2015-02-241-0/+7
* Add native netmap support to ixl.luigi2015-02-243-0/+514
* sfxge: add put-list high watermarkarybchik2015-02-242-0/+9
* sfxge: use goto to cleanup to avoid duplicate cleanup codearybchik2015-02-241-11/+13
* Fix printf format warnings on sparc64 and mips.ken2015-02-241-3/+3
* Always emulate MSR_PAT on Intel processors and don't rely on PAT save/restoreneel2015-02-244-22/+56
* Emulate MSR 0xC0011024 when running on AMD processors.neel2015-02-241-0/+9
* Add "-u" option to bhyve(8) to indicate that the RTC should maintain UTC time.neel2015-02-244-13/+21
* Correct a typo.yongari2015-02-241-1/+1
* Improve memory detection in biosmem.cgrembo2015-02-231-6/+112
* Bump __FreeBSD_version for the mtio(4) / sa(4) ioctl and API additionsken2015-02-231-1/+1
* Don't close a block context if it couldn't be opened,grehan2015-02-231-1/+2
* Significant upgrades to sa(4) and mt(1).ken2015-02-2318-378/+6041
* Fix race in interrupt handling that could cause IO to hang up under heavynwhitehorn2015-02-231-6/+7
* There is no reason to do i+dcache writeback and invalidate when changingian2015-02-231-4/+0
* A lot of current code in network stack expects mbufs not havingglebius2015-02-231-0/+1
* Previous version of mbufq were fine initialized by M_ZERO, whileglebius2015-02-231-0/+3
* Add support for the DWC OTG v2 chipset found in the STM32F4 series ofhselasky2015-02-232-11/+48
* soreceive_generic() still has similar KASSERT(), therefore instead ofae2015-02-231-0/+2
* In some cases soreceive_dgram() can return no data, but has controlae2015-02-231-5/+5
* Macro fixes:hselasky2015-02-232-1/+3
* add MODULE_VERSION, needed to track module dependenciesluigi2015-02-231-0/+1
* Fill in missing dependencies for dtrace related tools so the bootstrap-toolsngie2015-02-231-0/+3
* Parallelize building bootstrap-toolsngie2015-02-231-1/+19
* Kernel support for the Vector-Scalar eXtension (VSX) found on the POWER7nwhitehorn2015-02-2213-61/+138
* sh: Add details about importing the environment and initializing OPTIND.jilles2015-02-221-7/+14
* Add some opcodes for assembling forthcoming VSX (Vector-Scalar eXtension)nwhitehorn2015-02-221-0/+5
* setmode(3): Make sure that setmode sets errno on failure.pfg2015-02-222-20/+47
* o Typo: securiy -> security.maxim2015-02-221-6/+6
* sfxge: implement if_get_counter callbackarybchik2015-02-225-2/+91
* sfxge: add common code support for changing TX queue pacearybchik2015-02-223-0/+73
* sfxge: correct event queue interrupt moderation timer quantaarybchik2015-02-225-7/+11
OpenPOWER on IntegriCloud