From owner-cvs-all@FreeBSD.ORG Sun Mar 6 07:56:19 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 97A5516A4CE; Sun, 6 Mar 2005 07:56:19 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69A3643D2D; Sun, 6 Mar 2005 07:56:19 +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 j267uJ6Q049679; Sun, 6 Mar 2005 07:56:19 GMT (envelope-from marcus@repoman.freebsd.org) Received: (from marcus@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j267uJ0b049678; Sun, 6 Mar 2005 07:56:19 GMT (envelope-from marcus) Message-Id: <200503060756.j267uJ0b049678@repoman.freebsd.org> From: Joe Marcus Clarke Date: Sun, 6 Mar 2005 07:56:18 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libthr/thread thr_init.c thr_private.h thr_stack.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Mar 2005 07:56:19 -0000 marcus 2005-03-06 07:56:18 UTC FreeBSD src repository (doc,ports committer) Modified files: lib/libthr/thread thr_init.c thr_private.h thr_stack.c Log: Increase the default stacksizes: 32-bit 64-bit main thread 2 MB 4 MB other threads 1 MB 2 MB Approved by: mtm Adapted from: libpthread Revision Changes Path 1.19 +16 -6 src/lib/libthr/thread/thr_init.c 1.43 +9 -3 src/lib/libthr/thread/thr_private.h 1.5 +6 -6 src/lib/libthr/thread/thr_stack.c