cvs commit: src/sys/conf options src/sys/sys sysctl.h

Warner Losh imp at FreeBSD.org
Tue Jul 18 17:00:52 UTC 2006


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


More information about the cvs-all mailing list