CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/12/28 18:36:36
Modified files:
sys/kern : kern_sig.c kern_exit.c
sys/sys : ktrace.h
usr.bin/kdump : kdump.c ktrstruct.c kdump.h
Log message:
Add ktrace struct tracepoints for siginfo_t to the kernel side of
waitid(2) and __thrsigdivert(2) and teach kdump(1) to handle them.
Also report more from the siginfo_t inside PSIG tracepoints.
ok mpi@
