From owner-cvs-src@FreeBSD.ORG Thu Aug 5 21:54:12 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 1879916A4CE; Thu, 5 Aug 2004 21:54:12 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1D9D43D6A; Thu, 5 Aug 2004 21:54:11 +0000 (GMT) (envelope-from green@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 i75LsBNh085761; Thu, 5 Aug 2004 21:54:11 GMT (envelope-from green@repoman.freebsd.org) Received: (from green@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i75LsB5i085760; Thu, 5 Aug 2004 21:54:11 GMT (envelope-from green) Message-Id: <200408052154.i75LsB5i085760@repoman.freebsd.org> From: Brian Feldman Date: Thu, 5 Aug 2004 21:54:11 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/vm vm_contig.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: Thu, 05 Aug 2004 21:54:12 -0000 green 2004-08-05 21:54:11 UTC FreeBSD src repository Modified files: sys/vm vm_contig.c Log: Turn on the new contigmalloc(9) by default. There should not actually be a reason to use the old contigmalloc(9), but if desired, it the vm.old_contigmalloc setting can be tuned/sysctld back to 0 for now. Revision Changes Path 1.38 +1 -1 src/sys/vm/vm_contig.c