From owner-freebsd-hackers@FreeBSD.ORG Sat Jul 30 22:50:56 2005 Return-Path: X-Original-To: hackers@freebsd.org Delivered-To: freebsd-hackers@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 410C916A421 for ; Sat, 30 Jul 2005 22:50:56 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 67D9743D46 for ; Sat, 30 Jul 2005 22:50:55 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j6UMo4xO074656; Sat, 30 Jul 2005 16:50:04 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 30 Jul 2005 16:50:54 -0600 (MDT) Message-Id: <20050730.165054.99724167.imp@bsdimp.com> To: jbaggs@san.rr.com From: "M. Warner Losh" In-Reply-To: <42EBDC29.2070603@san.rr.com> References: <42EBDC29.2070603@san.rr.com> 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: hackers@freebsd.org Subject: Re: UFS endian-ness X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Jul 2005 22:50:56 -0000 In message: <42EBDC29.2070603@san.rr.com> Jeremy Baggs writes: : I was wondering if anyone has done any recent work with, or knows how : (non-)trival it would be adding support for mounting big-endian UFS : filesystems, such as the one in use on os X. It is trivial. NetBSD just does the swapping on input or output and the diffs to do it were small. Warner