From owner-svn-src-stable-8@FreeBSD.ORG Mon Jun 6 21:40:39 2011 Return-Path: Delivered-To: svn-src-stable-8@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 210D1106564A; Mon, 6 Jun 2011 21:40:39 +0000 (UTC) (envelope-from gjb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 10CB68FC08; Mon, 6 Jun 2011 21:40:39 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id p56Lec9m049949; Mon, 6 Jun 2011 21:40:38 GMT (envelope-from gjb@svn.freebsd.org) Received: (from gjb@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id p56LecOh049947; Mon, 6 Jun 2011 21:40:38 GMT (envelope-from gjb@svn.freebsd.org) Message-Id: <201106062140.p56LecOh049947@svn.freebsd.org> From: Glen Barber Date: Mon, 6 Jun 2011 21:40:38 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r222784 - stable/8/share/man/man5 X-BeenThere: svn-src-stable-8@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 8-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Jun 2011 21:40:39 -0000 Author: gjb (doc committer) Date: Mon Jun 6 21:40:38 2011 New Revision: 222784 URL: http://svn.freebsd.org/changeset/base/222784 Log: MFC 196727 [1]: Document MALLOC_PRODUCTION knob. PR: 136029 Original commit by: maxim [1] Modified: stable/8/share/man/man5/make.conf.5 Directory Properties: stable/8/share/man/man5/ (props changed) Modified: stable/8/share/man/man5/make.conf.5 ============================================================================== --- stable/8/share/man/man5/make.conf.5 Mon Jun 6 21:38:39 2011 (r222783) +++ stable/8/share/man/man5/make.conf.5 Mon Jun 6 21:40:38 2011 (r222784) @@ -486,6 +486,12 @@ console driver to and allow access over FireWire(IEEE1394) using .Xr dconschat 8 . Currently, only i386 and amd64 are supported. +.It Va MALLOC_PRODUCTION +.Pq Vt bool +Set this to disable assertions and statistics gathering in +.Xr malloc 3 . +It also defaults the A and J runtime options to off. +Disabled by default on -CURRENT. .It Va MODULES_WITH_WORLD .Pq Vt bool Set to build modules with the system instead of the kernel.