From owner-cvs-src-old@FreeBSD.ORG Tue Apr 26 16:15:15 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A2D7C10657DB for ; Tue, 26 Apr 2011 16:15:15 +0000 (UTC) (envelope-from sobomax@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9E4668FC0A for ; Tue, 26 Apr 2011 16:15:14 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p3QGFEHT058695 for ; Tue, 26 Apr 2011 16:15:14 GMT (envelope-from sobomax@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p3QGFEx1058694 for cvs-src-old@freebsd.org; Tue, 26 Apr 2011 16:15:14 GMT (envelope-from sobomax@repoman.freebsd.org) Message-Id: <201104261615.p3QGFEx1058694@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sobomax@repoman.freebsd.org using -f From: Maxim Sobolev Date: Tue, 26 Apr 2011 16:14:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/amd64/amd64 minidump_machdep.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2011 16:15:15 -0000 sobomax 2011-04-26 16:14:55 UTC FreeBSD src repository Modified files: sys/amd64/amd64 minidump_machdep.c Log: SVN rev 221069 on 2011-04-26 16:14:55Z by sobomax With the typical memory size of the system in tenth of gigabytes counting memory being dumped in 16MB increments is somewhat silly. Especially if the dump fails and everything you've got for debugging is screen filled with numbers in 16 decrements... Replace that with percentage-based progress with max 10 updates all fitting into one line. Collapse other very "useful" piece of crash information (total ram) into the same line to save some more space. MFC after: 1 week Revision Changes Path 1.13 +38 -5 src/sys/amd64/amd64/minidump_machdep.c