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
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to