cvs commit: src/sys/kern subr_param.c
Alfred Perlstein
alfred at freebsd.org
Sun Nov 18 18:53:46 PST 2007
* Roman Divacky <rdivacky at 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
More information about the cvs-src
mailing list