From owner-cvs-all Tue Apr 2 2:51:37 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0538137B41B; Tue, 2 Apr 2002 02:51:33 -0800 (PST) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g32ApWJ52283; Tue, 2 Apr 2002 02:51:32 -0800 (PST) (envelope-from marcel) Message-Id: <200204021051.g32ApWJ52283@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 2 Apr 2002 02:51:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/ia64 ia64dump.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/04/02 02:51:32 PST Added files: sys/ia64/ia64 ia64dump.c Log: Initial implementation of the ia64 kernel dumper. The dumper constructs an ELF image, consisting of the ELF header, for each memory region a program header, followed by the memory contents for each region. It does blocked I/O for the headers as they are typically smaller than DEV_BSIZE. Revision Changes Path 1.1 +282 -0 src/sys/ia64/ia64/ia64dump.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message