Module Name:    src
Committed By:   ad
Date:           Sun Mar 22 18:49:45 UTC 2020

Modified Files:
        src/doc: CHANGES

Log Message:
Note some recent changes I made.


To generate a diff of this commit:
cvs rdiff -u -r1.2659 -r1.2660 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.2659 src/doc/CHANGES:1.2660
--- src/doc/CHANGES:1.2659	Sun Mar 22 00:56:18 2020
+++ src/doc/CHANGES	Sun Mar 22 18:49:45 2020
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2659 $>
+# LIST OF CHANGES FROM LAST RELEASE:			<$Revision: 1.2660 $>
 #
 #
 # [Note: This file does not mention every change made to the NetBSD source tree.
@@ -117,8 +117,6 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 	amd64, i386: Replace the global PV hash table with radix trees,
 		yielding significant performance and scalability benefits.
 		[ad 20200112]
-	amd64, i386: Use the pmap module as a source of pre-zeroed pages
-		for the VM system. [ad 20200112]
 	scheduler: Make the scheduler topology aware.  It understands and
 		makes good use of HyperThreading/SMT, spreads the load evenly
 		across different physical CPU packages, and can effectively
@@ -155,3 +153,9 @@ Changes from NetBSD 9.0 to NetBSD 10.0:
 	terminfo: Support numeric parameters as int [roy 20200313]
 	postfix(1): Import version 3.5.0. [christos 20200318]
 	OpenSSL: Imported 1.1.1e. [christos 20200321]
+	amd64, i386: Significant performance improvements in the pmap module
+		[ad 20200322]
+	namecache: Change the namecache to index names using per directory
+		red-black trees. [ad 20200322]
+	uvm: Process concurrent page faults on individual objects in parallel,
+		where the relevant pages are already in-core.  [ad 20200322]

Reply via email to