]> sourceware.org Git - glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 13 Mar 1998 00:56:15 +0000 (00:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 13 Mar 1998 00:56:15 +0000 (00:56 +0000)
commit5d409851a35412607aeccef8426f402fbf27a102
treea215d7204ea129f65f77405b3e9150c105c2a4e1
parent441e41325ef99b5b469ae1291c309769464c5de9
Update.

1998-03-13 00:46  Ulrich Drepper  <drepper@cygnus.com>

* attr.c: Implement pthread_attr_[gs]etguardsize,
pthread_attr_[gs]setstackaddr, pthread_attr_[gs]etstacksize.
Change pthread_attr_init to have two interfaces.
* internals.h (struct _pthread_descr_struct): Add new fields for
above functions.
* libpthread.map: Add names in GLIBC_2.1 section.
* manager.c (pthread_handle_create): Implement guardsize and
user stack.
(pthread_free): Likewise.
* pthread.c (pthread_create): Add new interface for changed
pthread_attr_t.
* sysdeps/pthread/pthread.h: Add prototypes for new functions.
* sysdeps/unix/sysv/linux/bits/local_lim.h: Add definition of
PTHREAD_STACK_MIN.

* manager.c: Enable resetting of the thread scheduling policy
to SCHED_OTHER when the parent thread has a different one.
linuxthreads/ChangeLog
linuxthreads/README
linuxthreads/attr.c
linuxthreads/internals.h
linuxthreads/libpthread.map
linuxthreads/manager.c
linuxthreads/pthread.c
linuxthreads/sysdeps/pthread/pthread.h
linuxthreads/sysdeps/unix/sysv/linux/bits/local_lim.h
This page took 0.042563 seconds and 5 git commands to generate.