Module Name: src
Committed By: snj
Date: Thu Nov 7 20:44:11 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.4
Log Message:
Tickets 974 and 976.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.3 -r1.1.2.4 src/doc/CHANGES-6.0.4
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-6.0.4
diff -u src/doc/CHANGES-6.0.4:1.1.2.3 src/doc/CHANGES-6.0.4:1.1.2.4
--- src/doc/CHANGES-6.0.4:1.1.2.3 Sun Oct 20 13:50:36 2013
+++ src/doc/CHANGES-6.0.4 Thu Nov 7 20:44:11 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.4,v 1.1.2.3 2013/10/20 13:50:36 bouyer Exp $
+# $NetBSD: CHANGES-6.0.4,v 1.1.2.4 2013/11/07 20:44:11 snj Exp $
A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
release:
@@ -48,3 +48,17 @@ distrib/utils/sysinst/mbr.c 1.92
PR/48304.
[tsutsui, ticket #972]
+sys/arch/xen/xen/xbdback_xenbus.c 1.58
+
+ Fix a dom0 panic, or crash with a hypervisor panic, when creating
+ some domUs (domUs where the frontend driver doesn't provide a
+ "protocol" entry in the xenstore).
+ [bouyer, ticket #974]
+
+libexec/ld.elf_so/tls.c 1.9
+tests/lib/libc/tls/dso/h_tls_dlopen.c 1.5
+
+ Only initialise TLS space from the PT_TLS segment, if the size is
+ positive and the offset has been computed. Fixes PR lib/48324.
+ [joerg, ticket #976]
+