Date: Sat, 08 May 1999 21:05:15 +0800 From: Peter Wemm <peter@netplex.com.au> 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 Message-ID: <19990508130518.BF7E11F72@spinner.netplex.com.au> In-Reply-To: Your message of "Sat, 08 May 1999 06:02:00 MST." <199905081302.GAA02001@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990508130518.BF7E11F72>