Date: Sun, 18 Nov 2007 18:53:28 -0800 From: Alfred Perlstein <alfred@freebsd.org> To: Roman Divacky <rdivacky@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern subr_param.c Message-ID: <20071119025328.GU8950@elvis.mu.org> In-Reply-To: <20071118224216.GA29048@freebsd.org> References: <200710161040.l9GAes88010153@repoman.freebsd.org> <20071118224216.GA29048@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
* Roman Divacky <rdivacky@FreeBSD.org> [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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071119025328.GU8950>