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
/
arch
Age
Commit message (
Expand
)
Author
2021-12-23
Fix endless loop in the interrupt handler. When iterating over each
Patrick Wildt
2021-12-23
Roll the syscalls that have an off_t argument to remove the explicit padding.
Philip Guenther
2021-12-20
Make mtw(4) known to the config(8) framework.
hastings
2021-12-19
Add an implementation for the protocol to communicate with coprocessors
Mark Kettenis
2021-12-19
Enable aplmbox(4).
Mark Kettenis
2021-12-18
Add aplmbox(4), a driver for the mailbox that provides a communication
Mark Kettenis
2021-12-17
Disable a few warning flags that were introduced and enabled by default
Patrick Wildt
2021-12-16
Attach com over acpi on amd64. Some hardware uses a different interrupt
Anton Lindqvist
2021-12-15
typo in previous
Theo de Raadt
2021-12-14
delete incorrect comment about sys/cdefs.h
Theo de Raadt
2021-12-14
Use "rng-seed" and "kaslr-seed" properties from the device tree to mix in
Mark Kettenis
2021-12-12
remove unused variable to fix build with llvm 13
Jonathan Gray
2021-12-11
Change compatible string to something that makes more sense.
Mark Kettenis
2021-12-11
remove unused variable to fix build with llvm 13; ok jca@
Christian Weisgerber
2021-12-11
Add support for interrupts represented by ACPI PCI Interrupt Link Devices.
Mark Kettenis
2021-12-11
Thanks to the reverse engineering efforts by Hector Martin, we now know
Mark Kettenis
2021-12-11
Attach apldart(4) early.
Mark Kettenis
2021-12-09
Make the clockpad work in "raw" mode.
Mark Kettenis
2021-12-09
Fix cpuid leaf clamping to let through cpuid(0x15) when we have an
Philip Guenther
2021-12-09
Add aplpmgr(4), a driver for the power management controller found on
Mark Kettenis
2021-12-09
We only have one syscall table: inline sysent/SYS_MAXSYSCALL and
Philip Guenther
2021-12-07
Delete an #if block that dates from rev 1.1 and hasn't been enabled
Philip Guenther
2021-12-07
Add missing kernel unlock in error path.
Anton Lindqvist
2021-12-06
Start to delete emulation support: since we're Just ELF, make
Philip Guenther
2021-12-06
Implement DMA address translation for "raw" loads as well.
Mark Kettenis
2021-12-06
Implement DMA address translation for "raw" loads as well.
Mark Kettenis
2021-12-06
zero correct var in cpu_dump()
Jonathan Gray
2021-12-04
vmm(4): reload vmcs after possible sleep points
Dave Voutila
2021-12-03
- support I2C connected PMIC, add "early 1" to sxitwi.
SASANO Takayoshi
2021-12-01
Fix booting from an IDE block device on the Sun Blade 100. Apparently
Mark Kettenis
2021-11-30
add ixl(4)
Theo de Raadt
2021-11-30
enable uhid/fido
Theo de Raadt
2021-11-29
vmm(4): bump remote vmclear spinout ticks
Dave Voutila
2021-11-27
free() with nullptr is OK, but not if the size is unitialized, and the
Theo de Raadt
2021-11-27
stop building kernels with -Wno-uninitialized on clang archs
Jonathan Gray
2021-11-26
The IORT table usually only contains single mappings. While on the LX2K there
Patrick Wildt
2021-11-26
avoid clang -Wsometimes-uninitialized warning when DDB is not defined
Jonathan Gray
2021-11-26
avoid clang -Wsometimes-uninitialized warning when MULTIPROCESSOR is not
Jonathan Gray
2021-11-23
limit a variable to the scope inside #ifdef where it is used
Theo de Raadt
2021-11-22
Enable iicmux(4) and pcyrtc(4).
Mark Kettenis
2021-11-22
Hack alert! Apple M1 systems still don't work with an MP kernel.
Mark Kettenis
2021-11-22
vmm(4): copyout guest state on VM_EXIT_NONE
Dave Voutila
2021-11-19
Correct the CPUID() and CPUID_LEAF() macros to not include a trailing
Philip Guenther
2021-11-14
Make sure efiboot is built with RELA/REL relocations and not RELR,
Philip Guenther
2021-11-13
Catch up with (proposed) Linux device tree bindings.
Mark Kettenis
2021-11-12
Add support for controlling keyboard LEDs.
Mark Kettenis
2021-11-12
Use a mutex to lock the bus such that we can safely access the bus from
Mark Kettenis
2021-11-11
The Apple DART has a nifty feature that allows us protection of subranges
Mark Kettenis
2021-11-11
Retire switch(4) it never really was production ready and the OpenFlow
Claudio Jeker
2021-11-09
Add gpiokeys(4) for arm64
Klemens Nanni
[next]