summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1999-01-10 05:33:43 +0000
committerdes <des@FreeBSD.org>1999-01-10 05:33:43 +0000
commit710c564eff6e3b7b417bf56b31cd34a37a08daed (patch)
tree406a018672eae5c6ed5b99ff76505419b21b242b /sys/i386
parente50aa55751caccf7ccaf43d7a09795ff12967ade (diff)
downloadFreeBSD-src-710c564eff6e3b7b417bf56b31cd34a37a08daed.zip
FreeBSD-src-710c564eff6e3b7b417bf56b31cd34a37a08daed.tar.gz
Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS option
disables them if they're not wanted; in that case, sysctl_sysctl_descr will always return an empty string. Apporved by: jkh
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index fbeb207..7fa3e23 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.528 1999/01/08 17:31:07 eivind Exp $
+# $Id: LINT,v 1.529 1999/01/09 18:12:07 wpaul Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -772,6 +772,9 @@ 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 fbeb207..7fa3e23 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.528 1999/01/08 17:31:07 eivind Exp $
+# $Id: LINT,v 1.529 1999/01/09 18:12:07 wpaul Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -772,6 +772,9 @@ 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