Date: Mon, 5 Jul 1999 01:52:55 -0700 (PDT) From: Mike Smith <msmith@FreeBSD.org> 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 Message-ID: <199907050852.BAA89984@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907050852.BAA89984>