Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc Note some recent changes I made.



details:   https://anonhg.NetBSD.org/src/rev/4bd211dfb5ec
branches:  trunk
changeset: 746131:4bd211dfb5ec
user:      ad <ad%NetBSD.org@localhost>
date:      Sun Mar 22 18:49:45 2020 +0000

description:
Note some recent changes I made.

diffstat:

 doc/CHANGES |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 36bfc85515b3 -r 4bd211dfb5ec doc/CHANGES
--- a/doc/CHANGES       Sun Mar 22 18:45:28 2020 +0000
+++ b/doc/CHANGES       Sun Mar 22 18:49:45 2020 +0000
@@ -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 @@
        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 @@
        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]



Home | Main Index | Thread Index | Old Index