OpenBSD cvs log

created 2020-02-09T18:38:06Z
begin 2020-02-02T00:00:00Z
end 2020-02-03T00:00:00Z
path src/sys
commits 2

date 2020-02-02T18:01:39Z
author naddy
files src/sys/arch/arm64/arm64/locore.S log diff annotate
message Back out previous "insert two nop instructions after svc instructions
for SYS_exit and SYS_sigreturn in the sigtramp"; init has trouble
spawning processes.

date 2020-02-02T18:55:46Z
author deraadt
files src/sys/arch/arm64/arm64/locore.S log diff annotate
message Reapply post-svc-sled in a repaired fashion. The SYS_sigreturn-related
sigcoderet label must point directly after the svc instruction, because the
sigreturn() checks it as SROP mitigation, so place the sled after the label.
tested by naddy