From owner-svn-src-all@FreeBSD.ORG Tue Jun 16 20:58:25 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0EB9F1065673; Tue, 16 Jun 2009 20:58:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id A196A8FC12; Tue, 16 Jun 2009 20:58:24 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id n5GKudvi092182; Tue, 16 Jun 2009 14:56:39 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 16 Jun 2009 14:57:03 -0600 (MDT) Message-Id: <20090616.145703.1670762949.imp@bsdimp.com> To: brde@optusnet.com.au From: "M. Warner Losh" In-Reply-To: <20090616100938.R25672@delplex.bde.org> References: <4931048A-B398-4957-B0B2-5B8BC0810F44@mac.com> <4A367A11.4080202@FreeBSD.org> <20090616100938.R25672@delplex.bde.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, xcllnt@mac.com, src-committers@FreeBSD.org, ulf.lilleengen@gmail.com Subject: Re: svn commit: r194241 - head/lib/libdisk X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Jun 2009 20:58:25 -0000 In message: <20090616100938.R25672@delplex.bde.org> Bruce Evans writes: : > Aha, so I should fix fdisk too then. Thanks. : : Please don't break fdisk too. There must be a way to set valid but : dangerous values, or theoretically invalid but practically working : values, if they are representable and are needed for compatibility. Yes. There's many versions of Linux that are difficult to co-exist with because the sanity checks choke on the values that Linux used... Warner