Module Name: src
Committed By: riz
Date: Thu Sep 26 02:02:39 UTC 2013
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.3
Log Message:
Ticket 959.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 src/doc/CHANGES-6.0.3
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.3
diff -u src/doc/CHANGES-6.0.3:1.1.2.31 src/doc/CHANGES-6.0.3:1.1.2.32
--- src/doc/CHANGES-6.0.3:1.1.2.31 Thu Sep 26 01:56:27 2013
+++ src/doc/CHANGES-6.0.3 Thu Sep 26 02:02:39 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.3,v 1.1.2.31 2013/09/26 01:56:27 riz Exp $
+# $NetBSD: CHANGES-6.0.3,v 1.1.2.32 2013/09/26 02:02:39 riz Exp $
A complete list of changes from the NetBSD 6.0.2 release to the NetBSD 6.0.3
release:
@@ -281,3 +281,8 @@ sys/dev/usb/uhci.c 1.255,1.256,1.258
fix device enumeration in some edge cases. PR#47522, PR#48237
[skrll, ticket #950]
+lib/libpthread/pthread.c 1.137
+
+ Return errno, not just -1, from pthread_create().
+ [riastradh, ticket #959]
+