summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-01-17Unveil fixes:Bob Beck
2019-01-17Remove some empty linesMike Larkin
2019-01-17Enable bwfm(4) in RAMDISK_CDMike Larkin
2019-01-16Deny mmap() on enabled kcov fds. Sometimes syzkaller manages to duplicate ananton
2019-01-16include pf.h for #if NPF > 0 testJonathan Gray
2019-01-15Make otus(4) modify its DMA_TRIGGER register with readable macrosStefan Sperling
2019-01-15Remove an unused variable. Spotted by clang.Visa Hankala
2019-01-15Add missing Allwinner H3/H5 OHCI clocks.Mark Kettenis
2019-01-15Stop processing "no data" frames in ieee80211_input() before decryption.Stefan Sperling
2019-01-15Rename some data frame subtype macros to make the difference betweenStefan Sperling
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