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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"