From owner-freebsd-current Thu Feb 28 19:18:37 2002 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id BB3C137B405 for ; Thu, 28 Feb 2002 19:18:34 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g213IWP40604; Thu, 28 Feb 2002 19:18:32 -0800 (PST) (envelope-from dillon) Date: Thu, 28 Feb 2002 19:18:32 -0800 (PST) From: Matthew Dillon Message-Id: <200203010318.g213IWP40604@apollo.backplane.com> To: Bruce Evans Cc: Warner Losh , Subject: Re: you broke current in some weird way... etc References: <20020228222222.U52334-100000@gamplex.bde.org> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG While I haven't specifically tested this patch it looks reasonable to me. Are you going to do an engineering/commit cycle with it? -Matt Matthew Dillon :The patch initializes nbuf (and many other things) statically again. :The only losses are slight bloat of the data section and the ability :... : :%%% :Index: subr_param.c :=================================================================== :RCS file: /home/ncvs/src/sys/kern/subr_param.c,v :retrieving revision 1.52 :diff -u -2 -r1.52 subr_param.c :--- subr_param.c 6 Feb 2002 01:19:19 -0000 1.52 :+++ subr_param.c 23 Feb 2002 07:44:45 -0000 :@@ -56,31 +56,27 @@ : #define HZ 100 : #endif :-#define NPROC (20 + 16 * maxusers) :... : :Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message