aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Use callout(9) to drive the vlapic timer instead of clocking it on each VM exit.Neel Natu2013-12-076-144/+233
* For software builds, the NFS client does many smallRick Macklem2013-12-075-11/+43
* Make more unsigned ints signed.Justin Hibbits2013-12-073-3/+4
* If a vcpu disables its local apic and then executes a 'HLT' then spin down theNeel Natu2013-12-075-8/+79
* Fix some integer signs. These unsigned integers should all be signed.Justin Hibbits2013-12-073-3/+3
* Include dev/fb/fb_if.m in build always, without it kms modules complain aboutAleksandr Rybalko2013-12-071-1/+1
* Refactor out the scan id and scan vap as part of the scan work.Adrian Chadd2013-12-071-17/+22
* Add a channel parameter to iwn_scan().Adrian Chadd2013-12-071-4/+4
* Refactor out the scan channel to be assigned early on in iwn_scan()Adrian Chadd2013-12-071-3/+5
* Begin fleshing out some code to handle tracking PLCP error ratesAdrian Chadd2013-12-072-14/+118
* Add some PLCP thresholds from Linux iwlwifi driver in preparation forAdrian Chadd2013-12-071-0/+21
* Expose spa_asize_inflation.Xin LI2013-12-061-0/+3
* Fix td_frame flags for i386.Aleksandr Rybalko2013-12-061-2/+6
* Fix compilation when the "USB_DEBUG" option is set.Hans Petter Selasky2013-12-061-1/+1
* Disallow optimizations which potentially remove boundary checksKonstantin Belousov2013-12-061-0/+6
* Although not strictly required to boot a 64MB board, bumpWarner Losh2013-12-061-1/+2
* Fix the pin value reading on AM335x. Because of the inverted logic it wasLuiz Otavio O Souza2013-12-061-2/+2
* Move the GPIOBUS_SET_PINFLAGS(..., ..., pin, GPIO_PIN_OUTPUT) to led(4)Luiz Otavio O Souza2013-12-061-3/+2
* Remove unnecessary includes and an unused softc variable. While here applyLuiz Otavio O Souza2013-12-061-7/+2
* Make the sysctl node read-only.Luiz Otavio O Souza2013-12-061-1/+1
* Add support for the MediaTek/Ralink RT5572 chipset.Kevin Lo2013-12-064-78/+620
* Replace the magic numbers with something more readable.Kevin Lo2013-12-062-5/+15
* Cosmetic changes.Kevin Lo2013-12-061-29/+29
* Remove daft KASSERT.Kevin Lo2013-12-061-3/+0
* Improve the XHCI command timeout recovery handling code.Hans Petter Selasky2013-12-064-18/+134
* Merge VT(9) project (a.k.a. newcons).Aleksandr Rybalko2013-12-0548-104/+10218
* Fix a typo.John Baldwin2013-12-053-3/+3
* There is no sysctl with the MIB { CTL_KERN, KERN_MAXID }.John Baldwin2013-12-051-1/+0
* Fix the processor table entry structure to use a fixed-width type forJohn Baldwin2013-12-051-4/+4
* Fix debug printfs in FPU_EMU to compile on powerpc64 and enable it forJohn Baldwin2013-12-052-17/+22
* Do some cosmetic fixes.Andreas Tobler2013-12-051-7/+7
* Increase PHYS_AVAIL_SZ because on pSeries machines we can have many logicalAndreas Tobler2013-12-051-1/+5
* In case we have many continous regions without gaps we have to make soure thatAndreas Tobler2013-12-051-0/+1
* Initialize modesetting sysctls in radeonkms.Robert Millan2013-12-051-0/+7
* Fix external compiler warning about write-only assigned variable.Hans Petter Selasky2013-12-051-3/+1
* Make panic_reboot_wait_time static.Colin Percival2013-12-051-1/+1
* Enable Hyper-V support in i386 GENERIC.Xin LI2013-12-051-0/+3
* Support Hyper-V on i386:Xin LI2013-12-053-0/+15
* Apply vendor improvements to oce(4) driver:Xin LI2013-12-044-19/+60
* drm: Read PCIER_LINK_CAP/PCIER_LINK_CAP2 from the PCI bridgeJean-Sébastien Pédron2013-12-041-1/+5
* Rename sysctl kern.supported_abis to kern.supported_archs, since it givesNathan Whitehorn2013-12-041-3/+3
* Fix what looks like a typo after r258732.Hans Petter Selasky2013-12-041-1/+1
* Fix external compiler warning(s). Avoid pointer dereferencing.Hans Petter Selasky2013-12-045-8/+8
* Change comment to match code.Edward Tomasz Napierala2013-12-041-4/+4
* Add "null" backend to mdconfig(8). This does exactly what the nameEdward Tomasz Napierala2013-12-042-1/+40
* ext2fs: add two new reserved inodes.Pedro F. Giffuni2013-12-041-0/+2
* Break the loop once we know we have the SYF_CAPENABLED flag.Pawel Jakub Dawidek2013-12-041-0/+1
* Add a new sysctl / loader tunable kern.panic_reboot_wait_time whichColin Percival2013-12-031-4/+9
* cxgbe(4): T4_SET_SCHED_CLASS and T4_SET_SCHED_QUEUE ioctls to programNavdeep Parhar2013-12-034-0/+353
* Properly report an error instead of panicing when user tries to createEdward Tomasz Napierala2013-12-031-1/+3