From owner-cvs-src@FreeBSD.ORG Wed May 11 15:54:52 2005 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38D1916A501; Wed, 11 May 2005 15:54:52 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2695343D70; Wed, 11 May 2005 15:54:52 +0000 (GMT) (envelope-from marcus@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4BFsqvR080754; Wed, 11 May 2005 15:54:52 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4BFsqfH080753; Wed, 11 May 2005 15:54:52 GMT (envelope-from marcus) Message-Id: <200505111554.j4BFsqfH080753@repoman.freebsd.org> From: Joe Marcus Clarke Date: Wed, 11 May 2005 15:54:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/lib/libpthread/thread thr_attr_init.c thr_init.c thr_private.h thr_stack.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 15:54:52 -0000 marcus 2005-05-11 15:54:51 UTC FreeBSD src repository (doc,ports committer) Modified files: (Branch: RELENG_5) lib/libpthread/thread thr_attr_init.c thr_init.c thr_private.h thr_stack.c Log: MFC: Increase the default stacksizes: 32-bit 64-bit main thread 2MB 4MB other threads 1MB 2MB Approved by: eischen re (scottl no longer objects since 5.4 is out) Revision Changes Path 1.9.4.1 +1 -0 src/lib/libpthread/thread/thr_attr_init.c 1.65.2.2 +13 -3 src/lib/libpthread/thread/thr_init.c 1.118.2.3 +7 -3 src/lib/libpthread/thread/thr_private.h 1.8.4.2 +3 -3 src/lib/libpthread/thread/thr_stack.c