aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/boot: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-194-4/+4
* X86: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-1911-15/+15
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-1941-78/+65
* dev/agp: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-193-10/+9
* Fix build for Pi kernels with syscons enabledOleksandr Tymoshenko2016-04-191-2/+2
* dev/usb: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-195-5/+5
* Link bcache into userboot.so, was not added in r298230Allan Jude2016-04-191-0/+1
* 1. modify fwdump (a.k.a grcdump) so that grcdump memory is allocatedDavid C Somayajulu2016-04-193-67/+169
* net80211: do not reschedule scan_curchan_task() if the scan was canceled.Andriy Voskoboinyk2016-04-191-1/+4
* aacraid(4): Sanely copyin userland pointers and ensure that we don't getSean Bruno2016-04-192-8/+30
* Plug memory leak in ctl(4) when ctl_copyin_args() is called with a non-Sean Bruno2016-04-191-0/+1
* [bhnd] Standardize bhnd device tables and quirk matching.Adrian Chadd2016-04-196-129/+241
* [bhnd] Clean up bhnd resource handling and inherited bus methodsAdrian Chadd2016-04-196-361/+263
* [bhnd] Add support for specifying the address space used by bhndb childrenAdrian Chadd2016-04-195-92/+254
* Fix pc98 build error introduced in r298230Allan Jude2016-04-191-2/+2
* Revert r298268 (Add optional chip_select/deselect methods).Ruslan Bukin2016-04-192-33/+0
* Assert CS for single transfers.Ruslan Bukin2016-04-191-30/+11
* Add PCI ID for family 10h model 30h to amdtemp(4).Luiz Otavio O Souza2016-04-191-0/+2
* Add driver for Xilinx AXI Quad SPI device. The device was found inRuslan Bukin2016-04-191-0/+252
* Add optional chip_select/deselect methods. This is requiredRuslan Bukin2016-04-192-0/+33
* Fix debugging printf.Edward Tomasz Napierala2016-04-191-2/+3
* Fix umtx lock/trylock for compat32.Konstantin Belousov2016-04-191-2/+2
* hyperv/vmbus: Make device probe/attach synchronous w/ vmbus attach/SYSINITSepherosa Ziehau2016-04-193-5/+49
* hyperv: Remove two assign-only local variablesSepherosa Ziehau2016-04-191-6/+0
* Fix SMP booting for PowerPC Book-EJustin Hibbits2016-04-197-209/+245
* hptmv(4) Fix potential buffer overflow in hpt_set_info.Sean Bruno2016-04-181-4/+11
* A new implementation of the loader block cacheAllan Jude2016-04-1830-279/+539
* Correct possible underflow conditions when checking for available spaceSean Bruno2016-04-184-4/+4
* Address issues found by the XCode code analyzer.Michael Tuexen2016-04-185-35/+35
* Add the ability to read a SAS device's Target Port NAA designatorAlan Somers2016-04-182-0/+14
* Fix signed/unsigned warnings.Michael Tuexen2016-04-182-4/+5
* Pull the MSI/MSI-X handling functions out to help with INTRNG integration.Andrew Turner2016-04-181-7/+62
* Fix a warning about an unused variable.Michael Tuexen2016-04-181-1/+1
* Put panic() calls under INVARIANTS.Michael Tuexen2016-04-183-0/+26
* Fix tinderbox LINT build.Xin LI2016-04-181-1/+0
* Cleanup debug output.Michael Tuexen2016-04-181-39/+39
* Don't use anonymous unions.Michael Tuexen2016-04-183-4/+4
* Remove a left-over debug printf().Michael Tuexen2016-04-181-10/+0
* Allow RT3350 CPU clock to be detected as part of RT3050/RT3052 detectionStanislav Galabov2016-04-182-8/+12
* [urtwn] default to announcing RX 64K aggregates.Adrian Chadd2016-04-181-0/+1
* [net80211] put in a comment about the not-quite-correctness of A-MPDU paramet...Adrian Chadd2016-04-181-0/+8
* Use a loop instead of a goto in sysctl_kern_proc_kstack().Mark Johnston2016-04-171-6/+3
* Make the second argument of dtrace_invop() a trapframe pointer.Mark Johnston2016-04-1716-75/+100
* Add CAM_NETFLIX_IOSCHED to the build.Warner Losh2016-04-171-0/+1
* Do the intmax_t dance for debug so CAM_NETFLIX_IOSCHED builds onWarner Losh2016-04-171-3/+3
* undo previous commit - WIP was committed by accident.Adrian Chadd2016-04-171-3/+3
* The struct thread td_estcpu member is only used by the 4BSD scheduler.Konstantin Belousov2016-04-176-54/+54
* Add hw.dmar.batch_coalesce tunable/sysctl, which specifies rate atKonstantin Belousov2016-04-173-2/+20
* Implement Auxiliary register. Add PIM_ATA_EXT flag to flag that a SIMWarner Losh2016-04-177-10/+33
* tag_action is not used at all in ata. It's set to 1 for orderedWarner Losh2016-04-174-14/+7