From owner-cvs-all@FreeBSD.ORG Sun Feb 13 22:24:47 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 7776416A4CE; Sun, 13 Feb 2005 22:24:47 +0000 (GMT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD5B943D1F; Sun, 13 Feb 2005 22:24:46 +0000 (GMT) (envelope-from deischen@freebsd.org) Received: from sea.ntplx.net (sea.ntplx.net [204.213.176.11]) j1DMOguf019542; Sun, 13 Feb 2005 17:24:42 -0500 (EST) Date: Sun, 13 Feb 2005 17:24:42 -0500 (EST) From: Daniel Eischen X-X-Sender: eischen@sea.ntplx.net To: Jeremy Messenger In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by AMaViS and Clam AntiVirus (mail.ntplx.net) cc: cvs-src@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/lib/libpthread/thread thr_attr_init.cthr_init.c thr_private.h thr_stack.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Daniel Eischen List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Feb 2005 22:24:47 -0000 On Sun, 13 Feb 2005, Jeremy Messenger wrote: > > Modified files: > > lib/libpthread/thread thr_attr_init.c thr_init.c thr_private.h > > thr_stack.c > > Log: > > Increase the default stacksizes: > > Do we need to bump the __FreeBSD_version for this? There are some patches > in ports tree, so not sure if it needs to be bump. No, other thread libraries haven't been changed. There's no harm in keeping the patches - they'll work with and without the above change and seems like more work to make the patches conditional anyways. -- DE