summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-01-18sys/time.h: new macros: timerisvalid() and timespecisvalid().cheloha
2019-01-18chase sounlock() api change, make bfd(4) build againPeter Hessler
2019-01-18remove a debugging printf that has outlived its usefulnessMike Larkin
2019-01-18futex(2): validate relative timeout before sleeping.cheloha
2019-01-18adjtime(2), settimeofday(2), clock_settime(2): validate inputcheloha
2019-01-18Revert Rev 1.351, the change is not quite right yet.Claudio Jeker
2019-01-18delete vmm(4) in i386pd
2019-01-17Convert interface lists from TAILQ to SLIST in preparation for fineMartin Pieuchot
2019-01-17No need to free the Command/Data GPIO in the I2C detach path since it isPatrick Wildt
2019-01-17Add support for the SSD1306 as seen on the NanoPi NEO2 withPatrick Wildt
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