CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/21 12:43:40
Modified files:
sys/arch/arm64/include: reg.h
sys/arch/arm64/arm64: process_machdep.c
Log message:
Revise the definition of "struct reg" to have a layout compatible with other
operating systems. Implement process_read_regs() and make
process_read_fpregs() clear the struct fpreg to avoid leaking kernel stack
contents. This makes core dumps actually usable.
ok drahn@
