Re: Phantom sysctl

2010-11-15 Thread mdf
On Mon, Nov 15, 2010 at 9:53 AM, Garrett Cooper wrote: >    According to SYSCTL_INT(9): > >     The SYSCTL kernel interfaces allow code to statically declare sysctl(8) >     MIB entries, which will be initialized when the kernel module containing >     the declaration is initialized.  When the mod

Re: Phantom sysctl

2010-11-15 Thread John Baldwin
On Monday, November 15, 2010 12:53:57 pm Garrett Cooper wrote: > According to SYSCTL_INT(9): > > The SYSCTL kernel interfaces allow code to statically declare sysctl(8) > MIB entries, which will be initialized when the kernel module containing > the declaration is initialized.

Phantom sysctl

2010-11-15 Thread Garrett Cooper
According to SYSCTL_INT(9): The SYSCTL kernel interfaces allow code to statically declare sysctl(8) MIB entries, which will be initialized when the kernel module containing the declaration is initialized. When the module is unloaded, the sysctl will be automatically destro