Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: ad
Date: Tue May 20 17:24:56 UTC 2008
Modified Files:
src/sys/kern: kern_module.c sys_module.c
src/sys/sys: module.h
Log Message:
Allow module class to be passed to module_load(), as a basic sanity check
that we are loading the right kind of module.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 src/sys/kern/kern_module.c
cvs rdiff -r1.5 -r1.6 src/sys/kern/sys_module.c
cvs rdiff -r1.5 -r1.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.
Home |
Main Index |
Thread Index |
Old Index