Date: Mon, 28 Feb 2005 17:15:31 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread pthread_private.h uthread_init.c uthread_stack.c Message-ID: <200502281715.j1SHFXAo047621@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502281715.j1SHFXAo047621>