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 Nov 18 11:56:09 UTC 2008

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

Log Message:
Some modules may want to avoid autounload because their use is transient.
Their FINI routine may legitimately succeed even though the module is likely
to be used soon again, for example: exec_script. Add a MODULE_CMD_AUTOUNLOAD
to query whether a module wants to avoid autounload.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 src/sys/kern/kern_module.c
cvs rdiff -r1.11 -r1.12 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