Module Name: src Committed By: pgoyette Date: Sun Mar 11 07:26:00 UTC 2018
Modified Files: src/sys/kern [pgoyette-compat]: kern_module.c sys_module.c src/sys/sys [pgoyette-compat]: module.h Log Message: (Re)implement the alias list as a "const char * const (*list)[]" and store a pointer to this list in the mod_info structure (which lives in the modules' linkset data). Don't allow any duplication of module names _or_ aliases when loading; for dependencies, they will be met if the required module name matches any loaded module name or alias. To generate a diff of this commit: cvs rdiff -u -r1.130.2.1 -r1.130.2.2 src/sys/kern/kern_module.c cvs rdiff -u -r1.23.2.1 -r1.23.2.2 src/sys/kern/sys_module.c cvs rdiff -u -r1.41.14.5 -r1.41.14.6 src/sys/sys/module.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.