From owner-cvs-src@FreeBSD.ORG Mon May 15 16:22:49 2006 Return-Path: X-Original-To: cvs-src@freebsd.org 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 9039C16AD6A; Mon, 15 May 2006 16:22:49 +0000 (UTC) (envelope-from ab@astralblue.net) Received: from purple.the-7.net (purple.the-7.net [207.158.28.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id 047E143D6A; Mon, 15 May 2006 16:22:48 +0000 (GMT) (envelope-from ab@astralblue.net) Received: from [216.69.70.43] (bbq.nttmcl.com [216.69.70.43]) by purple.the-7.net (8.13.6/8.13.6) with ESMTP id k4FGMlWE088639; Mon, 15 May 2006 09:22:47 -0700 (PDT) (envelope-from ab@astralblue.net) Authentication-Results: purple.the-7.net from=ab@astralblue.net; sender-id=softfail; spf=softfail Message-ID: <4468AAD6.5040805@astralblue.net> Date: Mon, 15 May 2006 09:22:46 -0700 From: "Eugene M. Kim" User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) MIME-Version: 1.0 To: Giorgos Keramidas References: <200605131158.k4DBwwv6094656@repoman.freebsd.org> <200605111725.k4BHPaqC002506@repoman.freebsd.org> <20060515142715.GA1188@gothmog.pc> <20060515185920.G78343@mp2.macomnet.net> <20060515151852.GA10257@gothmog.pc> In-Reply-To: <20060515151852.GA10257@gothmog.pc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: src-committers@freebsd.org, Pawel Jakub Dawidek , cvs-src@freebsd.org, cvs-all@freebsd.org, Poul-Henning Kamp , Maxim Konovalov Subject: Re: cvs commit: src/sbin/adjkerntz adjkerntz.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 15 May 2006 16:22:49 -0000 Super, thanks! Cheers, Eugene Giorgos Keramidas wrote: > How about adding this to UPDATING then, everyone? > > %%% > Index: UPDATING > =================================================================== > --- UPDATING (revision 75) > +++ UPDATING (working copy) > @@ -21,6 +21,21 @@ > developers choose to disable these features on build machines > to maximize performance. > > +20060511: > + The machdep.* sysctls and the adjkerntz utility have been > + modified bit bit. The new adjkerntz utility uses the new > + sysctl names and sysctlbyname() calls, so it may be impossible > + to run an old /sbin/adjkerntz utility in single-user mode > + with a new kernel. Replace the `adjkerntz -i' step before > + `make installworld' with: > + > + /usr/obj/usr/src/sbin/adjkerntz/adjkerntz -i > + > + and proceed as usual with the rest of the installworld-stage > + steps. Otherwise, you risk installing binaries with their > + timestamp set several hours in the future, especially if > + you are running with local time set to GMT+X hours. > + > 20060412: > The ip6fw utility has been removed. The behavior provided by > ip6fw has been in ipfw2 for a good while and the rc.d scripts > %%% >