Module Name: src
Committed By: snj
Date: Mon Sep 4 20:47:59 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
257
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-8.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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.55 src/doc/CHANGES-8.0:1.1.2.56
--- src/doc/CHANGES-8.0:1.1.2.55 Mon Sep 4 16:11:37 2017
+++ src/doc/CHANGES-8.0 Mon Sep 4 20:47:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.55 2017/09/04 16:11:37 snj Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.56 2017/09/04 20:47:59 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -5777,3 +5777,13 @@ sys/arch/sparc64/sparc64/compat_13_machd
in %pstate and get kernel privileges on the hardware.
[maxv, ticket #264]
+sys/arch/amd64/amd64/copy.S 1.21-1.24
+sys/arch/amd64/amd64/locore.S 1.125
+sys/arch/amd64/amd64/machdep.c 1.256
+sys/compat/linux/arch/amd64/linux_machdep.c 1.52
+
+ Properly clear l_md.md_flags when launching a binary, fix the
+ return value of ucas_32 and ucas_64, and reorder some code to
+ reduce the diff with SMAP.
+ [maxv, ticket #257]
+