]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Back out last change to sysctl.
authorphk <phk@FreeBSD.org>
Sun, 10 Jan 1999 07:45:33 +0000 (07:45 +0000)
committerphk <phk@FreeBSD.org>
Sun, 10 Jan 1999 07:45:33 +0000 (07:45 +0000)
commit5be9d2c45d63238b7ef1f2ff40297b861287bea5
tree7515641ea164aed752448e1c1dcea0f46deadc54
parent710c564eff6e3b7b417bf56b31cd34a37a08daed
Back out last change to sysctl.

It was nay'ed before committing on the grounds that this is not
the way to do it, and has been decided as such several times in
the past.

There is not point in loading gobs of ascii into the kernel when
the only use of that ascii is presentation to the user.

Next thing we'd be adding all section 4 man pages to the loaded
kernel as well.

The argument about KLD's is bogus, klds can store a file in
/usr/share/doc/sysctl/dev/foo/thisvar.txt with a description and
sysctl or other facilities can pick it up there.

Proper documentation will take several K worth of text for many
sysctl variables, we don't want that in the kernel under any
circumstances.

I will welcome any well thought out attempt at improving the
situation wrt. sysctl documentation, but this wasn't it.
sys/conf/NOTES
sys/conf/options
sys/i386/conf/LINT
sys/i386/conf/NOTES
sys/kern/kern_sysctl.c
sys/sys/sysctl.h