Module Name: src
Committed By: riz
Date: Tue Jan 26 01:21:56 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Tickets 1037, 1062, 1063
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.48 -r1.1.2.49 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.48 src/doc/CHANGES-7.1:1.1.2.49
--- src/doc/CHANGES-7.1:1.1.2.48 Sat Jan 16 10:16:24 2016
+++ src/doc/CHANGES-7.1 Tue Jan 26 01:21:56 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.48 2016/01/16 10:16:24 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.49 2016/01/26 01:21:56 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -1783,3 +1783,18 @@ sys/arch/evbarm/conf/OPENRD 1.6
Disable mvsdio on OPENRD.
[cyber, ticket #1061]
+external/gpl3/gcc/dist/gcc/config/rs6000/rs6000.c 1.13
+
+ Avoid creation of GNU_STACK segment.
+ [phx, ticket #1037]
+
+sys/kern/exec_elf.c patch
+
+ Restore binary compatibility on sparc64 for old binaries.
+ [martin, ticket #1062]
+
+usr.sbin/ndp/ndp.c 1.46
+
+ Fix ndp to ipv6 link-local addresses.
+ [ozaki-r, ticket #1063]
+