aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Add NVME as a known device type for devstat processing.Warner Losh2017-12-061-18/+22
* Remove stray cam_periph_async call. It's called twice this way. WhileWarner Losh2017-12-051-1/+0
* Implement "vidcontrol -h <history_size>" for vt(4)Ed Maste2017-12-053-48/+49
* dtb/allwinner: Restore a83t/BananaPi-M3 DTS after r342822Kyle Evans2017-12-051-0/+3
* vnic: apply hardware L3 checksum only for IPv4Ed Maste2017-12-051-3/+2
* a10_gpio: Don't do read/set dance if pin is already configured for outputKyle Evans2017-12-051-1/+2
* When building standalone, include stand.h rather than the kernelWarner Losh2017-12-051-0/+2
* Allwinner H5: Enhance supportEmmanuel Vadot2017-12-056-6/+25
* iflib: Support to padding Ethernet frames to a min sizeStephen Hurd2017-12-054-4/+52
* Avoid calling CURVNET_[SET|RESTORE] for each packetStephen Hurd2017-12-051-20/+25
* use @@@ instead of @@ in __sym_defaultEd Maste2017-12-051-2/+2
* ioat(4): Add Skylake Xeon PCI-IDConrad Meyer2017-12-051-0/+2
* ifconfig(8): Display extended compliance code string for SFP transceiversEric Joyner2017-12-051-4/+8
* Fix cyclic dependency after r326552.Bryan Drewery2017-12-051-2/+5
* ddb: fix validation of cpu id in 'set db_cpu=x'Andriy Gapon2017-12-051-2/+2
* DEPENDSRCS not used here.Bryan Drewery2017-12-051-1/+0
* Rename DEPENDFILES_OBJS to DEPENDFILES.Bryan Drewery2017-12-051-6/+5
* Avoid the overhead of acquiring a lock in nfsrv_checkgetattr() whenRick Macklem2017-12-041-0/+9
* Allwinner: Add H5 compatible to aw_ccuEmmanuel Vadot2017-12-041-0/+1
* amd-vi: set iommu msi configuration using pci_enable_msi methodAndriy Gapon2017-12-041-56/+16
* vmm/amd: add ivhd device with a higher orderAndriy Gapon2017-12-041-1/+7
* amd-vi: clear event interrupt and overflow bits upon handling the interruptAndriy Gapon2017-12-041-0/+6
* dts: arm: Remove imx6 related dtsEmmanuel Vadot2017-12-045-815/+0
* Use the module pointer to find the address we need to map to in the earlyAndrew Turner2017-12-041-5/+5
* Print the correct value when freelist is out of range.Andrew Turner2017-12-041-1/+1
* [mips] [vm] restore translation of freelist to flind for page allocationMichael Zhilin2017-12-042-10/+15
* Use __has_builtin() to ensure clz and clzll builtins are availableAllan Jude2017-12-043-4/+4
* Add support for RealTek 8812 over USBGeorge V. Neville-Neil2017-12-032-0/+2
* Make COMPAT_FREEBSD32 part of GENERIC on arm64.Ed Schouten2017-12-031-0/+1
* Mark two things as unused (since they are only sometimes used) andWarner Losh2017-12-031-2/+2
* Allow this file to be used in libsa without warning...Warner Losh2017-12-031-1/+1
* Add if media and link status events to vxlanBryan Venteicher2017-12-021-0/+33
* SPDX: Complete license IDs for ext2fs.Pedro F. Giffuni2017-12-026-0/+12
* Introduce bwn(4) support for the bhnd(4) bus.Landon J. Fuller2017-12-0225-364/+3590
* Override memattr for mmap on the Freescale DIU driverJustin Hibbits2017-12-021-0/+2
* bhnd_pmu(4): Do not leak our chipc provider reference or clkctl state inLandon J. Fuller2017-12-021-21/+28
* bhndb(4): Fix leak of child devices and MSI vectors.Landon J. Fuller2017-12-022-3/+9
* bhnd_chipc(4): Break cyclic references to the ChipCommon deviceLandon J. Fuller2017-12-021-2/+2
* bhndb(4): Fix incorrect assertion in bhndb_deregister_intr_handler().Landon J. Fuller2017-12-021-1/+1
* Fix all warnings related to geli and ZFS support on x86.Warner Losh2017-12-021-1/+1
* We don't need both _STAND and _STANDALONE. There's more places thatWarner Losh2017-12-023-4/+4
* Plug a name cache lock leak.Mark Johnston2017-12-011-0/+2
* a10_gpio: Add support for more modern pin configurationKyle Evans2017-12-011-36/+98
* Add support for SIOCGIFXMEDIA to iflibStephen Hurd2017-12-011-0/+1
* Destroy seltd st_mtx and st_wait in seltdfini().Konstantin Belousov2017-12-011-0/+2
* Add comment for vm_map_find_min().Konstantin Belousov2017-12-011-0/+12
* Do better cleaning in key_destroy() for VIMAGE case.Andrey V. Elsukov2017-12-011-0/+19
* Update gmirror metadata less frequently when synchronizing.Mark Johnston2017-11-302-2/+9
* SPDX: use the Beerware identifier.Pedro F. Giffuni2017-11-3014-3/+29
* Properly skip the first CPU. It only accidentally worked because theJung-uk Kim2017-11-301-6/+4