From owner-freebsd-emulation@FreeBSD.ORG Tue Sep 9 07:34:32 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 08EBE1065676; Tue, 9 Sep 2008 07:34:32 +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 B1C8C8FC1D; Tue, 9 Sep 2008 07:34:31 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1B33B65BD4A; Tue, 9 Sep 2008 09:34:44 +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 UieMDkxT9N-u; Tue, 9 Sep 2008 09:34:43 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 27A4865BD2E; Tue, 9 Sep 2008 09:34:43 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m897Yhf8011753; Tue, 9 Sep 2008 09:34:43 +0200 (CEST) (envelope-from rdivacky) Date: Tue, 9 Sep 2008 09:34:43 +0200 From: Roman Divacky To: FreeBSD bugmaster , freebsd-emulation@freebsd.org Message-ID: <20080909073443.GA11721@freebsd.org> References: <200809080222.m882MIdL006640@freefall.freebsd.org> <20080908200524.GA74912@freebsd.org> <20080909071335.GA1522@dchagin.dialup.corbina.ru> <20080909072509.GA10750@freebsd.org> <20080909073108.GA1665@dchagin.dialup.corbina.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080909073108.GA1665@dchagin.dialup.corbina.ru> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: Current problem reports assigned to freebsd-emulation@FreeBSD.org 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, 09 Sep 2008 07:34:32 -0000 On Tue, Sep 09, 2008 at 11:31:08AM +0400, Chagin Dmitry wrote: > On Tue, Sep 09, 2008 at 09:25:09AM +0200, Roman Divacky wrote: > > On Tue, Sep 09, 2008 at 11:13:35AM +0400, Chagin Dmitry wrote: > > > On Mon, Sep 08, 2008 at 10:05:24PM +0200, Roman Divacky wrote: > > > > On Mon, Sep 08, 2008 at 02:22:18AM +0000, FreeBSD bugmaster wrote: > > > > > The following is a listing of current problems submitted by FreeBSD users. > > > > > These represent problem reports covering all versions including > > > > > experimental development code and obsolete releases. > > > > > > > > > > S Tracker Resp. Description > > > > > -------------------------------------------------------------------------------- > > > > > o kern/126232 emulation [linux] Linux ioctl TCGETS (0x5401) always fails > > > > > > what we will do with it? as I already wrote it not a bug. > > > it's glibc isatty() call, which is used by many programs for check file > > > descriptors. > > > > I dont understand the PR much.... the TCGETS is already implemented but it fails > > for some fd... I didnt find any check in the linux code for the fd being a tty. > > > > csh for example csh does what?