From owner-svn-src-all@FreeBSD.ORG Fri Feb 25 22:22:47 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 20E071065672; Fri, 25 Feb 2011 22:22:47 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id EB6B88FC0A; Fri, 25 Feb 2011 22:22:46 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id A44AA46B1A; Fri, 25 Feb 2011 17:22:46 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.10]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 367A78A027; Fri, 25 Feb 2011 17:22:46 -0500 (EST) From: John Baldwin To: Dmitry Chagin Date: Fri, 25 Feb 2011 17:22:30 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.4-CBSD-20110107; KDE/4.4.5; amd64; ; ) References: <201102252207.p1PM7NR9013988@svn.freebsd.org> In-Reply-To: <201102252207.p1PM7NR9013988@svn.freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201102251722.31108.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 25 Feb 2011 17:22:46 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r219043 - in head/usr.bin: kdump ktrace X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 22:22:47 -0000 On Friday, February 25, 2011 5:07:23 pm Dmitry Chagin wrote: > Author: dchagin > Date: Fri Feb 25 22:07:23 2011 > New Revision: 219043 > URL: http://svn.freebsd.org/changeset/base/219043 > > Log: > Teach kdump to understand sv_flags records in the trace files. > > MFC after: 1 Month. Ohhh, are you going to merge in Linux kdump?? :) That and a way to process ktrace records for freebsd32 processes? That would be really cool. -- John Baldwin