diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-05 03:10:51 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-05 03:10:51 +0000 |
commit | 0a8d92310f5c5e0c09c8ff9a79ac652a66d5b3da (patch) | |
tree | 0a62a23127a3160e631470503b0d2b3965679a9d /linuxthreads/ChangeLog | |
parent | 21b2be883c70e52515cbbdf6ceb84f9a8c8bebdd (diff) | |
download | glibc-0a8d92310f5c5e0c09c8ff9a79ac652a66d5b3da.tar.gz glibc-0a8d92310f5c5e0c09c8ff9a79ac652a66d5b3da.tar.xz glibc-0a8d92310f5c5e0c09c8ff9a79ac652a66d5b3da.zip |
Update.
2000-08-04 Ulrich Drepper <drepper@redhat.com> * manager.c (__pthread_nonstandard_stacks): Define only if THREAD_SELF is not defined. (pthread_allocate_stack): Always initialize gardaddr to a correct value. (pthread_handle_create): Unmap thread with one call. (pthread_free): Remove test for initial thread before removing stack. Unmap stack with one call. * pthread.c (__pthread_initial_thread): Initialize p_userstack to 1 to avoid removing the stack.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0335aa7e56..9ed86c5a91 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,16 @@ +2000-08-04 Ulrich Drepper <drepper@redhat.com> + + * manager.c (__pthread_nonstandard_stacks): Define only if + THREAD_SELF is not defined. + (pthread_allocate_stack): Always initialize gardaddr to a correct + value. + (pthread_handle_create): Unmap thread with one call. + (pthread_free): Remove test for initial thread before removing stack. + Unmap stack with one call. + + * pthread.c (__pthread_initial_thread): Initialize p_userstack to + 1 to avoid removing the stack. + 2000-07-27 Jes Sorensen <jes@linuxcare.com> * linuxthreads/sysdeps/ia64/pspinlock.c (__pthread_spin_lock): Add |