aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Reduce the difference to NetBSD.Andrew Turner2013-06-071-25/+27
* Add missing VM object unlocks in an error case.Alan Cox2013-06-071-0/+2
* Disable IGMPv3 link timers on a transition to IGMPv2.Bruce M Simpson2013-06-071-0/+1
* Add support for polling the XHCI interrupt handler whenHans Petter Selasky2013-06-073-15/+49
* Properly set curvnet context in lagg_port_setlladdr() task handler.Mikolaj Golub2013-06-071-0/+2
* Don't hold the node lock over the iterator.Adrian Chadd2013-06-071-4/+24
* Bring over the initial static bluetooth coexistence configurationAdrian Chadd2013-06-075-0/+355
* Add accessor macros for the bluetooth coexistence routines.Adrian Chadd2013-06-071-0/+21
* Add bluetooth fixes to the AR5416/AR92xx HAL:Adrian Chadd2013-06-076-5/+22
* Correct setting TX random backoff register. This register isPyun YongHyeon2013-06-072-3/+3
* Do not report current link status if driver is not running.Pyun YongHyeon2013-06-071-0/+4
* Simplify the checking of flags for cam_periph_mapmem(). This gets rid ofScott Long2013-06-074-78/+42
* MFV r251474:Xin LI2013-06-067-79/+415
* Complete r251452:Attilio Rao2013-06-062-4/+7
* Do not compare the existing mask of a cpuset with a new mask when changingJohn Baldwin2013-06-061-8/+11
* Don't busy the page unless we are likely to release the object lock.Alan Cox2013-06-064-11/+19
* - Consolidate duplicate code into support functions.Jeff Roberson2013-06-051-264/+305
* Enable slow diversity combining for the AR9285.Adrian Chadd2013-06-051-0/+2
* As a temporary work-around (read: until there's a nice API for exposingAdrian Chadd2013-06-051-0/+29
* cxgbe(4): Never install a firmware if hw.cxgbe.fw_install is 0.Navdeep Parhar2013-06-051-12/+17
* - fix a bug in the previous commit that was dropping the last packetLuigi Rizzo2013-06-051-11/+39
* Relax the vm object locking. Use a read lock.Alan Cox2013-06-053-19/+19
* - Flag sym(4) as supporting unmapped I/O; all necessary conversion actuallyMarius Strobl2013-06-051-3/+2
* Handle/mark/nuke unused arguments.Marius Strobl2013-06-051-49/+49
* Implement a bit of a hack to store the AR9285/AR9485 RX LNA configuration inAdrian Chadd2013-06-053-2/+33
* Add a new capability flag to announce that the chip implements LNA mixingAdrian Chadd2013-06-054-1/+6
* Document the AR9285/AR9485 LNA configuration information that'sAdrian Chadd2013-06-051-0/+26
* In vm_object_split(), busy and consequently unbusy the pages only whenAttilio Rao2013-06-041-3/+4
* sys/dev/mps/mps.cAlan Somers2013-06-042-1/+3
* CAM_DEV_QFREEZE handling should only be done on request submission butMarius Strobl2013-06-041-14/+3
* Fix build with both INET and INET6 disabled.John Baldwin2013-06-041-0/+2
* Relax the vm object locking in mac_proc_vm_revoke_recurse(). A read lockAlan Cox2013-06-041-4/+4
* Eliminate unnecessary vm object locking from tmpfs_nocacheread().Alan Cox2013-06-041-2/+0
* Build fix: Only <sys/cdefs.h> should be included before __FBSDID().John Baldwin2013-06-041-1/+2
* Improve r250890, so that we stop processing of a message with zeroGleb Smirnoff2013-06-041-8/+7
* Flag isp(4) as supporting unmapped I/O; all necessary conversion actuallyMarius Strobl2013-06-041-2/+2
* Fix the passing of time on Armada XP.Grzegorz Bernacki2013-06-042-1/+12
* Implement pmap_copy() for ARMv6/v7.Grzegorz Bernacki2013-06-041-0/+120
* Match the options of the kernel.David E. O'Brien2013-06-043-3/+6
* Update a comment.Alan Cox2013-06-041-2/+2
* Add the combined (mixed) diversity support capability bit for theAdrian Chadd2013-06-042-0/+4
* Relax the object locking in vm_pageout_map_deactivate_pages() andAlan Cox2013-06-041-11/+11
* cxgbe(4): Provide accurate hit count for filters on T5 cards. TheNavdeep Parhar2013-06-041-2/+8
* Pad the PCPU MD struct, to satisfy an assert added with the projects/countersJustin Hibbits2013-06-041-1/+1
* Fixing a typo.Hiren Panchasara2013-06-031-1/+1
* Add ATOMIC_*_LOCK_FREE constants.Ed Schouten2013-06-031-0/+35
* ext2fs: space vs tab.Pedro F. Giffuni2013-06-032-2/+2
* ext2fs: Small cosmetic fixes.Pedro F. Giffuni2013-06-032-2/+3
* Fix the order of TX shutdown and reset.Adrian Chadd2013-06-031-4/+25
* Fix receive on the AR9285 (Kite) with only one antenna connected.Adrian Chadd2013-06-031-1/+14