summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-01-13Make bpf event filter MP-safeVisa Hankala
2022-01-13Return an error if bpfilter_lookup() fails in bpfkqfilter()Visa Hankala
2022-01-13Implement powerdown. This involves writing a magic bit somewhere in theMark Kettenis
2022-01-12fixup previous refactoringmbuhl
2022-01-12Extend the verbose logging.Anton Lindqvist
2022-01-12toggle hw.power based on the ACDI SMR key if availableRobert Nagy
2022-01-12add three new SMC sensors to get information about the power supply statusRobert Nagy
2022-01-12Fix array index. Spotted by robert@Mark Kettenis
2022-01-12Make acpi_getpropint() return uint64_t, as ACPI integers are in fact thatPatrick Wildt
2022-01-12Remove ieee80211_find_node_for_beacon().Stefan Sperling
2022-01-12maxumum -> maximumJonathan Gray
2022-01-12Remove -target riscv64-unknown-openbsd from CMACHFLAGS.Kevin Lo
2022-01-11spellingJonathan Gray
2022-01-11spellingJonathan Gray
2022-01-11Jasper Lake eMMC needs the same 0V quirk as Apollo Lake and Gemini LakeJonathan Gray
2022-01-11Make sure 'out' is initialized to 0 before adding flags.Tobias Heider
2022-01-11Bump KVA space up to 512MB (and a bit).Mark Kettenis
2022-01-11add Synopsys Degisnware UART (dw-apb-uart) supportSASANO Takayoshi
2022-01-11Remove KASSERT(0) and default switch case. No other sc_ncm_formatClaudio Jeker
2022-01-11fix RSB_DMCR_DEVICE_MODE_DATA value to enter RSB mode correctlySASANO Takayoshi
2022-01-11spellingJonathan Gray
2022-01-11move allocations in DIOCSADDRULE and DIOCHANGERULE outside of locks.Alexandr Nedvedicky
2022-01-11regenVitaliy Makkoveev
2022-01-11Unlock getpeername(2). For inet and unix sockets it follows the codeVitaliy Makkoveev
2022-01-11move kern_unveil.c to use DPRINTF()Sebastien Marie
2022-01-11Remove dead store to f and avoid use of unvalidated fd.Visa Hankala
2022-01-11Add temporary verbose logging when remote coverage fails to attach.Anton Lindqvist
2022-01-11In revision 1.43 of kcov.c, the redundant conditional of checking forAnton Lindqvist
2022-01-11spellingJonathan Gray
2022-01-11match on Intel Jasper LakeJonathan Gray
2022-01-10regenJonathan Gray
2022-01-10add Intel Jasper Lake devicesJonathan Gray
2022-01-10Return ENOMEM on malloc errors to prevent use of uninitialized stackTobias Heider
2022-01-10Initialize variables that are touched in the error path.Visa Hankala
2022-01-10Use NULL instead of 0 for pointers.Jan Klemkow
2022-01-10In pmap_enter(9), only perform a TLB flush if we actually changed a PTE.Mark Kettenis
2022-01-10Add aplsmc(4), a driver for the SMC found on Apple M1 SoCs.Mark Kettenis
2022-01-10provide access to the hardware counters (MIB counters in the doc) via kstatDavid Gwynne
2022-01-10handle the status ring entries as 64bit words instead of a struct.David Gwynne
2022-01-09Simplify igc_rxrinfo() to improve consistency and appease Coverity.Patrick Wildt
2022-01-09Indicate that mvpxa(4) depends on sdhc code.Visa Hankala
2022-01-09Add attribute for indicating sdhc dependency.Visa Hankala
2022-01-09Add an UNVEIL_USERSET flag which is set when a unveil node is added viaClaudio Jeker
2022-01-09spellingJonathan Gray
2022-01-08__LDPGSZ hasn't been used here since rev 1.23 (2013).Philip Guenther
2022-01-08Remove apldwusb(4). This driver is now unused.Mark Kettenis
2022-01-08Oops, missed a compatible string in the previous commit.Mark Kettenis
2022-01-08Remove verbose PCI and USB device info from BOOTVisa Hankala
2022-01-08Adjust debug printfs after pcitag_t type change.Visa Hankala
2022-01-08Apply mpsafe changes from dwge(4) to dwxe(4):Jonathan Matthew