From owner-cvs-src Sat Feb 8 1:51:30 2003 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 6BB7A37B401; Sat, 8 Feb 2003 01:51:28 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2884D43FAF; Sat, 8 Feb 2003 01:51:27 -0800 (PST) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <20030208095120003003q9qqe>; Sat, 8 Feb 2003 09:51:21 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id BAA25369; Sat, 8 Feb 2003 01:51:20 -0800 (PST) Date: Sat, 8 Feb 2003 01:51:19 -0800 (PST) From: Julian Elischer To: David Malone Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: Re: cvs commit: src/sys/compat/linux linux_socket.c In-Reply-To: <200302080926.h189QVQu021974@repoman.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 8 Feb 2003, David Malone wrote: > 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap, > so be more careful about calling stackgap_init. > > Tested by: Fred Souza we need to get rid of the stackgap.. linux threaded programs can fail when two threads smash the same stackgap. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message