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
2020-09-21
allow DRM_IOCTL_GET_CLIENT with "drm" pledge
Jonathan Gray
2020-09-20
Set `if_snd' queue maximum length to 1. This enforces calls of
mvs
2020-09-16
Move duplicated code to send an uncatchable SIGABRT into a function.
Martin Pieuchot
2020-09-16
disable acpivout brightness control on machines aware of Windows 8
Jonathan Gray
2020-09-16
put HW_PHYSMEM64 case under CTL_HW not CTL_KERN
Jonathan Gray
2020-09-16
Add a command explaining that this driver uses the ACPI SMI command port
Mark Kettenis
2020-09-16
As discovered by kettenis, recent mesa wants sysctl hw.physmem64, and
Theo de Raadt
2020-09-16
Document that `p_siglist' and `p_sigmask' are updated via atomics.
Martin Pieuchot
2020-09-16
timecounting: provide a naptime variable for userspace via kvm_read(3)
cheloha
2020-09-15
Add the wsioctl() bits to radeondrm(4) so that abl(4) can be controlled
Marcus Glocker
2020-09-15
abl(4) is a new driver to control the backlight brightness on Intel based
Marcus Glocker
2020-09-15
Add acpi_ivhd_ext definitions to acpireg.h
Jordan Hargrave
2020-09-15
oops incomplete variable rename prevented compile, hit by sthen
Theo de Raadt
2020-09-15
Stop using %r13 as the per-cpu register in the kernel. Since
Mark Kettenis
2020-09-14
Since the issues with calling uvm_map_inentry_fix() without holding the
Mark Kettenis
2020-09-14
emuinstr() proto dies also after emul.c cleanup; from miod
Theo de Raadt
2020-09-14
Do the uvm_map_inentry() check in data_abort() after we have done the branch
Mark Kettenis
2020-09-14
Ensure the SH_(TRA)) register is read before a potential sleep in trap()
Theo de Raadt
2020-09-14
When emulating reading from cr26 and cr27 on PCXS, simply set cr26 to zero
Mark Kettenis
2020-09-14
add three static probes for vfs: cleaner, bufcache_take and bufcache_rel.
Jasper Lievisse Adriaanse
2020-09-14
No need to check for SDEV_DYING as the first thing in both branches of an
Kenneth R Westerback
2020-09-14
perform the uvm_map_inentry() after the data_aborts handlers are executed
Theo de Raadt
2020-09-14
umstc_intr is not in process context when adjusting wscons brightness. When b...
Theo de Raadt
2020-09-14
Delete some emulator code which has never been used on 64 bit sparc
Theo de Raadt
2020-09-14
similar to fix by kettenis on amd64:
Theo de Raadt
2020-09-14
The uvm_map_inentry() check may sleep to grab the lock of the map.
Mark Kettenis
2020-09-14
Fix comment, ktrace flags are per-process.
Martin Pieuchot
2020-09-13
unbreak dt-enabled builds; it seems an unrelated change snuck in in -r1.3
Jasper Lievisse Adriaanse
2020-09-13
Always use READ(16)/WRITE(16) commands for disks large enough to require
Kenneth R Westerback
2020-09-13
The SMC base address and i/o region size is now queried by acpi(4) and
Marcus Glocker
2020-09-13
use drm_cache.c from linux 5.7.y
Jonathan Gray
2020-09-13
Unbreak tree. Instead of passing struct process to siginit() just pass the
Claudio Jeker
2020-09-13
change pmap wbinvd use to wbinvd_on_all_cpus
Jonathan Gray
2020-09-13
add an ipi for wbinvd and a linux style wbinvd_on_all_cpus() function
Jonathan Gray
2020-09-13
Start documenting locks for struct pppoe_softc members
kn
2020-09-13
Fix various typos in wscons(4) comments.
Frederic Cambus
2020-09-13
Include <sys/systm.h> directly instead of relying on uvm_map.h to pull it.
Martin Pieuchot
2020-09-13
Grep the KERNEL_LOCK in ktrpsig() before calling ktrwrite(). Another
Claudio Jeker
2020-09-13
Initialize sigacts0 before making them visible by setting ps->ps_sigacts.
Claudio Jeker
2020-09-13
add SRBDS cpuid bits
Jonathan Gray
2020-09-13
Add support for the RK3308 MAC.
Jonathan Matthew
2020-09-13
Correct the property name used to look up the delays for the phy reset
Jonathan Matthew
2020-09-12
Keep port interface UP on removal
kn
2020-09-12
Add tracepoints in the page fault handler and when entries are added to maps.
Martin Pieuchot
2020-09-12
Use SID_SCSI2_RESPONSE instead of '2' when checking INQUIRY data format.
Kenneth R Westerback
2020-09-12
No need to check inq for NULL when it always points at the inqdata inside a
Kenneth R Westerback
2020-09-12
No need to ask for extra INQUIRY data, all available data is already cached in
Kenneth R Westerback
2020-09-12
asmc0 -> asmc*
Marcus Glocker
2020-09-12
Add sizes to free() calls
kn
2020-09-12
Add a NULL check in bufbackoff so we don't die when passed a NULL pmem range.
Bob Beck
[next]