Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Nov 2007 23:42:16 +0100
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Alfred Perlstein <alfred@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:  <20071118224216.GA29048@freebsd.org>
In-Reply-To: <200710161040.l9GAes88010153@repoman.freebsd.org>
References:  <200710161040.l9GAes88010153@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071118224216.GA29048>