Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libpthread
Module Name: src
Committed By: cl
Date: Thu Nov 27 16:30:54 UTC 2003
Modified Files:
src/lib/libpthread: Makefile pthread.3 pthread_int.h pthread_stack.c
Log Message:
Set default stack size to the current limit on the stack size as set
with the shell's command to change limits. Make the PTHREAD_STACKSIZE
environment variable override the default stack size. The old fixed
stack size behaviour can be enable with PT_FIXEDSTACKSIZE_LG when building
libpthread.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/lib/libpthread/Makefile
cvs rdiff -r1.2 -r1.3 src/lib/libpthread/pthread.3
cvs rdiff -r1.21 -r1.22 src/lib/libpthread/pthread_int.h
cvs rdiff -r1.8 -r1.9 src/lib/libpthread/pthread_stack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index