Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-6]: src/doc Tickets 722-724
details: https://anonhg.NetBSD.org/src/rev/efe08cc4e168
branches: netbsd-6
changeset: 775544:efe08cc4e168
user: riz <riz%NetBSD.org@localhost>
date: Thu Nov 29 00:00:02 2012 +0000
description:
Tickets 722-724
diffstat:
doc/CHANGES-6.1 | 26 ++++++++++++++++++++++++--
1 files changed, 24 insertions(+), 2 deletions(-)
diffs (44 lines):
diff -r 2050d670f34b -r efe08cc4e168 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1 Wed Nov 28 23:58:35 2012 +0000
+++ b/doc/CHANGES-6.1 Thu Nov 29 00:00:02 2012 +0000
@@ -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 @@
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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index