cvs commit: src/lib/libpthread/thread thr_attr_init.c thr_init.c
thr_private.h thr_stack.c
Daniel Eischen
deischen at FreeBSD.org
Sun Feb 13 18:38:07 GMT 2005
deischen 2005-02-13 18:38:06 UTC
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_attr_init.c thr_init.c thr_private.h
thr_stack.c
Log:
Increase the default stacksizes:
32-bit 64-bit
main thread 2MB 4MB
other threads 1MB 2MB
Revision Changes Path
1.10 +1 -0 src/lib/libpthread/thread/thr_attr_init.c
1.68 +11 -3 src/lib/libpthread/thread/thr_init.c
1.122 +7 -3 src/lib/libpthread/thread/thr_private.h
1.10 +3 -3 src/lib/libpthread/thread/thr_stack.c
More information about the cvs-src
mailing list