Re: svn commit: r213322 - head/sys/kern

2010-10-01 Thread Andriy Gapon
m...@freebsd.org wrote: > I thought CTLFLAG_TUN was only used to provide a more useful error > message when writing to a read-only sysctl? I think the CTLFLAG_TUN > should not be here for a RW sysctl. Yes, that's the only use for CTLFLAG_TUN _now_. Perhaps in the future there could be other uses,

Re: svn commit: r213322 - head/sys/kern

2010-10-01 Thread mdf
On Fri, Oct 1, 2010 at 9:34 AM, Andriy Gapon wrote: > Author: avg > Date: Fri Oct  1 09:34:41 2010 > New Revision: 213322 > URL: http://svn.freebsd.org/changeset/base/213322 > > Log: >  sysctls in kern_shutdown: add twin tunables > >  also make couple of sysctl-controlled variables static > >  Rev