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:           Wed Oct 22 11:16:29 UTC 2008

Modified Files:
        src/sys/kern: kern_module.c sys_module.c vfs_syscalls.c
        src/sys/secmodel/bsd44: secmodel_bsd44_suser.c
        src/sys/sys: module.h

Log Message:
- Be clear about whether module load is explicit or system initiated (auto).
- Require that module_lock is held to autoload, so that any preconditions
  can be safely checked.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/kern/kern_module.c
cvs rdiff -r1.7 -r1.8 src/sys/kern/sys_module.c
cvs rdiff -r1.375 -r1.376 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.58 -r1.59 src/sys/secmodel/bsd44/secmodel_bsd44_suser.c
cvs rdiff -r1.9 -r1.10 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