Module Name: src
Committed By: martin
Date: Fri Nov 1 18:25:22 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Annotate ticket #388 for additional pullups
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.92 -r1.1.2.93 src/doc/CHANGES-9.0
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-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.92 src/doc/CHANGES-9.0:1.1.2.93
--- src/doc/CHANGES-9.0:1.1.2.92 Fri Nov 1 18:19:19 2019
+++ src/doc/CHANGES-9.0 Fri Nov 1 18:25:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.92 2019/11/01 18:19:19 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.93 2019/11/01 18:25:22 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -5381,7 +5381,7 @@ sys/net/if_tap.c 1.114
Fix missing kpreempt_disable() before softint_schedule().
[knakahara, ticket #387]
-sys/uvm/uvm_map.c 1.365
+sys/uvm/uvm_map.c 1.365,1.366
PR kern/54395: fix virtual address alignment in uvm_map().
[rin, ticket #388]