On Thu, Mar 1, 2012 at 1:06 PM, Andriy Gapon <a...@freebsd.org> wrote: > on 01/03/2012 09:21 Andrey Zonov said the following: >> On 01.03.2012 2:41, Andrew Thompson wrote: >>> Author: thompsa >>> Date: Wed Feb 29 22:41:40 2012 >>> New Revision: 232321 >>> URL: http://svn.freebsd.org/changeset/base/232321 >>> >>> Log: >>> Correct the description for CTLFLAG_TUN and CTLFLAG_RDTUN, the declaring >>> of a >>> system tunable has never been implemented. This flag is only used by >>> sysctl(8) >>> to provide a helpful error message. >>> >> >> Thanks! >> >> I also think we should remove all CTLFLAG_TUN flags which are combination >> with >> CTLFLAG_RW. > > Why?
It doesn't make sense. For (CTLFLAG_RD|CTLFLAG_TUN) there is relevant code in sysctl(8), but for (CTLFLAG_RW|CTLFLAG_TUN) there is no any code, or did I miss something? -- Andrey Zonov _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"