OpenBSD cvs log

created 2019-10-15T20:33:04Z
begin 2019-10-10T00:00:00Z
end 2019-10-11T00:00:00Z
path src/sys
commits 3

date 2019-10-10T04:04:33Z
author mlarkin
files src/sys/dev/acpi/dsdt.c log diff annotate
message Remove trailing whitespace

date 2019-10-10T04:09:04Z
author mlarkin
files src/sys/dev/acpi/dsdt.c log diff annotate
message Make reading past the end of an AML array not a panic.

Several machines have broken AML which reads past the end the end
of an array. Previously this was an aml_die/panic. acpica just warns
on such accesses, so this diff makes us do the same.

ok kettenis, jcs, deraadt

date 2019-10-10T09:56:32Z
author claudio
files src/sys/dev/usb/if_umb.c log diff annotate
message Only set the IPv4 address in umb(4) if both MBIM_IPCONF_HAS_ADDRINFO and
MBIM_IPCONF_HAS_GWINFO are available. Configuring umb(4) without gateway
wont work the system needs a destination address for the interface.
Problem found by jsg@.
OK jsg@ deraadt@