From owner-cvs-all Mon Jul 5 1:53: 2 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC46615272; Mon, 5 Jul 1999 01:52:55 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA89984; Mon, 5 Jul 1999 01:52:55 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Message-Id: <199907050852.BAA89984@freefall.freebsd.org> From: Mike Smith Date: Mon, 5 Jul 1999 01:52:55 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/conf param.c src/sys/i386/i386 machdep.c src/sys/kern kern_malloc.c uipc_mbuf.c uipc_socket2.c src/sys/pc98/i386 machdep.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk msmith 1999/07/05 01:52:55 PDT Modified files: sys/alpha/alpha machdep.c sys/conf param.c sys/i386/i386 machdep.c sys/kern kern_malloc.c uipc_mbuf.c uipc_socket2.c sys/pc98/i386 machdep.c Log: Move the initialisation/tuning of nmbclusters from param.c/machdep.c into uipc_mbuf.c. This reduces three sets of identical tunable code to one set, and puts the initialisation with the mbuf code proper. Make NMBUFs tunable as well. Move the nmbclusters sysctl here as well. Move the initialisation of maxsockets from param.c to uipc_socket2.c, next to its corresponding sysctl. Use the new tunable macros for the kern.vm.kmem.size tunable (this should have been in a separate commit, whoops). Revision Changes Path 1.46 +1 -7 src/sys/alpha/alpha/machdep.c 1.34 +1 -17 src/sys/conf/param.c 1.352 +1 -7 src/sys/i386/i386/machdep.c 1.57 +7 -8 src/sys/kern/kern_malloc.c 1.41 +11 -1 src/sys/kern/uipc_mbuf.c 1.48 +14 -3 src/sys/kern/uipc_socket2.c 1.124 +1 -7 src/sys/pc98/i386/machdep.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message