From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 2 08:56:12 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56A0F106567C for ; Tue, 2 Sep 2008 08:56:12 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id 0BB238FC1B for ; Tue, 2 Sep 2008 08:56:12 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 3DCC165B5D9 for ; Tue, 2 Sep 2008 10:56:29 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RN+6sr4ZXQes for ; Tue, 2 Sep 2008 10:56:23 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id CE0BE65B47F for ; Tue, 2 Sep 2008 10:56:23 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m828uNSI012457 for freebsd-emulation@freebsd.org; Tue, 2 Sep 2008 10:56:23 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 2 Sep 2008 10:56:23 +0200 From: Roman Divacky To: freebsd-emulation@freebsd.org Message-ID: <20080902085623.GA12395@freebsd.org> References: <20080822112927.GZ99951@hoeg.nl> <20080822112946.GA97526@freebsd.org> <20080831110610.GA2380@dchagin.dialup.corbina.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080831110610.GA2380@dchagin.dialup.corbina.ru> User-Agent: Mutt/1.4.2.3i Subject: Re: MPSAFE TTY: Linux PTY's X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Sep 2008 08:56:12 -0000 On Sun, Aug 31, 2008 at 03:06:10PM +0400, Chagin Dmitry wrote: > On Fri, Aug 22, 2008 at 01:29:46PM +0200, Roman Divacky wrote: > > On Fri, Aug 22, 2008 at 01:29:27PM +0200, Ed Schouten wrote: > > > Hello Emulation folks, > > > > > > I just wanted to send you all a message to say one of the things I tried > > > to improve in the MPSAFE TTY branch was support for PTY's for Linux > > > binaries. > > > > > > At home I've got a FreeBSD Jail running Debian Etch. Unfortunately, > > > Linux sendmsg() is a little broken on FreeBSD/amd64, but so far I've > > > been able to at least get OpenSSH (as root) and GNU Screen working. > > > > I believe dmitry has a patch for this.. > > the patch is bellow, I tested a patch only on LTP tests (with little changes), > it's necessary to test on real apps, it will be good if Ed will test.. this should be reviewed by someone with a knowledge of how networking works in FreeBSD. Any volunteer? Dmitry, can you send a mail to net@ describing the changes in the patch and ask for a review there? thnx! roman