Re: exporting subr_param values as sysctls

2007-07-12 Thread Paul Saab
Alfred Perlstein wrote: I would like to export the various parameters from subr_param.c into sysctl, these nodes would include the names from the following tunables as well as others in these files. TUNABLE_ULONG_FETCH("kern.maxtsiz", &maxtsiz); dfldsiz = DFLDSIZ; TUNABLE

Re: exporting subr_param values as sysctls

2007-07-12 Thread Alfred Perlstein
* Paul Saab <[EMAIL PROTECTED]> [070712 11:14] wrote: > Alfred Perlstein wrote: > >I would like to export the various parameters from subr_param.c > >into sysctl, these nodes would include the names from the following > >tunables as well as others in these files. > > > >TUNABLE_ULONG_FETCH(

Re: exporting subr_param values as sysctls

2007-07-11 Thread John Baldwin
On Wednesday 11 July 2007 01:26:00 pm Alfred Perlstein wrote: > I would like to export the various parameters from subr_param.c > into sysctl, these nodes would include the names from the following > tunables as well as others in these files. > > TUNABLE_ULONG_FETCH("kern.maxtsiz", &maxtsi