From owner-cvs-src@FreeBSD.ORG Tue Sep 7 15:38:35 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3266216A4CE; Tue, 7 Sep 2004 15:38:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1671143D5E; Tue, 7 Sep 2004 15:38:35 +0000 (GMT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i87FcY4K033324; Tue, 7 Sep 2004 15:38:34 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i87FcY8x033323; Tue, 7 Sep 2004 15:38:34 GMT (envelope-from scottl) Message-Id: <200409071538.i87FcY8x033323@repoman.freebsd.org> From: Scott Long Date: Tue, 7 Sep 2004 15:38:34 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libc/stdlib malloc.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 15:38:35 -0000 scottl 2004-09-07 15:38:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) lib/libc/stdlib malloc.c Log: Turn off malloc debugging for RELENG_5. This is intended to be off for the remainder of the RELENG_5/5-STABLE lifespan. It remains on in HEAD/6-CURRENT. Approved by: re Revision Changes Path 1.89.2.1 +2 -2 src/lib/libc/stdlib/malloc.c