summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-01-10 07:45:33 +0000
committerphk <phk@FreeBSD.org>1999-01-10 07:45:33 +0000
commit5be9d2c45d63238b7ef1f2ff40297b861287bea5 (patch)
tree7515641ea164aed752448e1c1dcea0f46deadc54 /sys/i386
parent710c564eff6e3b7b417bf56b31cd34a37a08daed (diff)
downloadFreeBSD-src-5be9d2c45d63238b7ef1f2ff40297b861287bea5.zip
FreeBSD-src-5be9d2c45d63238b7ef1f2ff40297b861287bea5.tar.gz
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.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 7fa3e23..7e93763 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -772,9 +772,6 @@ options VINUMDEBUG #enable Vinum debugging hooks
# Size of the kernel message buffer. Should be N * pagesize.
options "MSGBUF_SIZE=40960"
-# Conserve space by not including sysctl descriptions (see sysctl(8))
-#options NO_SYSCTL_DESCRIPTIONS
-
#####################################################################
# HARDWARE DEVICE CONFIGURATION
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 7fa3e23..7e93763 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -772,9 +772,6 @@ options VINUMDEBUG #enable Vinum debugging hooks
# Size of the kernel message buffer. Should be N * pagesize.
options "MSGBUF_SIZE=40960"
-# Conserve space by not including sysctl descriptions (see sysctl(8))
-#options NO_SYSCTL_DESCRIPTIONS
-
#####################################################################
# HARDWARE DEVICE CONFIGURATION
OpenPOWER on IntegriCloud