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:   pgoyette
Date:           Mon May 24 03:50:25 UTC 2010

Modified Files:
        src/sys/kern: kern_module.c vfs_subr.c
        src/sys/sys: module.h

Log Message:
Protect against attempting to load modules from the filesystem until we
have mounted the root file-system.  This allows us to load built-in and
boot-loader-provided modules much earlier during startup.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/kern/kern_module.c
cvs rdiff -u -r1.400 -r1.401 src/sys/kern/vfs_subr.c
cvs rdiff -u -r1.22 -r1.23 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