cvs commit: src/sys/kern subr_param.c

Roman Divacky rdivacky at FreeBSD.org
Sun Nov 18 14:42:30 PST 2007


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


More information about the cvs-src mailing list