From owner-freebsd-ppc@FreeBSD.ORG Wed Dec 15 01:09:36 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CAE7916A4CE for ; Wed, 15 Dec 2004 01:09:36 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 004C243D58 for ; Wed, 15 Dec 2004 01:09:36 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-31-188.dsl.onthenet.net [203.144.31.188]) iBF19PnP088697; Wed, 15 Dec 2004 11:09:25 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <41BF8FEC.8030603@freebsd.org> Date: Wed, 15 Dec 2004 11:14:20 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucas Holt References: <41BF636E.3090805@freebsd.org> <41BF711C.8020203@freebsd.org> <169A3E2A-4E28-11D9-B1F7-000A95C4D7BC@FreeBSD.org> <70361C16-4E30-11D9-B845-000A95EFF4CA@foolishgames.com> In-Reply-To: <70361C16-4E30-11D9-B845-000A95EFF4CA@foolishgames.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Darwin UFS Support? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 01:09:36 -0000 > I've been working on the hfs+ code in my spare time for a few months. > I'm trying to sync with a newer version of apple's code at the moment. > After I get the code synced, I'll install current and start working on > the 6.x changes. That would be very much appreciated :-) The issue I came across when building on 6.x is divergence in the buf code between Darwin and FreeBSD, whereas up to 5.3 they were close enough that the Apple HFS+ code could be used unchanged. later, Peter.