On Wednesday 15 October 2008, Dag-Erling Smørgrav wrote:
> Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
> > Matthew Jakeman <[EMAIL PROTECTED]> writes:
> > > I was wondering if it is possible to call a function when a sysctl
> > > value is changed.
> >
> > grep -r SYSCTL_ADD_PROC /usr/src/sys
>
Matthew Jakeman <[EMAIL PROTECTED]> writes:
> I was wondering if it is possible to call a function when a sysctl value is
> changed.
grep -r SYSCTL_ADD_PROC /usr/src/sys
DES
--
Dag-Erling Smørgrav - [EMAIL PROTECTED]
___
freebsd-hackers@freebsd.org ma
Matthew Jakeman wrote:
> I was wondering if it is possible to call a function when a sysctl value is
> changed. I have added a few sysctl int variables to the kernel and for some
> of these i only want certain values to be acceptable as input depending on
> some conditions. I would like to b
Dag-Erling Smørgrav <[EMAIL PROTECTED]> writes:
> Matthew Jakeman <[EMAIL PROTECTED]> writes:
> > I was wondering if it is possible to call a function when a sysctl value is
> > changed.
> grep -r SYSCTL_ADD_PROC /usr/src/sys
even better: 'man SYSCTL_ADD_PROC' will answer all your questions.
DES
Hi all,
I was wondering if it is possible to call a function when a sysctl value is
changed. I have added a few sysctl int variables to the kernel and for some
of these i only want certain values to be acceptable as input depending on
some conditions. I would like to be able to call a function
5 matches
Mail list logo