Module Name: src
Committed By: pgoyette
Date: Sun Jan 27 10:32:05 UTC 2019
Modified Files:
src/doc: CHANGES
Log Message:
Add entry for the [pgoyette-compat] changes
To generate a diff of this commit:
cvs rdiff -u -r1.2494 -r1.2495 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.2494 src/doc/CHANGES:1.2495
--- src/doc/CHANGES:1.2494 Sun Jan 27 09:07:23 2019
+++ src/doc/CHANGES Sun Jan 27 10:32:05 2019
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2494 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2495 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -314,3 +314,9 @@ Changes from NetBSD 8.0 to NetBSD 9.0:
[rmind 20190119]
dhcpcd: Import dhcpcd-7.1.0 (roy 20190122)
kernel: Remove the satlink driver. (maxv 20190127)
+ kernel: Merged [pgoyette-compat] branch - for details, see
+ src/doc/TODO.compat-module. Includes splitting of the
+ monolithic compat-netbsd module into several version-
+ specific modules, introduction of MP-safe module hook
+ mechanism, and removal of various limitations within
+ the kernel module framework. (pgoyette 20190127)