Module Name: src
Committed By: riz
Date: Sun Nov 8 00:38:34 UTC 2015
Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.1
Log Message:
Tickets 1012,1013.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-7.0.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.0.1
diff -u src/doc/CHANGES-7.0.1:1.1.2.8 src/doc/CHANGES-7.0.1:1.1.2.9
--- src/doc/CHANGES-7.0.1:1.1.2.8 Sun Nov 8 00:31:15 2015
+++ src/doc/CHANGES-7.0.1 Sun Nov 8 00:38:34 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.1,v 1.1.2.8 2015/11/08 00:31:15 riz Exp $
+# $NetBSD: CHANGES-7.0.1,v 1.1.2.9 2015/11/08 00:38:34 riz Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.0.1
release:
@@ -115,3 +115,15 @@ sys/arch/x86/x86/bus_dma.c 1.72-1.74
check addr + len < limit, not addr < limit.
[christos, ticket #1011]
+external/gpl3/binutils/dist/binutils/arsup.c 1.2
+lib/libc/net/getnetnamadr.c 1.43-1.44
+
+ Resolve hostnames with "_". PR#50367.
+ [christos, ticket #1012]
+
+sys/arch/x86/x86/sys_machdep.c 1.29
+
+ Fix broken error handling leading to random crashes in
+ threaded programs.
+ [christos, ticket #1013]
+