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

2012-09-04 Thread Bruce Evans
On Mon, 3 Sep 2012, Andrey Zonov wrote: On 9/3/12 1:20 AM, Garrett Cooper wrote: On Sun, Sep 2, 2012 at 2:16 PM, Garrett Cooper wrote: On Sun, Sep 2, 2012 at 10:39 AM, Andrey Zonov wrote: Author: zont Date: Sun Sep 2 17:39:02 2012 New Revision: 240026 URL: http://svn.freebsd.org/changeset/

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

2012-09-03 Thread Andrey Zonov
On 9/2/12 11:03 PM, Andriy Gapon wrote: > on 02/09/2012 20:39 Andrey Zonov said the following: >> CTLFLAG_RDTUN | CTLFLAG_RW > > This combination looks like nonsense to me (because of "RD"). > > CTLFLAG_RDTUNAdvisory flag that a system tunable also exists for this > variable;

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

2012-09-03 Thread Andrey Zonov
On 9/3/12 1:20 AM, Garrett Cooper wrote: > On Sun, Sep 2, 2012 at 2:16 PM, Garrett Cooper wrote: >> On Sun, Sep 2, 2012 at 10:39 AM, Andrey Zonov wrote: >>> Author: zont >>> Date: Sun Sep 2 17:39:02 2012 >>> New Revision: 240026 >>> URL: http://svn.freebsd.org/changeset/base/240026 >>> >>> Log:

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

2012-09-02 Thread Garrett Cooper
On Sun, Sep 2, 2012 at 2:16 PM, Garrett Cooper wrote: > On Sun, Sep 2, 2012 at 10:39 AM, Andrey Zonov wrote: >> Author: zont >> Date: Sun Sep 2 17:39:02 2012 >> New Revision: 240026 >> URL: http://svn.freebsd.org/changeset/base/240026 >> >> Log: >> - Make kern.maxtsiz, kern.dfldsiz, kern.maxds

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

2012-09-02 Thread Garrett Cooper
On Sun, Sep 2, 2012 at 10:39 AM, Andrey Zonov wrote: > Author: zont > Date: Sun Sep 2 17:39:02 2012 > New Revision: 240026 > URL: http://svn.freebsd.org/changeset/base/240026 > > Log: > - Make kern.maxtsiz, kern.dfldsiz, kern.maxdsiz, kern.dflssiz, kern.maxssiz > and kern.sgrowsiz sysctls w

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

2012-09-02 Thread Andriy Gapon
on 02/09/2012 20:39 Andrey Zonov said the following: > CTLFLAG_RDTUN | CTLFLAG_RW This combination looks like nonsense to me (because of "RD"). CTLFLAG_RDTUNAdvisory flag that a system tunable also exists for this variable; however, the run-time variable is read-only. Probab