Date: Thu, 28 Feb 2002 19:18:32 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: Bruce Evans <bde@zeta.org.au> Cc: Warner Losh <imp@harmony.village.org>, <current@FreeBSD.ORG> Subject: Re: you broke current in some weird way... etc Message-ID: <200203010318.g213IWP40604@apollo.backplane.com> References: <20020228222222.U52334-100000@gamplex.bde.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
<dillon@backplane.com>
: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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203010318.g213IWP40604>
