cvs commit: src/sys/sys sysctl.h
Alfred Perlstein
bright at mu.org
Tue Oct 21 14:53:01 PDT 2003
* Mike Silbersack <silby at FreeBSD.org> [031021 09:49] wrote:
> 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.
why not just make new TUNABLE macros to export them as sysctl?
--
- Alfred Perlstein
- Research Engineering Development Inc.
- email: bright at mu.org cell: 408-480-4684
More information about the cvs-src
mailing list