CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/04/10 14:39:37
Modified files:
sys/kern : kern_ktrace.c
sys/sys : ktrace.h
usr.bin/kdump : kdump.1 kdump.c
Added files:
usr.bin/file/magdir: ktrace
Log message:
Add a start record to the ktrace and use a special magic string "KTR"
to identify ktrace files. kdump(1) will now refuse to operate on
trace data without the start record and as a bonus will print only
PID, unless an -H flag is specified to print PID/TID pairs. Initial
diff, input from and ok deraadt, guenther.