From owner-cvs-all Sun Jan 20 17:16:16 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 175AC37B400; Sun, 20 Jan 2002 17:16:12 -0800 (PST) Received: (from sobomax@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0L1GCt99836; Sun, 20 Jan 2002 17:16:12 -0800 (PST) (envelope-from sobomax) Message-Id: <200201210116.g0L1GCt99836@freefall.freebsd.org> From: Maxim Sobolev Date: Sun, 20 Jan 2002 17:16:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/dumpon dumpon.8 src/sys/boot/common loader.8 src/sys/boot/forth loader.conf src/sys/kern kern_shutdown.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 sobomax 2002/01/20 17:16:11 PST Modified files: sbin/dumpon dumpon.8 sys/boot/common loader.8 sys/boot/forth loader.conf sys/kern kern_shutdown.c Log: Allow dump device be configured as early as possible using loader(8) tunable. This allows obtaining crash dumps from the panics occured during late stages of kernel initialisation before system enters into single-user mode. MFC after: 2 weeks Revision Changes Path 1.20 +12 -6 src/sbin/dumpon/dumpon.8 1.38 +6 -0 src/sys/boot/common/loader.8 1.53 +1 -0 src/sys/boot/forth/loader.conf 1.117 +11 -0 src/sys/kern/kern_shutdown.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message