OpenBSD cvs log

created 2018-12-02T20:17:55Z
begin 2018-10-23T00:00:00Z
end 2018-10-24T00:00:00Z
path src/sys
commits 3

date 2018-10-23T09:53:06Z
author reyk
files src/sys/net/pf_norm.c log diff annotate
message Make pf compile without DIAGNOSTIC again

OK bluhm@ kn@

date 2018-10-23T16:41:53Z
author patrick
files src/sys/dev/ofw/ofw_regulator.c log diff annotate
message Fix OFW GPIO regulator by breaking out of the loop once the correct
match has been found. Otherwise the error condition will always
be true.

ok kettenis@

date 2018-10-23T17:51:32Z
author kettenis
files src/sys/arch/amd64/amd64/acpi_machdep.c log diff annotate
src/sys/arch/amd64/amd64/bios.c log diff annotate
src/sys/arch/amd64/amd64/cpu.c log diff annotate
src/sys/arch/i386/i386/bios.c log diff annotate
src/sys/arch/i386/i386/cpu.c log diff annotate
message Comvert a few uvm_km_alloc(9) and uvm_km_valloc(9) calls to km_alloc(9).

ok deraadt@, mlarkin@, visa@