Module Name: src
Committed By: riz
Date: Thu Nov 29 00:00:03 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 722-724
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.46 -r1.1.2.47 src/doc/CHANGES-6.1
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.1
diff -u src/doc/CHANGES-6.1:1.1.2.46 src/doc/CHANGES-6.1:1.1.2.47
--- src/doc/CHANGES-6.1:1.1.2.46 Wed Nov 28 21:41:38 2012
+++ src/doc/CHANGES-6.1 Thu Nov 29 00:00:02 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.46 2012/11/28 21:41:38 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.47 2012/11/29 00:00:02 riz Exp $
A complete list of changes from the 6.0 release until the 6.1 release:
@@ -916,7 +916,7 @@ sys/dev/usb/if_urndis.c 1.4
lib/libc/arch/arm/sys/__aeabi_read_tp.S 1.3
- Add $NetBSD: CHANGES-6.1,v 1.1.2.46 2012/11/28 21:41:38 riz Exp $ tag. Use ip to save r1 instead of the stack.
+ Add $NetBSD: CHANGES-6.1,v 1.1.2.47 2012/11/29 00:00:02 riz Exp $ tag. Use ip to save r1 instead of the stack.
[matt, ticket #701]
sys/net/npf/npf.c 1.14
@@ -7051,3 +7051,25 @@ sys/netinet/ip.h 1.33-1.34
Make some include files idempotent.
[christos, ticket #721]
+lib/libpthread/pthread.h 1.35
+lib/libpthread/pthread_cond.c 1.58
+lib/libpthread/pthread_condattr.3 1.8
+
+ Add pthread_condattr_setclock(3) function.
+ [christos, ticket #722]
+
+lib/libc/stdio/flags.c 1.17
+lib/libc/stdio/fopen.3 1.29
+
+ Add 'x' to the mode bits of fopen() to specify O_EXCL, like glibc.
+ [christos, ticket #723]
+
+lib/libpthread/pthread_int.h 1.88
+lib/libpthread/pthread_specific.c 1.24
+lib/libpthread/pthread_tsd.c 1.8-1.10
+
+ Replace the simple implementation of pthread_key_{create,destroy}
+ and pthread_{g,s}etspecific functions with one that invalidates
+ values of keys in other threads when pthread_key_delete() is called.
+ [christos, ticket #724]
+