Module Name: src
Committed By: snj
Date: Sun Oct 1 16:45:00 UTC 2017
Modified Files:
src/doc [netbsd-8]: CHANGES-8.0
Log Message:
295
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.61 -r1.1.2.62 src/doc/CHANGES-8.0
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-8.0
diff -u src/doc/CHANGES-8.0:1.1.2.61 src/doc/CHANGES-8.0:1.1.2.62
--- src/doc/CHANGES-8.0:1.1.2.61 Sun Oct 1 10:20:40 2017
+++ src/doc/CHANGES-8.0 Sun Oct 1 16:45:00 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.0,v 1.1.2.61 2017/10/01 10:20:40 martin Exp $
+# $NetBSD: CHANGES-8.0,v 1.1.2.62 2017/10/01 16:45:00 snj Exp $
A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04
until the 8.0 release:
@@ -6065,3 +6065,11 @@ sys/uvm/uvm_map.c 1.352
Bruno Haible).
[pgoyette, ticket #294]
+lib/libpthread/pthread_attr.c 1.18
+
+ pthread__attr_init_private:
+ malloc+memset -> calloc. Also initialize all values to the proper
+ defaults.
+ This fixes the "rustc panic" discussed on pkgsrc-users.
+ [martin, ticket #295]
+