From owner-freebsd-current@FreeBSD.ORG Wed May 21 02:45:41 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C525337B401 for ; Wed, 21 May 2003 02:45:41 -0700 (PDT) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCF3343F75 for ; Wed, 21 May 2003 02:45:40 -0700 (PDT) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.9/8.12.9) with ESMTP id h4L9jW98008075; Wed, 21 May 2003 11:45:38 +0200 (CEST) (envelope-from phk@phk.freebsd.dk) To: Bruce Evans From: "Poul-Henning Kamp" In-Reply-To: Your message of "Wed, 21 May 2003 19:42:35 +1000." <20030521193443.T39402@gamplex.bde.org> Date: Wed, 21 May 2003 11:45:32 +0200 Message-ID: <8074.1053510332@critter.freebsd.dk> cc: current@freebsd.org Subject: Re: HEADSUP: commit-spree when freeze ends. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 May 2003 09:45:42 -0000 In message <20030521193443.T39402@gamplex.bde.org>, Bruce Evans writes: >> You can find the total patch here: >> >> http://phk.freebsd.dk/2re/total.patch >> >> This file contains a "head -3" over all the component patch files >> and will generally contain the planned commit message. If there >> is no message, it's a good guess that the change is trivial. > >I noticed a few changes that have nothing to do with linting (e.g., >uncountifying ctx and removing B_NOWDRAIN), and a few regressions >(mainly breaking warnings for free() of pointers to const. free(9) >wants non-constant storage even more than free(3), since it always >scribbles on the storage in the INVARIANTS case). I said "the majority" were stylistic. The patches with deeper subject matter will get normal treatment. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.