From owner-cvs-src@FreeBSD.ORG Sat Apr 22 01:29:07 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E65B316A400; Sat, 22 Apr 2006 01:29:07 +0000 (UTC) (envelope-from nate@root.org) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CFDD43D4C; Sat, 22 Apr 2006 01:29:06 +0000 (GMT) (envelope-from nate@root.org) Received: from pimout5-ext.prodigy.net (pimout5-int.prodigy.net [207.115.4.21]) by ylpvm43.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k3M1TABd028575; Fri, 21 Apr 2006 21:29:10 -0400 X-ORBL: [67.119.74.222] Received: from [10.0.0.53] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by pimout5-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k3M1T4dW047280; Fri, 21 Apr 2006 21:29:05 -0400 Message-ID: <444986AB.8030409@root.org> Date: Fri, 21 Apr 2006 18:28:11 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Peter Wemm References: <20060421042853.5F4C716A510@hub.freebsd.org> In-Reply-To: <20060421042853.5F4C716A510@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 src/sys/i386/i386 dump_machdep.c minidump_machdep.c src/sys/i386/include md_var.h minidump.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Apr 2006 01:29:08 -0000 Peter Wemm wrote: > peter 2006-04-21 04:28:43 UTC > > FreeBSD src repository > > Modified files: > sys/conf files.i386 > sys/i386/i386 dump_machdep.c > sys/i386/include md_var.h > Added files: > sys/i386/i386 minidump_machdep.c > sys/i386/include minidump.h > Log: > Merge minidumps from amd64 where they were originally developed. > > Major differences: > * since there is no direct map region, there is no custom uma memory > allocator to modify to include its pages in the dumps. > * Various data entries are reduced from 64 bit to 32 bit to match the > native size. > > dump_add_page() and dump_drop_page() are still present in case one wants to > arrange for arbitary pages to be dumped. This is of marginal use though > because libkvm+kgdb cannot address physical memory that isn't mapped into > kvm. > > Revision Changes Path > 1.554 +1 -0 src/sys/conf/files.i386 > 1.12 +10 -0 src/sys/i386/i386/dump_machdep.c > 1.1 +405 -0 src/sys/i386/i386/minidump_machdep.c (new) > 1.74 +6 -0 src/sys/i386/include/md_var.h > 1.1 +45 -0 src/sys/i386/include/minidump.h (new) Yay, this is very nice and will help whenever someone implements suspend-to-disk. -- Nate