From owner-cvs-all Sat Feb 8 2: 0:41 2003 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 46AF437B401; Sat, 8 Feb 2003 02:00:40 -0800 (PST) Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by mx1.FreeBSD.org (Postfix) with SMTP id CE4D243F85; Sat, 8 Feb 2003 02:00:38 -0800 (PST) (envelope-from dwmalone@maths.tcd.ie) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 8 Feb 2003 10:00:38 +0000 (GMT) To: Julian Elischer 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: Your message of "Sat, 08 Feb 2003 01:51:19 PST." X-Request-Do: Date: Sat, 08 Feb 2003 10:00:37 +0000 From: David Malone Message-ID: <200302081000.aa30530@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > we need to get rid of the stackgap.. > linux threaded programs can fail when two threads smash the same > stackgap. Yep - I'm going to try to fix more of the networking code not to use the stackgap. I started by breaking out connect and bind, but I got stuck on accept - fortunately UMEMOTO-san has come up with a short-term fix. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message