From owner-freebsd-current@FreeBSD.ORG Wed Jul 2 15:01:14 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B02237B401 for ; Wed, 2 Jul 2003 15:01:14 -0700 (PDT) Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F0D243FDD for ; Wed, 2 Jul 2003 15:01:13 -0700 (PDT) (envelope-from bf20761@binghamton.edu) Received: from bingsun2.cc.binghamton.edu (bf20761@bingsun2.cc.binghamton.edu [128.226.6.4])h62M13TW027556; Wed, 2 Jul 2003 18:01:03 -0400 (EDT) Date: Wed, 2 Jul 2003 18:01:05 -0400 (EDT) From: Zhihui Zhang X-X-Sender: bf20761@bingsun2.cc.binghamton.edu To: Sam Leffler In-Reply-To: <178286422.1057139826@melange.errno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: Eivind Hestnes Subject: Re: Support for XFS in FreeBSD? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 22:01:14 -0000 On Wed, 2 Jul 2003, Sam Leffler wrote: > [cross-posting removed] > > >> Note: SCO is suing people who have touched Linux code with code > >> from commercial OS's derived from System V. SGI's IRIX, from > >> which XFS comes, is derived from System V, so there is some legal > >> risk involved to anyone doing a port: SCO may sue you, too. I > >> don't know if this effects the projects previous statements. > >> > > > > True, this is a danger. There was a certain amount of similarity in > > XFS sources between FreeBSD kernel internals and Irix interfaces which > > arguably can be traced to common Unix roots of both systems. SCO might > > consider XFS theirs some day :) > > Ignore this FUD. SGI's XFS implementation is all new work. Suppose someone ported XFS to FreeBSD, then what liscence can you use without causing any legal trouble? You must use GNU, but the interface code (VFS/vnode, bio, vnode, etc.) are already under BSD liscence. Can one KLD program contain code using different liscences? -Zhihui