Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
Module Name: src
Committed By: jnemeth
Date: Tue Jun 9 20:35:02 UTC 2009
Modified Files:
src/sbin/modload: main.c modload.8
src/sys/kern: kern_module.c
src/sys/sys: module.h
Log Message:
Add the MODCTL_NO_PROP flag to tell the kernel to ignore <module>.prop.
Add the '-P' option to modload(8) to set this flag.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sbin/modload/main.c
cvs rdiff -u -r1.34 -r1.35 src/sbin/modload/modload.8
cvs rdiff -u -r1.47 -r1.48 src/sys/kern/kern_module.c
cvs rdiff -u -r1.14 -r1.15 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