From owner-cvs-all@FreeBSD.ORG Tue Feb 20 21:46:09 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A0F816C8CF; Tue, 20 Feb 2007 21:46:09 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 5E23213C58D; Tue, 20 Feb 2007 21:45:57 +0000 (UTC) (envelope-from kris@obsecurity.org) Received: from obsecurity.dyndns.org (elvis.mu.org [192.203.228.196]) by elvis.mu.org (Postfix) with ESMTP id 2C0211A4D8E; Tue, 20 Feb 2007 13:45:57 -0800 (PST) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id 68352514E7; Tue, 20 Feb 2007 16:45:56 -0500 (EST) Date: Tue, 20 Feb 2007 16:45:56 -0500 From: Kris Kennaway To: Nick Hibma Message-ID: <20070220214555.GA79585@xor.obsecurity.org> References: <200702202129.l1KLTVkt030545@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200702202129.l1KLTVkt030545@repoman.freebsd.org> User-Agent: Mutt/1.4.2.2i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/mdconfig mdconfig.8 mdconfig.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Feb 2007 21:46:09 -0000 On Tue, Feb 20, 2007 at 09:29:31PM +0000, Nick Hibma wrote: > n_hibma 2007-02-20 21:29:31 UTC > > FreeBSD src repository > > Modified files: > sbin/mdconfig mdconfig.8 mdconfig.c > Log: > [Found the original diff I made, see previous commit for other part] > Assume '-a' and '-t malloc' flags for '-s ' (malloc ramdisk) if not > specified. -t swap should be almost always used instead of -t malloc (which is slower and has poor failure properties when RAM becomes unavailable, i.e. it panics). Kris