OpenBSD cvs log

created 2018-11-29T22:53:17Z
begin 2018-06-29T00:00:00Z
end 2018-06-30T00:00:00Z
path src/sys
commits 3

date 2018-06-29T04:50:47Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message vmm: add more information to a debug printf when the guest %xcr0 doesn't
match the host's mask

date 2018-06-29T04:55:55Z
author mlarkin
files src/sys/dev/acpi/acpi.c log diff annotate
message ACPI: Allow (with warning) GPE handler reassignment, instead of returning
a failure code.

ok kettenis

date 2018-06-29T17:39:18Z
author kettenis
files src/sys/dev/acpi/acpi.c log diff annotate
src/sys/dev/acpi/acpicpu.c log diff annotate
src/sys/dev/acpi/acpidebug.c log diff annotate
src/sys/dev/acpi/acpidev.h log diff annotate
src/sys/dev/acpi/acpiec.c log diff annotate
src/sys/dev/acpi/acpihpet.c log diff annotate
src/sys/dev/acpi/acpimadt.c log diff annotate
src/sys/dev/acpi/acpireg.h log diff annotate
src/sys/dev/acpi/acpisbs.c log diff annotate
src/sys/dev/acpi/acpithinkpad.c log diff annotate
src/sys/dev/acpi/acpitoshiba.c log diff annotate
src/sys/dev/acpi/acpitz.c log diff annotate
src/sys/dev/acpi/acpivar.h log diff annotate
src/sys/dev/acpi/amltypes.h log diff annotate
src/sys/dev/acpi/atk0110.c log diff annotate
src/sys/dev/acpi/dsdt.c log diff annotate
src/sys/dev/acpi/dsdt.h log diff annotate
message Use types.

ok mpi@, jung@, krw@, deraadt@