CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/19 12:17:38
Modified files:
sys/arch/amd64/amd64: trap.c
Log message:
deliver SIGSEGV rather than SIGBUS for T_PROTFLT,T_SEGNPFLT,T_STKFLT.
This is a similar translation as i386, and matches the idea that SIGBUS
signals refer to problems with the underlying object rather than the
mapping.
ok kettenis
