Module Name: src
Committed By: sborrill
Date: Thu Feb 20 13:01:50 UTC 2014
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket #1029
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.91 src/doc/CHANGES-6.2:1.1.2.92
--- src/doc/CHANGES-6.2:1.1.2.91 Fri Feb 14 23:27:34 2014
+++ src/doc/CHANGES-6.2 Thu Feb 20 13:01:50 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.91 2014/02/14 23:27:34 bouyer Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.92 2014/02/20 13:01:50 sborrill Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -1322,3 +1322,10 @@ sys/kern/exec_elf.c 1.55
Fix memory leak on bogus ELF binary.
[maxv, ticket #1028]
+lib/libpthread/pthread_cond.c 1.62
+lib/libpthread/pthread_mutex.c 1.57,1.59
+
+ Partial fix for thread deadlock commonly observed with
+ named. Also address PR/44756.
+ [prlw1, #ticket 1029]
+