From owner-freebsd-emulation@FreeBSD.ORG Fri Aug 22 11:31:18 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 134311065675 for ; Fri, 22 Aug 2008 11:31:18 +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 B23648FC1C for ; Fri, 22 Aug 2008 11:31:16 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 228FF679DA0; Fri, 22 Aug 2008 13:29:48 +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 XfTx-YSrIq1c; Fri, 22 Aug 2008 13:29:46 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id AEEDE679698; Fri, 22 Aug 2008 13:29:46 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m7MBTk3L097600; Fri, 22 Aug 2008 13:29:46 +0200 (CEST) (envelope-from rdivacky) Date: Fri, 22 Aug 2008 13:29:46 +0200 From: Roman Divacky To: Ed Schouten Message-ID: <20080822112946.GA97526@freebsd.org> References: <20080822112927.GZ99951@hoeg.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080822112927.GZ99951@hoeg.nl> User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@FreeBSD.org 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: Fri, 22 Aug 2008 11:31:18 -0000 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..