From owner-freebsd-current Sun Oct 22 10:54:29 2000 Delivered-To: freebsd-current@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id EDCF737B4F9 for ; Sun, 22 Oct 2000 10:54:26 -0700 (PDT) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 22 Oct 2000 18:54:26 +0100 (BST) To: Poul-Henning Kamp Cc: David Malone , Garrett Rooney , Andrea Campi , current@FreeBSD.ORG, josh@zipperup.org, robd@gmx.net, dwmalone@maths.tcd.ie Subject: Re: Junior Kernel Hacker Task: M_ZERO In-reply-to: Your message of "Sun, 22 Oct 2000 07:06:31 +0200." <7263.972191191@critter> X-Request-Do: Date: Sun, 22 Oct 2000 18:54:25 +0100 From: David Malone Message-ID: <200010221854.aa75575@salmon.maths.tcd.ie> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Now, if one or two people will review this patch and verify that > LINT & GENERIC kernels compile the same, we're set for commit... It works fine with GENERIC - atleast I tested a buildworld with sources build with it. I don't think LINT compiles at the moment, atleast it seems to get stuck in the midway driver. I'll have a look at it this evening. One other think I wanted to do was seperate out the bits of the patch which touches code shared among the BSDs (KAME in particular). We should probably check with the owners of the code before we touch it, as it is a sort of "cosmetic" change. OTOH, it seems like something which could be useful for all the BSDs, as it provides the memory allocation system with a better idea of the demand for various types of memory. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message