summaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The TCP delayed ACK logic isn't aware of LRO passing up large aggregatedAndre Oppermann2013-10-221-4/+7
* Mask out non-address bits in the mac address register, for properIan Lepore2013-10-221-2/+1
* Ignore registers on devices where the reg property is malformed. Issue aNathan Whitehorn2013-10-221-0/+6
* Sync BERI kernel configs with P4:Brooks Davis2013-10-2210-116/+532
* MFP4: 223121 (PIC portion), 225861, 227822, 229692 (PIC only), 229693,Brooks Davis2013-10-223-0/+726
* Catch up on 6 years of improvements in Open Firmware nexus devices byNathan Whitehorn2013-10-221-207/+425
* Set BUS_PROBE_NOWILDCARD on this attachment as a stopgap. UnconditionallyNathan Whitehorn2013-10-221-2/+13
* Allow lots of interrupts (useful on multi-domain platforms) and do notNathan Whitehorn2013-10-221-4/+2
* Standards-conformance and code deduplication:Nathan Whitehorn2013-10-227-305/+57
* Fix memory and references leak due to unfreed path.Alexander Motin2013-10-221-1/+3
* Fix memory and references leak due to unfreed path.Alexander Motin2013-10-221-1/+3
* Use the vdev's ashift to calculate the supported min block size passed toSteven Hartland2013-10-221-1/+1
* Unconditionally acquire periph reference on CCB allocation failure.Alexander Motin2013-10-221-3/+4
* Fix memory and references leak due to unfreed path.Alexander Motin2013-10-221-1/+3
* Remove global device lock acquisition from dev_relthread(), replacing itAlexander Motin2013-10-221-5/+3
* Remove Giant-locked drivers support (DISKFLAG_NEEDSGIANT flag) from disk(9).Alexander Motin2013-10-222-29/+0
* Merge GEOM direct dispatch changes from the projects/camlock branch.Alexander Motin2013-10-2235-214/+465
* Make watchdog function conform watchdog(9):Oleksandr Tymoshenko2013-10-221-0/+12
* - Implement watchdog function and register it with watchdog listOleksandr Tymoshenko2013-10-221-7/+46
* Return standards-compliant code from OF_nextprop() with FDT when noNathan Whitehorn2013-10-221-1/+1
* Make netback compile without INET support in the kernel.Bjoern A. Zeeb2013-10-221-1/+1
* Remove the isf(4) driver. It was created by accident and is subset ofBrooks Davis2013-10-218-1120/+0
* Make hard-wired TLB allocations be at minimum one page. This is required byNathan Whitehorn2013-10-211-0/+2
* Add comments that taskqueue_enqueue_locked() returns without the lock.Alexander Motin2013-10-211-0/+4
* MFP4: 223121 (FDT infrastructure portion)Brooks Davis2013-10-215-9/+393
* Allow kernels without options SOFTUPDATES to build. This should fix theBrooks Davis2013-10-211-0/+2
* Use standard ofw_bus helpers instead of reinventing the wheel.Nathan Whitehorn2013-10-211-139/+27
* Add a resource limit for the total number of kqueues available to theKonstantin Belousov2013-10-215-2/+47
* Reset function on SandyBridge holds the gt_lock for the whole durationKonstantin Belousov2013-10-211-1/+1
* Print more useful information about the transfer that trigger the assertion.Konstantin Belousov2013-10-211-1/+2
* Provide an interface for PCI bus drivers that need some of ofw_pci'sNathan Whitehorn2013-10-212-2/+20
* Fix build problem on ARM (which defaults to building without soft updates).Kirk McKusick2013-10-211-4/+4
* Merge CAM locking changes from the projects/camlock branch to radicallyAlexander Motin2013-10-2136-1575/+1577
* Move and rename dwc otg driver to moreGanbold Tsagaankhuu2013-10-212-1/+1
* MFprojects/camlock:Alexander Motin2013-10-211-16/+14
* Add a note that lacp_compose_key() should be updated, when new mediaAndrey V. Elsukov2013-10-211-1/+4
* MFprojects/camlock r256619:Alexander Motin2013-10-211-10/+5
* Add preliminary support for RTL8106E PCIe FastEthernet.Pyun YongHyeon2013-10-212-0/+3
* Correct MAC revision bits. Previously it always cleared bit 20 andPyun YongHyeon2013-10-212-2/+4
* Partial MFproject/camlock r256671:Alexander Motin2013-10-215-16/+14
* When fetching function arguments out of a frame on amd64, explicitly selectMark Johnston2013-10-212-2/+35
* Fix 80-column line wrapping in a comment.Nathan Whitehorn2013-10-211-2/+2
* Restructuring of the soft updates code to set it up so that theKirk McKusick2013-10-213-622/+872
* Allow the OFW interrupt mapping code to work with PCI devices not enumeratedNathan Whitehorn2013-10-214-16/+21
* Calculate the baud rate divisor rather than using a hard-coded value.Ian Lepore2013-10-201-5/+5
* Avoid sign overflow if there are more than 2 GB of RAM.Nathan Whitehorn2013-10-201-4/+5
* The Xen userland event channel driver isn't complete. Disabled itJustin T. Gibbs2013-10-201-1/+0
* Fourth of several cleanups to soft dependency implementation.Kirk McKusick2013-10-201-24/+123
* Add configuration for the Freescale i.MX53 Quick Start Board.Ian Lepore2013-10-202-0/+305
* Third of several cleanups to soft dependency implementation.Kirk McKusick2013-10-202-10/+16