From owner-cvs-all@FreeBSD.ORG Mon Nov 19 02:53:46 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0C85716A419; Mon, 19 Nov 2007 02:53:46 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id E7DB313C447; Mon, 19 Nov 2007 02:53:45 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: by elvis.mu.org (Postfix, from userid 1192) id CE6581A4D81; Sun, 18 Nov 2007 18:53:28 -0800 (PST) Date: Sun, 18 Nov 2007 18:53:28 -0800 From: Alfred Perlstein To: Roman Divacky Message-ID: <20071119025328.GU8950@elvis.mu.org> References: <200710161040.l9GAes88010153@repoman.freebsd.org> <20071118224216.GA29048@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071118224216.GA29048@freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_param.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Nov 2007 02:53:46 -0000 * Roman Divacky [071118 14:42] wrote: > On Tue, Oct 16, 2007 at 10:40:54AM +0000, Alfred Perlstein wrote: > > alfred 2007-10-16 10:40:54 UTC > > > > FreeBSD src repository > > > > Modified files: > > sys/kern subr_param.c > > Log: > > Export maxswzone, maxbcache, maxtsiz, dfldsiz, maxdsiz, dflssiz, maxssiz, > > and sgrowsiz via sysctl. > > why is maxssiz RD_ONLY? its used only in exec_new_vmspace() for setting the default > stack area size and only if thats not set by sysentvec, so it's RW already just > not defined so. > > also... dflssiz is not used at all, and the "default stack size" is set by maxssiz > > comments? thnx > > roman If you think it can be safely changed, then go for it! -- - Alfred Perlstein