Update the "Document as many sysctls as possible" entry. mat has made some

progress in Perforce.

Submitted by:	mat
This commit is contained in:
Joel Dahl 2006-02-02 20:41:18 +00:00
parent 8453e766f7
commit 86b21902d5
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27009

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.16 2006/01/23 12:01:29 joel Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.17 2006/02/02 16:38:08 joel Exp $">
<!ENTITY title "FreeBSD list of projects and ideas for volunteers">
<!ENTITY % navincludes SYSTEM "../../includes.navdocs.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -311,12 +311,14 @@
<a name="p-docsysctl"></a>
<h2>Document as many sysctls as possible</h2>
<p><strong>Contact</strong>: <a
href="mailto:mat@FreeBSD.org">&a.mat;</a>, <a
href="mailto:brd@FreeBSD.org">&a.brd;</a></p>
<p>The sysctl(8) utility retrieves kernel states and allows processes with
appropriate privilege to change kernel states. On request it is able to
display description lines which document the kernel state. Unfortunately
not every sysctl is documented. This task is possible to share with other
volunteers.</p>
volunteers. &a.mat has done some development in Perforce, in the
mat_sysctl_cleanup branch.</p>
<ul>
<li>Find every undocumented sysctl in the kernel.</li>
<li>Try to determine what this sysctl is for and document it.</li>