Module Name: src Committed By: pgoyette Date: Sun Mar 11 00:44:32 UTC 2018
Modified Files: src/share/man/man9 [pgoyette-compat]: module.9 src/sys/kern [pgoyette-compat]: kern_module.c sys_module.c src/sys/sys [pgoyette-compat]: module.h Log Message: Store the aliases list in the mod_info struct, since it is totally static data. This saves us having to make a special xxx_modcmd() call to retrieve the data. Update module(9) man page accordingly. To generate a diff of this commit: cvs rdiff -u -r1.42.2.2 -r1.42.2.3 src/share/man/man9/module.9 cvs rdiff -u -r1.130 -r1.130.2.1 src/sys/kern/kern_module.c cvs rdiff -u -r1.23 -r1.23.2.1 src/sys/kern/sys_module.c cvs rdiff -u -r1.41.14.2 -r1.41.14.3 src/sys/sys/module.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.