From owner-freebsd-current Mon Dec 16 14:52:21 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA11011 for current-outgoing; Mon, 16 Dec 1996 14:52:21 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id OAA11002 for ; Mon, 16 Dec 1996 14:52:16 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id PAA02243; Mon, 16 Dec 1996 15:50:47 -0700 From: Terry Lambert Message-Id: <199612162250.PAA02243@phaeton.artisoft.com> Subject: Re: Plan for integrating Secure RPC -- comments wanted To: phk@critter.tfs.com (Poul-Henning Kamp) Date: Mon, 16 Dec 1996 15:50:47 -0700 (MST) Cc: wpaul@skynet.ctr.columbia.edu, current@freebsd.org In-Reply-To: <12149.850751059@critter.tfs.com> from "Poul-Henning Kamp" at Dec 16, 96 04:44:19 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >Do we really want to make people recompile the kernel to get DES support? > > Not really. > > The trouble is that we cannot load a LKM until we have a RW fs :-( Because the kernel doesn't know its own symbols, and because the LKM external reference relocation is done in user space, when it should be done in system space. Not because the idea itself requires a RW FS, but because (my) broken implementation from early 1994 uses the user space ld to build an object. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.