OpenBSD cvs log

created 2020-11-27T03:33:07Z
begin 2020-09-11T00:00:00Z
end 2020-09-12T00:00:00Z
path src/sys
commits 3

date 2020-09-11T09:27:09Z
author mpi
files src/sys/arch/amd64/amd64/codepatch.c log diff annotate
src/sys/arch/amd64/amd64/db_disasm.c log diff annotate
src/sys/arch/amd64/amd64/hibernate_machdep.c log diff annotate
src/sys/arch/amd64/amd64/softintr.c log diff annotate
message Include <sys/systm.h> directly instead of relying on hidden UVM includes.

The header is being pulled via db_machdep.h -> uvm_extern.h -> uvm_map.h

date 2020-09-11T09:27:10Z
author mpi
files src/sys/arch/arm/arm/db_disasm.c log diff annotate
src/sys/arch/arm/arm/db_trace.c log diff annotate
src/sys/arch/arm/arm/softintr.c log diff annotate
src/sys/arch/arm64/arm64/db_disasm.c log diff annotate
src/sys/arch/arm64/arm64/db_trace.c log diff annotate
src/sys/arch/arm64/arm64/disasm.c log diff annotate
src/sys/arch/arm64/arm64/machdep.c log diff annotate
src/sys/arch/arm64/arm64/softintr.c log diff annotate
src/sys/arch/i386/i386/codepatch.c log diff annotate
src/sys/arch/i386/i386/db_disasm.c log diff annotate
src/sys/arch/i386/i386/db_mp.c log diff annotate
src/sys/arch/i386/i386/hibernate_machdep.c log diff annotate
src/sys/arch/i386/i386/softintr.c log diff annotate
src/sys/arch/powerpc/powerpc/softintr.c log diff annotate
src/sys/arch/powerpc/powerpc/sys_machdep.c log diff annotate
src/sys/arch/powerpc/powerpc/vm_machdep.c log diff annotate
src/sys/arch/sparc64/sparc64/db_disasm.c log diff annotate
src/sys/dev/acpi/acpidebug.c log diff annotate
src/sys/dev/pci/drm/include/asm/set_memory.h log diff annotate
message Include <sys/systm.h> directly instead of relying on hidden UVM includes.

The header is being pulled via db_machdep.h -> uvm_extern.h -> uvm_map.h

date 2020-09-11T19:18:01Z
author tobhe
files src/sys/dev/usb/utpms.c log diff annotate
message Correctly set y_sensors for Geyser2 touchpads.

Feedback and ok patrick@
ok kn@