Date: Fri, 21 Apr 2006 18:28:11 -0700 From: Nate Lawson <nate@root.org> To: Peter Wemm <peter@FreeBSD.org> 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 Message-ID: <444986AB.8030409@root.org> In-Reply-To: <20060421042853.5F4C716A510@hub.freebsd.org> References: <20060421042853.5F4C716A510@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?444986AB.8030409>