Module Name: src
Committed By: snj
Date: Mon Sep 4 16:09:34 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
1504
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.43 -r1.1.2.44 src/doc/CHANGES-7.2
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.2
diff -u src/doc/CHANGES-7.2:1.1.2.43 src/doc/CHANGES-7.2:1.1.2.44
--- src/doc/CHANGES-7.2:1.1.2.43 Mon Sep 4 06:39:31 2017
+++ src/doc/CHANGES-7.2 Mon Sep 4 16:09:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.43 2017/09/04 06:39:31 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.44 2017/09/04 16:09:34 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -4624,3 +4624,9 @@ usr.sbin/syslogd/syslogd.c 1.123
result in incorrect timestamp values being logged. PR/51234.
[ginsbach, ticket #1496]
+sys/arch/sparc64/sparc64/compat_13_machdep.c 1.24
+
+ Apply only CCR. Otherwise userland could set PSTATE_PRIV
+ in %pstate and get kernel privileges on the hardware.
+ [maxv, ticket #1504]
+