CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/04/28 05:32:59
Modified files:
sys/conf : GENERIC
sys/arch/amd64/conf: GENERIC
sys/arch/arm64/conf: GENERIC
sys/arch/i386/conf: GENERIC
sys/arch/powerpc64/conf: GENERIC
Log message:
Enable dt(4) on amd64, arm64, i386, and powerpc64 in GENERIC kernel.
Support to skip frames is missing on arm64 and i386, but the stack
traces are useful anyway. sparc64 should work, but I could not
test it. Other architectures do not have stacktrace_save_at() and
dynamic tracer does not link.
from patrick@; OK semarie@