CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/09/20 04:07:37
Modified files:
sys/sys : proc.h
sys/kern : kern_sig.c
Log message:
MD trap() passes a MD "traptype" and siginfo-style "code" up to the MI
layers. Then things get terribly confusing because the various MI layers
swap variable names for parameters, local variables, and structure fields
numerous times. Unconfuse all this mess.
Note that exec_elf.c coredump cpi_sigcode used to contain the MD traptype
but will now contain the MI siginfo-style "code" value.
ok miod kettenis pirofti