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: jmmv
Date: Sun Mar 2 11:18:43 UTC 2008
Modified Files:
src/sys/kern: kern_module.c sys_module.c
src/sys/sys: module.h
Log Message:
Add support for load-time parameters for modules, which are passed through
a dictionary. As discussed in tech-kern@.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/kern/kern_module.c
cvs rdiff -r1.3 -r1.4 src/sys/kern/sys_module.c
cvs rdiff -r1.1 -r1.2 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