From owner-freebsd-current Thu May 2 21:53:22 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA24447 for current-outgoing; Thu, 2 May 1996 21:53:22 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA24442 for ; Thu, 2 May 1996 21:53:20 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id VAA13535; Thu, 2 May 1996 21:43:52 -0700 From: Terry Lambert Message-Id: <199605030443.VAA13535@phaeton.artisoft.com> Subject: Re: execve To: bde@zeta.org.au (Bruce Evans) Date: Thu, 2 May 1996 21:43:52 -0700 (MST) Cc: bde@zeta.org.au, julian@ref.tfs.com, chuckr@Glue.umd.edu, freebsd-current@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de, terry@lambert.org In-Reply-To: <199605022210.IAA00812@godzilla.zeta.org.au> from "Bruce Evans" at May 3, 96 08:10:14 am 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 > >what about files that need to have multiple linker sets.. > >(there are a few) > > This leads to my next topic :-). There shouldn't be any such files because > they don't work as lkm's. For lkm's there should be a single entry point > that registers all the necessary objects and functions: > > void foo_init(void *arg) > { > register_bar_func(func_1); > ... > register_baz_obj(obj_1); > ... > } AGREE! Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.