From owner-freebsd-questions Sat Jan 4 12:10:46 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2B7F537B401; Sat, 4 Jan 2003 12:10:45 -0800 (PST) Received: from whizzo.transsys.com (whizzo.TransSys.COM [144.202.42.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 751F943E4A; Sat, 4 Jan 2003 12:10:44 -0800 (PST) (envelope-from louie@whizzo.transsys.com) Received: from whizzo.transsys.com (#6@localhost.transsys.com [127.0.0.1]) by whizzo.transsys.com (8.12.6/8.12.6) with ESMTP id h04KAd4E016002; Sat, 4 Jan 2003 15:10:40 -0500 (EST) (envelope-from louie@whizzo.transsys.com) Message-Id: <200301042010.h04KAd4E016002@whizzo.transsys.com> X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: David Magda Cc: "Jack L. Stone" , Marcus Reid , Mike Hogsett , freebsd-questions@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG X-Image-URL: http://www.transsys.com/louie/images/louie-mail.jpg From: "Louis A. Mamakos" Subject: Re: FreeBSD Stability References: <200301030117.H031HZS41668@asarian-host.net> <200212170023.gBH0Nvlu000764@beast.csl.sri.com> <20030103000232.GA52181@blazingdot.com> <200301030117.H031HZS41668@asarian-host.net> <3.0.5.32.20030104112023.012b8ee8@mail.sage-one.net> <20030104180739.GB607@number6.magda.ca> In-reply-to: Your message of "Sat, 04 Jan 2003 13:07:39 EST." <20030104180739.GB607@number6.magda.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 04 Jan 2003 15:10:39 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Sat, Jan 04, 2003 at 11:20:23AM -0600, Jack L. Stone wrote: > > Seems like a lot of trouble just to maintain "bragging rights" about > > uptime, only to have a "hobbled" system that is not really up to date. > > That's not quite "up" IMHO. > [...] > > For some people these things are important. I have no problem with > shutting down my machine every night. (Of course it's because it's in > my (small) bedroom, and I want to get some sleep. :> ) Here's a fix for the "problem" for those people. Are we done kicking this yet? --- kern_clock.c Fri Oct 18 21:19:06 2002 +++ /tmp/kern_clock.c Sat Jan 4 15:05:53 2003 @@ -103,7 +103,7 @@ time_t time_second; struct timeval boottime; -SYSCTL_STRUCT(_kern, KERN_BOOTTIME, boottime, CTLFLAG_RD, +SYSCTL_STRUCT(_kern, KERN_BOOTTIME, boottime, CTLFLAG_RW, &boottime, timeval, "System boottime"); /* To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message