From owner-freebsd-chat Tue Dec 18 11:48:14 2001 Delivered-To: freebsd-chat@freebsd.org Received: from lariat.org (lariat.org [12.23.109.2]) by hub.freebsd.org (Postfix) with ESMTP id 7215737B42F for ; Tue, 18 Dec 2001 11:47:59 -0800 (PST) Received: from mustang.lariat.org (IDENT:ppp0.lariat.org@lariat.org [12.23.109.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id MAA15978; Tue, 18 Dec 2001 12:47:43 -0700 (MST) Message-Id: <4.3.2.7.2.20011218124204.02812700@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Tue, 18 Dec 2001 12:47:36 -0700 To: Terry Lambert From: Brett Glass Subject: Re: GPL nonsense: time to stop Cc: Craig Harding , chat@FreeBSD.ORG In-Reply-To: <3C1F98BC.7045E632@mindspring.com> References: <20011218121011.E21649@monorchid.lemis.com> <4hzo4hyv3c.o4h@localhost.localdomain> <4.3.2.7.2.20011217221801.02841bc0@localhost> <4.3.2.7.2.20011218102351.02841f00@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-chat@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At 12:27 PM 12/18/2001, Terry Lambert wrote: >No, it's not. It's not in the boot path, and it's not in the >required for installation path. That's only one very restrictive definition of "in the kernel." While it is true that the code is not loaded unless needed, this is true of many integral parts of operating systems. The GPLed code is compiled every time you compile the kernel and is dynamically linked to it. (As you know, the FSF considers dynamic linking to make two pieces of code a single unit.) The code is referred to in the kernel's internal tables as a part that can be loaded at will. The the kernel is fully aware that it can bring in the code in response to certain conditions just like any other driver or module. In short, the GPLed code is integrated. It is part of the kernel. --Brett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-chat" in the body of the message