OpenBSD cvs log

created 2019-10-05T14:31:52Z
begin 2019-09-06T15:00:00Z
end 2019-09-06T18:00:00Z
path src/sys
commits 3

date 2019-09-06T15:22:24Z
author deraadt
files src/sys/dev/fdt/if_dwxe.c log diff annotate
message missing ;
found by wilfried meindl
ok kettenis

date 2019-09-06T16:06:30Z
author visa
files src/sys/arch/mips64/mips64/trap.c log diff annotate
message Stop stack trace saving if the current subroutine is u_general or u_intr
because the next frame is in userspace.

date 2019-09-06T16:22:40Z
author visa
files src/sys/arch/mips64/mips64/trap.c log diff annotate
message Do not stop prologue scan at branch instructions. This lets stack trace
saving work with the twisted code that clang occasionally emits; stack
frame setup can happen very late after blocks of conditional code.