]> sourceware.org Git - glibc.git/commit
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 5 Aug 2000 06:15:04 +0000 (06:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 5 Aug 2000 06:15:04 +0000 (06:15 +0000)
commit234dd7a6ba1a9783f43d500f8ee745b2f5b4db5a
tree7b78bb63ef3d2c1ebfc89b59759068f2e394df5c
parent0a8d92310f5c5e0c09c8ff9a79ac652a66d5b3da
Update.

* internals.h: Declare __pthread_max_stacksize.
* pthread.c (__pthread_max_stacksize): New variable.
(__pthread_initialize_manager): Determine __pthread_initialize_manager
value.
* manager.c (thread_segment): Return always NULL if FLOATING_STACKS.
(pthread_allocate_stack): Allow kernel to choose stack address if
FLOATING_STACKS.  This also handles variable-sized stacks.
Always allocate stack and guardoage together.  Use mprotect to
change guardpage access.
* sysdeps/i386/useldt.h: Define FLOATING_STACKS and
ARCH_STACK_MAX_SIZE.

* attr.c (__pthread_attr_setstacksize): Also test value against
upper limit.
linuxthreads/ChangeLog
linuxthreads/attr.c
linuxthreads/internals.h
linuxthreads/manager.c
linuxthreads/pthread.c
linuxthreads/sysdeps/i386/useldt.h
This page took 0.041201 seconds and 5 git commands to generate.