From owner-cvs-all@FreeBSD.ORG Tue Aug 17 01:44:32 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D003216A4CE; Tue, 17 Aug 2004 01:44:32 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7028543D2D; Tue, 17 Aug 2004 01:44:32 +0000 (GMT) (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 i7H1hLxI068430; Mon, 16 Aug 2004 19:43:21 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 16 Aug 2004 19:43:42 -0600 (MDT) Message-Id: <20040816.194342.98833113.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <412161F0.1040704@root.org> References: <20040816.193823.60296909.imp@bsdimp.com> <412161F0.1040704@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: des@des.no cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: philip@freebsd.org Subject: Re: cvs commit: src/sys/isa psm.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 01:44:33 -0000 In message: <412161F0.1040704@root.org> Nate Lawson writes: : M. Warner Losh wrote: : > In message: : > des@des.no (Dag-Erling Sm=F8rgrav) writes: : > : Philip Paeps writes: : > : > Log: : > : > Don't initialize static variables to 0 (C should just take ca= re of that). : > : = : > : Not C, but the runtime loader. : > = : > Not to be overly pedantic (but what the heck, we got a code freeze : > on), but actaully, 'C' guarantees it, and the loader implements the= : > guarnatee. : > = : > Warner : > = : > P.S. :-) : = : Which is what I pointed out and the reason for the updated commit. = : Nothing to see here, back to work! :) /me goes back to lurking and spending too much time on irc. Warner