Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: ad
Date: Tue Nov 18 11:39:41 UTC 2008
Modified Files:
src/sys/kern: kern_module.c
Log Message:
- Put modules that depend on others at the head of the queue so autounload
can unload requisite modules with only one pass.
- If loading a requisite module, scan the global queue before checking the
file system to see if it exists. If it's already present we don't care.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/kern/kern_module.c
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