OpenBSD cvs log

created 2021-07-18T00:12:07Z
begin 2021-07-12T00:00:00Z
end 2021-07-13T00:00:00Z
path src/sys
commits 5

date 2021-07-12T06:07:33Z
author jsg
files src/sys/arch/amd64/conf/Makefile.amd64 log diff annotate
message wrap a long line

date 2021-07-12T09:29:18Z
author visa
files src/sys/arch/loongson/loongson/machdep.c log diff annotate
src/sys/arch/octeon/octeon/machdep.c log diff annotate
message Make hw_cpu_hatch() more similar on loongson and octeon.

date 2021-07-12T09:32:37Z
author visa
files src/sys/arch/loongson/loongson/machdep.c log diff annotate
src/sys/arch/octeon/octeon/machdep.c log diff annotate
message Remember to set CPUF_RUNNING on secondary CPUs.

date 2021-07-12T12:24:41Z
author daniel
files src/sys/dev/pci/if_rge.c log diff annotate
message fix "evaluation order violation" flagged by coverity

Coverity flagged the self-assignment introduced in the previous commit.
This is CID 1505120.

ok kevlo@

date 2021-07-12T19:11:42Z
author matthieu
files src/sys/arch/riscv64/conf/GENERIC log diff annotate
message Add uaudio(4) and umidi(4). ok kettenis@, mlarkin@