aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* It seems that what the code really meant is that when a write is completed,Xin LI2012-09-071-1/+1
* Remove remaining 4.x compat shims. No resulting changes (verified byJohn Baldwin2012-09-074-53/+35
* A few whitespace and comment fixes.John Baldwin2012-09-072-4/+4
* Complete and merge the list between Sandy/Ivy bridge of eventsFabien Thomas2012-09-071-28/+18
* Don't include a structure containing a flexible array in anotherMichael Tuexen2012-09-075-24/+13
* Prevent indent(1) from reformatting this comment, as it containsGavin Atkinson2012-09-071-1/+1
* Eliminate unnecessary NULL checks.Alan Cox2012-09-071-2/+2
* Eliminate an unused macro.Alan Cox2012-09-071-7/+0
* Ensure that single-frame aggregate session frames are retransmittedAdrian Chadd2012-09-071-0/+45
* Dynamically allocate the S/G lists passed to callback routines rather thanJohn Baldwin2012-09-062-50/+71
* Remove NetBSD compat shims for drivers originally shared with NetBSD/pc98.John Baldwin2012-09-0618-1054/+116
* Add a kernel module on pc98 for the ct(4) driver.John Baldwin2012-09-062-0/+12
* There is no need to release the pvh global lock around calls toAlan Cox2012-09-061-20/+15
* Add Intel Ivy Bridge support to hwpmc(9).Fabien Thomas2012-09-065-176/+434
* Make r230454 more readable and vendor-like.Martin Matuska2012-09-061-2/+8
* Get rid of a gcc'ism.Michael Tuexen2012-09-061-4/+3
* Add missing bracesKevin Lo2012-09-061-1/+2
* Add #defines for the bits in the PCI Express SLOT registers. NamesGavin Atkinson2012-09-051-0/+32
* Using %p in a format string requires a void *.Michael Tuexen2012-09-059-47/+47
* - Simplify VM code by using vmspace_wired_count() for counting wiredAndrey Zonov2012-09-051-4/+3
* After r240104, make sure the hpt27xx driver also compiles with clang,Dimitry Andric2012-09-052-2/+4
* Don't hardcode paths to MFS_IMAGE in the kernel config. When they don'tBrooks Davis2012-09-052-2/+0
* - Explicitly call twe_done() to poll the hardware when looping inJohn Baldwin2012-09-052-16/+20
* Add support for new Intel on-CPU Bull Mountain random numberKonstantin Belousov2012-09-0511-35/+174
* Whitespace cleanup.Dag-Erling Smørgrav2012-09-051-76/+76
* Merge recent vendor changes and sync code:Martin Matuska2012-09-0514-55/+259
* Only stop the BXE controller if it was first started. StoppingMike Silbersack2012-09-051-1/+7
* Rename {_,}pmap_unwire_pte_hold() to {_,}pmap_unwire_ptp() and update theAlan Cox2012-09-054-78/+76
* Style fixes.Aleksandr Rybalko2012-09-041-6/+9
* Support another uchcom(4) device.Gavin Atkinson2012-09-042-0/+2
* Use the consistenly the size of a variable. This helps to keep the codeMichael Tuexen2012-09-041-21/+21
* Whitespace change.Michael Tuexen2012-09-041-1/+1
* No memory barrier is required. This was pointed out by kib@ a while ago,Dag-Erling Smørgrav2012-09-041-2/+2
* Fix the build broken by r240099.Alexander V. Chernikov2012-09-041-0/+2
* Revert previous commit, which was performed in the wrong tree.Dag-Erling Smørgrav2012-09-041-89/+82
* Add hpt27xx to GENERIC kernel for amd64 and i386 systems.Xin LI2012-09-042-0/+2
* Introduce new link-layer PFIL hook V_link_pfil_hook.Alexander V. Chernikov2012-09-047-236/+211
* Fix duplicate entries for mwl(4):John Baldwin2012-09-043-11/+4
* No memory barrier is required. This was pointed out by kib@ a while ago,Dag-Erling Smørgrav2012-09-041-82/+89
* - Move jenkins.h to jenkins_hash.cGleb Smirnoff2012-09-045-188/+476
* Remove unneeded ipfw headers introduced in r213447 from Infiniband code.Alexander V. Chernikov2012-09-041-2/+0
* Update arcmsr(4) to vendor version 1.20.00.25.Xin LI2012-09-042-122/+133
* Add required USB AUDIO v2.0 structure definitions.Hans Petter Selasky2012-09-031-1/+394
* Add more DWC OTG register definitions.Hans Petter Selasky2012-09-031-3/+21
* Provide a sysctl switch that allows to install ARP entriesGleb Smirnoff2012-09-031-3/+5
* Change bridge(4) to use if_transmit for forwarding packets to underlyingGleb Smirnoff2012-09-031-33/+33
* Add missing braces.Aleksandr Rybalko2012-09-031-1/+2
* - After r240026 sgrowsiz should be used in a safer maner.Andrey Zonov2012-09-031-4/+7
* - Mark some sysctls with CTLFLAG_TUN flag instead of CTLFLAG_RDTUN.Andrey Zonov2012-09-031-7/+7
* Add kern.hintmode sysctl variable to show current state of hints:Aleksandr Rybalko2012-09-031-0/+77