Date: Tue, 18 Jul 2006 17:00:51 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/sys sysctl.h Message-ID: <200607181700.k6IH0pYO090524@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2006-07-18 17:00:51 UTC FreeBSD src repository Modified files: sys/conf options sys/sys sysctl.h Log: 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 Revision Changes Path 1.554 +3 -0 src/sys/conf/options 1.142 +18 -12 src/sys/sys/sysctl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607181700.k6IH0pYO090524>