summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-07-18 17:00:51 +0000
committerimp <imp@FreeBSD.org>2006-07-18 17:00:51 +0000
commit0414a72510296aa238182ed0afe52e06896f162f (patch)
tree9b773e292abda03b4dfcd8ad4d48d9e521abb73c /sys/conf
parentad319e77f429d4ee47be8497f3b445269f728950 (diff)
downloadFreeBSD-src-0414a72510296aa238182ed0afe52e06896f162f.zip
FreeBSD-src-0414a72510296aa238182ed0afe52e06896f162f.tar.gz
Add new kernel config option. NO_SYSCTL_DESCR to omit the descriptions for
the sysctls. This saves a lot of space in the resulting kernel which is important for embedded systems. This change was done in a ABI compatible way. The pointer is still there, it just points to an empty string instead of the description. MFC After: 3 days
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/options3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options
index d2313fe..b686539 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -56,6 +56,8 @@ KDB_TRACE opt_kdb.h
KDB_UNATTENDED opt_kdb.h
SYSCTL_DEBUG opt_sysctl.h
+NO_SYSCTL_DESCR opt_global.h
+
# Miscellaneous options.
ADAPTIVE_GIANT opt_adaptive_mutexes.h
NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
@@ -206,6 +208,7 @@ FFS opt_ffs_broken_fixme.h
# filesystems will be enabled - but look below.
NFSCLIENT opt_nfs.h
NFSSERVER opt_nfs.h
+NFS4CLIENT opt_nfs.h
# filesystems and libiconv bridge
CD9660_ICONV opt_dontuse.h
OpenPOWER on IntegriCloud