Module Name: src
Committed By: martin
Date: Thu Jan 24 14:13:46 UTC 2019
Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.3
Log Message:
Tickets #1674 and #1675
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.36 -r1.1.2.37 src/doc/CHANGES-7.1.3
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-7.1.3
diff -u src/doc/CHANGES-7.1.3:1.1.2.36 src/doc/CHANGES-7.1.3:1.1.2.37
--- src/doc/CHANGES-7.1.3:1.1.2.36 Tue Jan 15 18:44:58 2019
+++ src/doc/CHANGES-7.1.3 Thu Jan 24 14:13:46 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1.3,v 1.1.2.36 2019/01/15 18:44:58 martin Exp $
+# $NetBSD: CHANGES-7.1.3,v 1.1.2.37 2019/01/24 14:13:46 martin Exp $
A complete list of changes from the NetBSD 7.1.2 release to the NetBSD 7.1.3
release:
@@ -372,3 +372,14 @@ sys/arch/sparc/sparc/pmap.c 1.366
Fix deadlocks on machines with more than two cpus.
[mrg, ticket #1672]
+regress/sys/arch/m68k/060sp/Makefile 1.15
+
+ Replace manual realdepend dependency with DPSRCS.
+ [msaitoh, ticket #1674]
+
+sys/kern/kern_ntptime.c 1.60
+
+ Zero out the ntptimeval structure to prevent a 4 byte kernel stack
+ disclosure.
+ [maxv, ticket #1675]
+