From owner-cvs-all Fri Feb 25 3:43:14 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16A6237BCA5; Fri, 25 Feb 2000 03:43:11 -0800 (PST) (envelope-from jkh@FreeBSD.org) Received: (from jkh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA63576; Fri, 25 Feb 2000 03:43:10 -0800 (PST) (envelope-from jkh@FreeBSD.org) Message-Id: <200002251143.DAA63576@freefall.freebsd.org> From: "Jordan K. Hubbard" Date: Fri, 25 Feb 2000 03:43:10 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern init_main.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk jkh 2000/02/25 03:43:09 PST Modified files: sys/kern init_main.c Log: Add new oid, debug.boothowto. This allows userland apps to see how the kernel was booted and perhaps do conditional things based upon it (sysinstall, for example, will now turn Debug mode on automatically if boot -v was done). Submitted by: msmith Suggested by: ulf Revision Changes Path 1.134 +2 -1 src/sys/kern/init_main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message