Module Name: src Committed By: thorpej Date: Sat Sep 19 03:33:15 UTC 2020
Modified Files: src/doc: CHANGES Log Message: Note several recent Alpha improvements. To generate a diff of this commit: cvs rdiff -u -r1.2739 -r1.2740 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.2739 src/doc/CHANGES:1.2740 --- src/doc/CHANGES:1.2739 Wed Sep 16 13:47:00 2020 +++ src/doc/CHANGES Sat Sep 19 03:33:15 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2739 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2740 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -283,3 +283,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0: gcc(1): Install TSan for 64bit CPUs. [kamil 20200913] network: IPv6 Neighor Detection is now address agnostic and is used by ARP. RFC 7048 is included. [roy 20200916] + alpha: Fixed several stability problems with MULTIPROCESSOR + enabled. Improved performance of TLB operations in + pmap module. Implemented fast-soft-interrupts. Enabled + MULTIPROCESSOR in GENERIC. [thorpej 20200918]