From owner-cvs-all Thu Dec 13 11:18: 6 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D3CA137B416; Thu, 13 Dec 2001 11:18:01 -0800 (PST) Received: (from dillon@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBDJI1F48608; Thu, 13 Dec 2001 11:18:01 -0800 (PST) (envelope-from dillon) Message-Id: <200112131918.fBDJI1F48608@freefall.freebsd.org> From: Matt Dillon Date: Thu, 13 Dec 2001 11:18:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC src/sys/i386/i386 machdep.c src/sys/kern subr_param.c src/sys/alpha/alpha machdep.c src/sys/alpha/conf GENERIC src/sys/pc98/conf GENERIC src/sys/pc98/i386 machdep.c src/sys/sys systm.h ... X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG dillon 2001/12/13 11:18:01 PST Modified files: (Branch: RELENG_4) sys/i386/conf GENERIC sys/i386/i386 machdep.c sys/kern subr_param.c sys/alpha/alpha machdep.c sys/alpha/conf GENERIC sys/pc98/conf GENERIC sys/pc98/i386 machdep.c sys/sys systm.h usr.sbin/config mkoptions.c Log: MFC the maxusers = 0 autosizing code. Mike Silbersack is working on a more sophisticated version of this patch but exams will prevent him from completing it prior to the 4.5 freeze, so we decided to throw this code into 4.5 and Mike will revisit the issue post-4.5. Revision Changes Path 1.68.2.15 +9 -7 src/sys/alpha/alpha/machdep.c 1.71.2.17 +2 -2 src/sys/alpha/conf/GENERIC 1.246.2.36 +2 -2 src/sys/i386/conf/GENERIC 1.385.2.21 +8 -6 src/sys/i386/i386/machdep.c 1.42.2.4 +44 -21 src/sys/kern/subr_param.c 1.142.2.26 +1 -1 src/sys/pc98/conf/GENERIC 1.151.2.24 +9 -7 src/sys/pc98/i386/machdep.c 1.111.2.13 +2 -1 src/sys/sys/systm.h 1.17.2.3 +3 -3 src/usr.sbin/config/mkoptions.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message