Date: Tue, 14 Feb 2006 03:28:31 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/kdump kdump.1 kdump.c Message-ID: <200602140328.k1E3SVaE049031@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602140328.k1E3SVaE049031>