diff options
author | Jakub Jelinek <jakub@redhat.com> | 2009-05-09 18:40:14 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2009-05-09 18:40:14 +0000 |
commit | 8075bb0fc6925bfb43f0db8e9c5bf22eb9e9f119 (patch) | |
tree | 08716fe3e8c25a9732600ec718325785e5352c33 /nptl/ChangeLog | |
parent | 83489168c2447e3fe351dbb302b1026dc9fc512c (diff) |
Updated to fedora-glibc-20090509T1828cvs/fedora-glibc-2_10-1
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 0a928a91b9..b40e5550a8 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,12 @@ +2009-04-27 Ulrich Drepper <drepper@redhat.com> + + * cancellation.c (__pthread_disable_asynccancel): Use THREAD_ATOMIC_AND + is available. + * libc-cancellation.c (__libc_disable_asynccancel): Likewise. + * sysdeps/x86_64/tls.h: Define THREAD_ATOMIC_AND. + * sysdeps/i386/tls.h: Likewise. + (tcbhead_t): Add __private_tm member. + 2009-04-26 Ulrich Drepper <drepper@redhat.com> * sem_open.c (sem_open): Rewrite initialization of initsem to @@ -92,6 +101,15 @@ * sysdeps/pthread/list.h (list_add): Initialize new element first. (list_add_tail): Removed. +2009-01-07 Ulrich Drepper <drepper@redhat.com> + + * (in_flight_stack): New variable. + (stack_list_del): New function. Use instead of list_del. + (stack_list_add): New function. Use instead of list_add when adding to + stack_cache and stack_used lists. + (__reclaim_stacks): Complete operations on stack_cache and stack_used lists + when the fork call interrupted another thread. + 2009-01-04 Ulrich Drepper <drepper@redhat.com> * init.c (__pthread_initialize_minimal_internal): Optimize test |