cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_init.c
uthread_stack.c
Joe Marcus Clarke
marcus at FreeBSD.org
Mon Feb 28 17:15:34 GMT 2005
marcus 2005-02-28 17:15:31 UTC
FreeBSD src repository (doc,ports committer)
Modified files:
lib/libc_r/uthread pthread_private.h uthread_init.c
uthread_stack.c
Log:
Increase the default stacksizes:
32-bit 64-bit
main thread 2 MB 4 MB
other threads 1 MB 2 MB
Adapted from: libpthread
Approved by: deischen
Revision Changes Path
1.85 +10 -11 src/lib/libc_r/uthread/pthread_private.h
1.49 +14 -3 src/lib/libc_r/uthread/uthread_init.c
1.7 +6 -6 src/lib/libc_r/uthread/uthread_stack.c
More information about the cvs-src
mailing list