Module Name: src Committed By: jnemeth Date: Wed Jun 10 03:28:22 UTC 2009
Modified Files: src/doc: CHANGES Log Message: mention my MODULAR and modload(8) changes To generate a diff of this commit: cvs rdiff -u -r1.1238 -r1.1239 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.1238 src/doc/CHANGES:1.1239 --- src/doc/CHANGES:1.1238 Mon Jun 8 00:15:37 2009 +++ src/doc/CHANGES Wed Jun 10 03:28:22 2009 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1238 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1239 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -291,3 +291,10 @@ agr(4): Add support for layering vlans on top. Also allow LACP to be disabled. [darran 20090529] openssh: Import 5.2. [christos 20090707] + module: Add the capability to read an <module>.prop associated + with a module and merge a plist passed in by modload(8). + Also, add MODCTL_NO_PROP flag to prevent loading + <module>.prop. [jnemeth 20090709] + modload(8): Add various flags to assist in the creation and + maintenance of <module>.prop and/or to set MODCTL_NO_PROP. + [jnemeth 20090709]