From owner-svn-src-all@FreeBSD.ORG Fri Nov 26 22:31:56 2010 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 C88C21065695; Fri, 26 Nov 2010 22:31:56 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B72B48FC1C; Fri, 26 Nov 2010 22:31:56 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oAQMVuO1091766; Fri, 26 Nov 2010 22:31:56 GMT (envelope-from avg@svn.freebsd.org) Received: (from avg@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oAQMVuuT091764; Fri, 26 Nov 2010 22:31:56 GMT (envelope-from avg@svn.freebsd.org) Message-Id: <201011262231.oAQMVuuT091764@svn.freebsd.org> From: Andriy Gapon Date: Fri, 26 Nov 2010 22:31:56 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215909 - in stable: 7 8 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, 26 Nov 2010 22:31:56 -0000 Author: avg Date: Fri Nov 26 22:31:56 2010 New Revision: 215909 URL: http://svn.freebsd.org/changeset/base/215909 Log: add UPDATING entry for amd64 minidump version 2 This is a direct commit. Modified: stable/8/UPDATING Changes in other areas also in this revision: Modified: stable/7/UPDATING Modified: stable/8/UPDATING ============================================================================== --- stable/8/UPDATING Fri Nov 26 22:23:52 2010 (r215908) +++ stable/8/UPDATING Fri Nov 26 22:31:56 2010 (r215909) @@ -15,6 +15,12 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 8. debugging tools present in HEAD were left in place because sun4v support still needs work to become production ready. +20101126: + New version of minidump format for amd64 architecture was + introduced in r215872. To analyze vmcore files produced by + kernels at or after this version you will need updated userland, + libkvm actually, that is able to handle the new version. + 20101022: A workaround for a fixed ld bug has been removed in kernel code, so make sure that your system ld is built from sources after