sysctl meanings.

2004-09-16 Thread Lewis Thompson
Hi,

I wonder if there is a comprehensive list of what many of the sysctl
values are, both in terms of what the node (by this I mean, say,
hw.acpi.verbose) means, and what the values would mean/do?

  If this doesn't exist would it be worth creating a website with a list
of all these?  I've got some spare time in the next couple of days and I
could whip something up in PHP that would hopefully do the job.

  Thanks,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-


pgpqQQrtxQOph.pgp
Description: PGP signature


Re: sysctl meanings.

2004-09-16 Thread Chuck Swiger
Lewis Thompson wrote:
I wonder if there is a comprehensive list of what many of the sysctl
values are, both in terms of what the node (by this I mean, say,
hw.acpi.verbose) means, and what the values would mean/do?
'sysctl -d -a hw' will give a one-line description for many of the sysctls, 
and it's not uncommon for manpages to provide more details-- more often for 
manpages in section 4 and 8, ie, things like device drivers.

'sysctl -a' is not comprehensive since it doesn't include references to kernel 
options (or modules) which have not been enabled, but it's close.  To do 
better then that, look at the sources under /usr/src/sys.

  If this doesn't exist would it be worth creating a website with a list
of all these?  I've got some spare time in the next couple of days and I
could whip something up in PHP that would hopefully do the job.
If doing this would please you, by all means: it would be somewhat useful. :-)
However, you might find that submitting src patches to add descriptions to the 
rest of the sysctls and/or clarify existing descriptions if they are too short 
or not informative would be more useful.

Also, you might give a thought to writing this stuff up in DocBook and 
submitting it to become part of the FreeBSD documentation, rather than rolling 
your own site.  I suspect that people are more likely to help keep real docs 
up-to-date, but YMMV

--
-Chuck
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: sysctl meanings.

2004-09-16 Thread Danny Pansters
On Friday 17 September 2004 00:51, Lewis Thompson wrote:
 Hi,

 I wonder if there is a comprehensive list of what many of the sysctl
 values are, both in terms of what the node (by this I mean, say,
 hw.acpi.verbose) means, and what the values would mean/do?

I don't think there is. At the very least we should have defaults 
at /etc/defaults

   If this doesn't exist would it be worth creating a website with a list
 of all these?  I've got some spare time in the next couple of days and I
 could whip something up in PHP that would hopefully do the job.

Sysctl docs are greatly needed I think!

   Thanks,

 -lewiz.

No, thank *you* :)

Dan
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]