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