From owner-cvs-all@FreeBSD.ORG Wed Oct 31 17:21:00 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C65F16A418; Wed, 31 Oct 2007 17:21:00 +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 B29CD13C4B0; Wed, 31 Oct 2007 17:20:59 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.1/8.14.1) with ESMTP id l9VHCS1D091102; Wed, 31 Oct 2007 11:12:28 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 31 Oct 2007 11:12:28 -0600 (MDT) Message-Id: <20071031.111228.85322655.imp@bsdimp.com> To: yar@FreeBSD.org From: Warner Losh In-Reply-To: <200710310926.l9V9Qhi4041450@repoman.freebsd.org> References: <200710310926.l9V9Qhi4041450@repoman.freebsd.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 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: Wed, 31 Oct 2007 17:21:00 -0000 > 3) With a bit of hackery around rtld(8), it becomes possible to do destructive > cross-installs, e.g., i386->amd64 over the live system. > but this can lead to security issues.) That's why a destructive > cross-install isn't possible w/o hackery yet. Does this mean I can now 'sidegrade' my FreeBSD/amd64 box to FreeBSD/i386? or is only the 32-bit -> 64-bit direction supported. Warner