Date: Tue, 21 Oct 2003 09:48:33 -0700 (PDT) From: Mike Silbersack <silby@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys sysctl.h Message-ID: <200310211648.h9LGmXFK087432@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
silby 2003/10/21 09:48:33 PDT
FreeBSD src repository
Modified files:
sys/sys sysctl.h
Log:
Add another sysctl flag, CTLFLAG_TUN, which is a hint to the userland
sysctl that a given variable is tunable.
Also added is CTLFLAG_RDTUN, which is CTLFLAG_RD|CTLFLAG_TUN; TUN does
not always imply read-only, so RDTUN should be used where RD was used
before.
Revision Changes Path
1.121 +2 -0 src/sys/sys/sysctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310211648.h9LGmXFK087432>
