From owner-cvs-all@FreeBSD.ORG Wed Oct 6 10:50:27 2004 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 78A8E16A4CF; Wed, 6 Oct 2004 10:50:27 +0000 (GMT) Received: from crumpet.united-ware.com (ddsl-66-42-172-210.fuse.net [66.42.172.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id E55B343D1F; Wed, 6 Oct 2004 10:50:26 +0000 (GMT) (envelope-from mistry.7@osu.edu) Received: from [192.168.0.6] (adsl-68-250-185-35.dsl.wotnoh.ameritech.net [68.250.185.35]) (authenticated bits=0)i96AYUHR056733 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Wed, 6 Oct 2004 06:34:32 -0400 (EDT) (envelope-from mistry.7@osu.edu) From: Anish Mistry To: cvs-all@freebsd.org Date: Wed, 6 Oct 2004 06:52:27 -0400 User-Agent: KMail/1.7 References: <200410060811.i968B7sC016467@repoman.freebsd.org> In-Reply-To: <200410060811.i968B7sC016467@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart2887743.rrZAQ9fLEz"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200410060652.43454.mistry.7@osu.edu> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.64 X-Spam-Checker-Version: SpamAssassin 2.64 (2004-01-11) on crumpet.united-ware.com cc: David Xu Subject: Re: cvs commit: src/lib/libpthread/thread 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: Wed, 06 Oct 2004 10:50:27 -0000 --nextPart2887743.rrZAQ9fLEz Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Wednesday 06 October 2004 04:11 am, David Xu wrote: > davidxu 2004-10-06 08:11:07 UTC > > FreeBSD src repository > > Modified files: > lib/libpthread/thread thr_stack.c > Log: > Allocate red zone and stack space together and then split red zone from > allocated space, orignal code left red zone unallocated, but those space > can be allocated by user code, and result was providing no protection. > > Revision Changes Path > 1.9 +17 -7 src/lib/libpthread/thread/thr_stack.c Will this change be MFC'd to RELENG_5? It fixes one the the problems that= =20 trips up getting a newer version of wine to work. ie. wine tries to alloca= te=20 the red zone. =2D-=20 Anish Mistry --nextPart2887743.rrZAQ9fLEz Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (FreeBSD) iD8DBQBBY857xqA5ziudZT0RAnOIAKCJ1FryV8VMvzpOZDGVhWraIBK8HgCcCkDI Tt3l2vMAmBnNwzFyngxinWQ= =9IDa -----END PGP SIGNATURE----- --nextPart2887743.rrZAQ9fLEz--