OpenBSD cvs log

created 2019-10-05T14:29:37Z
begin 2019-09-06T12:00:00Z
end 2019-09-06T15:00:00Z
path src/sys
commits 6

date 2019-09-06T12:13:41Z
author deraadt
files src/sys/arch/amd64/amd64/cpu.c log diff annotate
message fpuinit() comments should precede cpu_init() call

date 2019-09-06T12:22:01Z
author deraadt
files src/sys/arch/alpha/alpha/trap.c log diff annotate
src/sys/arch/amd64/amd64/trap.c log diff annotate
src/sys/arch/arm/arm/fault.c log diff annotate
src/sys/arch/arm64/arm64/trap.c log diff annotate
src/sys/arch/hppa/hppa/trap.c log diff annotate
src/sys/arch/i386/i386/trap.c log diff annotate
src/sys/arch/m88k/m88k/trap.c log diff annotate
src/sys/arch/mips64/mips64/trap.c log diff annotate
src/sys/arch/powerpc/powerpc/trap.c log diff annotate
src/sys/arch/sh/sh/trap.c log diff annotate
src/sys/arch/sparc64/sparc64/trap.c log diff annotate
message If uvm_map_inentry returns false then a signal has been delivered, and
userret() must be called on trap() exit to deliver it, rather than
repeating the same cause infinitely. discovered by George Koehler
ok kettenis bluhm visa

date 2019-09-06T12:23:49Z
author deraadt
files src/sys/arch/powerpc/powerpc/trap.c log diff annotate
message oops incorrect goto label

date 2019-09-06T12:55:26Z
author deraadt
files src/sys/arch/powerpc/powerpc/trap.c log diff annotate
message oops the label is actually out:

date 2019-09-06T13:10:44Z
author kettenis
files src/sys/arch/amd64/amd64/tsc.c log diff annotate
message Only do the timecounter initialization on the primary CPU. Avoids using a
bogus CPU frequency from a secondary CPU to set the TSC frequency.

ok deraadt@, mikeb@

date 2019-09-06T13:45:04Z
author deraadt
files src/sys/arch/powerpc/powerpc/trap.c log diff annotate
message delete two decades of debugging code and further simplify the main
trap() switch statement
ok kettenis