From owner-cvs-all Sat May 8 6: 5:27 1999 Delivered-To: cvs-all@freebsd.org Received: from spinner.netplex.com.au (spinner.netplex.com.au [202.12.86.3]) by hub.freebsd.org (Postfix) with ESMTP id 6547C1563D; Sat, 8 May 1999 06:05:20 -0700 (PDT) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by spinner.netplex.com.au (Postfix) with ESMTP id BF7E11F72; Sat, 8 May 1999 21:05:15 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.0.2 2/24/98 To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_linker.c kern_module.c src/sys/sys module.h In-reply-to: Your message of "Sat, 08 May 1999 06:02:00 MST." <199905081302.GAA02001@freefall.freebsd.org> Date: Sat, 08 May 1999 21:05:15 +0800 From: Peter Wemm Message-Id: <19990508130518.BF7E11F72@spinner.netplex.com.au> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > Modified files: > sys/kern kern_linker.c kern_module.c > sys/sys module.h > Log: > First stages of a module dependency cleanup. My plan is to have a module_set and probably dependency_set containing solely a list of pointers to modules in files or module dependency and version information. These will be a LOT easier to get to from the loader than parsing the sysinit_set tables looking for module_register_init, and should be reasonably easy to handle dependency information. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message