Module Name: src Committed By: jdolecek Date: Sun Apr 5 19:01:36 UTC 2020
Modified Files: src/doc: CHANGES Log Message: fix date for mrg arm entry To generate a diff of this commit: cvs rdiff -u -r1.2666 -r1.2667 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.2666 src/doc/CHANGES:1.2667 --- src/doc/CHANGES:1.2666 Sun Apr 5 17:45:19 2020 +++ src/doc/CHANGES Sun Apr 5 19:01:36 2020 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2666 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2667 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -123,7 +123,7 @@ Changes from NetBSD 9.0 to NetBSD 10.0: run asymmetric systems with slow and fast CPUs [ad 20200113] evbarm: Add support for NXP i.MX 8M family SoCs. [jmcneill 20200114] arm: Add support for cpu topology for ARMv7 and ARMv7 CPUs. - [mrg 20201114] + [mrg 20200114] uvm: More precisely track clean/dirty pages, and change how they are indexed, speeding up fsync() on large files by orders of magnitude. Original work done by yamt@. [ad 20200115]