OpenBSD cvs log

created 2020-07-28T20:46:38Z
begin 2020-05-01T00:00:00Z
end 2020-05-02T00:00:00Z
path src/sys
commits 3

date 2020-05-01T14:04:17Z
author stsp
files src/sys/dev/pci/if_iwn.c log diff annotate
src/sys/net80211/ieee80211_mira.c log diff annotate
message Prevent divide-by-zero in MiRA which I managed to trigger with iwn(4).

ok deraadt@

date 2020-05-01T19:56:11Z
author kettenis
files src/sys/arch/hppa/dev/clock.c log diff annotate
src/sys/arch/hppa/hppa/machdep.c log diff annotate
message Use the same inittodr()/resettodr() implementation as on
amd64/arm64/armv7/i386/sparc64 and move it to the end of machdep.c. Rework the
actual implementation for the MC14818 compatible RTC into something that can
be used as a todr_handle just like on amd64.

ok mpi@

date 2020-05-01T20:00:26Z
author kettenis
files src/sys/arch/macppc/macppc/clock.c log diff annotate
src/sys/arch/macppc/macppc/machdep.c log diff annotate
message Use the same inittodr()/resettodr() implementation as on
amd64/arm64/armv7/i386/hppa/sparc64 and move it to the end of machdep.c.
Wrap the existing time_read and time_write hooks into something that
can be used as a todr_handle.

ok mpi@