CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2017/04/24 02:09:13
Modified files: sys/arch/arm64/arm64: trap.c Log message: Stop dumping registers on "normal" segmentation faults. Do print the contents of the esr_el1 register for unhandled userland exceptions (and continue to dump the registers in that case). Handle breakpoint traps and make sure we call refreshcreds() on userland traps. ok jsg@