OpenBSD cvs log

created 2020-07-28T20:22:54Z
begin 2020-05-02T00:00:00Z
end 2020-05-03T00:00:00Z
path src/sys
commits 3

date 2020-05-02T10:44:48Z
author kettenis
files src/sys/arch/amd64/isa/clock.c log diff annotate
message Fix buglet in previous commit; use time from the struct timeval that was
passed in when setting the RTC time instead of the global time_second.

ok mpi@

date 2020-05-02T10:44:49Z
author kettenis
files src/sys/arch/i386/isa/clock.c log diff annotate
message Fix buglet in previous commit; use time from the struct timeval that was
passed in when setting the RTC time instead of the global time_second.

ok mpi@

date 2020-05-02T13:29:23Z
author kettenis
files src/sys/arch/arm64/dev/acpipci.c log diff annotate
message Get bus number from _CRS.

ok sthen@, deraadt@