OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Matthew Dempsky (matthewcvs.openbsd.org)
Date: Thu Jul 22 2010 - 01:30:13 CDT


CVSROOT: /cvs
Module name: src
Changes by: matthewcvs.openbsd.org 2010/07/22 00:30:13

Modified files:
        sys/kern : kern_malloc.c

Log message:
We have this nice KMEMSTATS option to control when we use kmemstats,
so no point in reserving space for kmemstats unless it's enabled.

ok thib, deraadt