From owner-cvs-src@FreeBSD.ORG Fri May 21 14:45:26 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 680A916A4CE; Fri, 21 May 2004 14:45:26 -0700 (PDT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCF9643D1D; Fri, 21 May 2004 14:45:25 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i4LLjCnE050158; Fri, 21 May 2004 15:45:12 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 21 May 2004 15:45:14 -0600 (MDT) Message-Id: <20040521.154514.13038836.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <43129.1085175068@critter.freebsd.dk> References: <200405212013.i4LKDXg1060233@repoman.freebsd.org> <43129.1085175068@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/dump optr.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 21:45:26 -0000 In message: <43129.1085175068@critter.freebsd.dk> "Poul-Henning Kamp" writes: : Uhm, this is all find and well for running in multiuser, but if you : boot single-user the system does not know what time it is (reliably). We already report the start and end time in dump already, and record it in dump times. This usage of time is much less important than those uses. Warner