Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Tickets 974, 976, 977, and 979.
details: https://anonhg.NetBSD.org/src/rev/19217b449059
branches: netbsd-6
changeset: 776494:19217b449059
user: snj <snj%NetBSD.org@localhost>
date: Thu Nov 07 20:43:44 2013 +0000
description:
Tickets 974, 976, 977, and 979.
diffstat:
doc/CHANGES-6.2 | 28 +++++++++++++++++++++++++++-
1 files changed, 27 insertions(+), 1 deletions(-)
diffs (39 lines):
diff -r 913ef20558ae -r 19217b449059 doc/CHANGES-6.2
--- a/doc/CHANGES-6.2 Thu Nov 07 20:38:43 2013 +0000
+++ b/doc/CHANGES-6.2 Thu Nov 07 20:43:44 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.57 2013/10/29 10:06:07 sborrill Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.58 2013/11/07 20:43:44 snj Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -945,3 +945,29 @@
cylinder group on relatively full file systems.
[bad, ticket #978]
+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]
+
+sys/arch/x86/x86/x86_autoconf.c 1.67
+
+ If we have both wedge and partition info, use the partition info
+ in the wedge case too.
+ [msaitoh, ticket #977]
+
+lib/libc/gen/getpwent.c 1.79
+
+ PR/46279: Fix an off-by-one in buffer length check and make sure
+ that the password fits in the supplied buffer.
+ [christos, ticket #979]
+
Home |
Main Index |
Thread Index |
Old Index