summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-01-14Add support for building kernels with clang. Clang does not supportMark Kettenis
2019-01-14backout previous; crashes near mountpoints it seemsTheo de Raadt
2019-01-14Remove obsolete symbols.sort target.Visa Hankala
2019-01-14Wrap floating point instructions with .set hardfloat to make clang'sVisa Hankala
2019-01-14Fix typosIngo Feinerer
2019-01-14match on TP-Link WN821N v5 (RTL8192EU), tested by Jesper WallinJonathan Matthew
2019-01-14Fix unveil issue noticed by kn@ where unveil does not notice coveringBob Beck
2019-01-14regenJonathan Matthew
2019-01-14add TP-Link WN821N v5 (RTL8192EU), from Jesper WallinJonathan Matthew
2019-01-13Remove redundant RF switch noticekn
2019-01-13Handle card detect GPIO.Visa Hankala
2019-01-13Pass timeout in seconds instead of ticks.Visa Hankala
2019-01-13Fix an off-by-one in pfkeyv2_sysctl_policydumper() and get rid of aMartin Pieuchot
2019-01-13Validate the number of expected interfaces in *match() and claim themMartin Pieuchot
2019-01-13Validate that the interface passed to *match() is the expected oneMartin Pieuchot
2019-01-12Enable ohci at fdt.Mark Kettenis
2019-01-12Add missing OHCI-related clocks.Mark Kettenis
2019-01-12Add a driver for OCTEON GPIO controller.Visa Hankala
2019-01-12Fix potential use-after-free if xfer allocation fails when otus(4) attaches.Stefan Sperling
2019-01-12Make the scan loop in otus(4) terminate properly when the interfaceStefan Sperling
2019-01-12Attach the AHCI controller bridge driver even if the AHCI controllerVisa Hankala
2019-01-11syncTheo de Raadt
2019-01-11mincore() is a relic from the past, exposing physical machine informationTheo de Raadt
2019-01-11Set RUNNING flag when RF switch is enabledkn
2019-01-11Add i.MX8MQ support to dwpcie(4). Since the i.MX8MQ does seem toPatrick Wildt
2019-01-11imxsrc(4), a driver for the i.MX System Reset Controller. We willPatrick Wildt
2019-01-11Add support for changing the parent of the PCIe clocks. We willPatrick Wildt
2019-01-11Move the placement of pmap_kernel's toplevel PML4 pageMike Larkin
2019-01-10Make mincore lie. The nature of shared memory means it can spy on whatTed Unangst
2019-01-10Hold a read lock on the map while doing the actual device I/O during inMark Kettenis
2019-01-10Properly implement (as far as we can) Event()/Signal()/Wait() AML operations.Mark Kettenis
2019-01-10regen pcidevs*.hStefan Fritsch
2019-01-10Add virtio 1.x PCI IDsStefan Fritsch
2019-01-10Fix previousStefan Fritsch
2019-01-10Move some PCI-specific defines to a new virtio_pcireg.h fileStefan Fritsch
2019-01-10Remove some more code if VIRTIO_DEBUG is 0Stefan Fritsch
2019-01-10Move some common defines to virtiovar.hStefan Fritsch
2019-01-10settime: Don't cancel ongoing adjtime(2) until after full permission checkscheloha
2019-01-10Use efifb_stolen() to prevent radeondrm from using aperture memoryJonathan Gray
2019-01-10add efifb_stolen() to get the size of the efifb framebufferJonathan Gray
2019-01-09Printing hex values with right adjustment makes it easier to compareAlexander Bluhm
2019-01-09Eliminate an else branch from m_extunref().Visa Hankala
2019-01-09Make arm64 efiboot can boot from partitions other than "a".YASUOKA Masahiko
2019-01-09free(9) sizes.Martin Pieuchot
2019-01-09No need to call usbd_fill_deviceinfo() from a task, it doesn't generate I/O.Martin Pieuchot
2019-01-09Enable Spleen in wsfont and modify the font selection logic at runtimeFrederic Cambus
2019-01-09implement an if_enqueue handler for vlan(4)David Gwynne
2019-01-09split if_enqueue up so drivers can replace ifq handling if neededDavid Gwynne
2019-01-08viocon: Remove obsolete handling of sc_intrhandStefan Fritsch
2019-01-08virtio: Don't include feature strings without VIRTIO_DEBUGStefan Fritsch