cvs commit: src/usr.bin/kdump kdump.1 kdump.c
Robert Watson
rwatson at FreeBSD.org
Mon Feb 13 19:28:33 PST 2006
rwatson 2006-02-14 03:28:31 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/kdump kdump.1 kdump.c
Log:
Merge kdump.1:1.13, kdump.c:1.27, as well as some of the mdoc cleanups
present in kdump.1:1.15:
Add a "-H" argument to kdump, which causes kdump to print an additional
field holding the threadid. This is more useful for libthr than
libpthread, but still quite useful in libpthread as it can be used to
process interlaced records from multiple threads over the course of a
system call.
Detect old ktr_buffer values using the heuristic "if it's negative,
then it must not be a valid threadid". This may leave something to be
desired.
Reviewed by: davidxu
Approved by: re (scottl)
Revision Changes Path
1.12.2.2 +7 -2 src/usr.bin/kdump/kdump.1
1.26.2.2 +27 -5 src/usr.bin/kdump/kdump.c
More information about the cvs-src
mailing list