Module Name: src
Committed By: snj
Date: Sat Sep 10 06:39:43 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
1242, 1248
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.106 -r1.1.2.107 src/doc/CHANGES-7.1
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
diff -u src/doc/CHANGES-7.1:1.1.2.106 src/doc/CHANGES-7.1:1.1.2.107
--- src/doc/CHANGES-7.1:1.1.2.106 Sun Aug 28 04:37:17 2016
+++ src/doc/CHANGES-7.1 Sat Sep 10 06:39:43 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.106 2016/08/28 04:37:17 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.107 2016/09/10 06:39:43 snj Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -5255,3 +5255,15 @@ sys/dev/splash/splash.c 1.13
Don't panic if the splash screen is bigger than the framebuffer.
[khorben, ticket #1238]
+sbin/resize_ffs/resize_ffs.c 1.47
+
+ Fix handling of ffsv2 inode initialization. PR 51116.
+ [dholland, ticket #1242]
+
+sys/arch/sparc64/sparc64/kobj_machdep.c 1.6
+
+ The target of the OLO10 relocation is the simd13 field of the
+ instruction, so use a 13 bit target mask.
+ Fixes PR kern/51436.
+ [martin, ticket #1248]
+