From owner-freebsd-emulation@FreeBSD.ORG Wed Nov 17 00:50:35 2004 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ABEB616A4CE for ; Wed, 17 Nov 2004 00:50:35 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9842343D1D for ; Wed, 17 Nov 2004 00:50:35 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id iAH0oZnc090864 for ; Wed, 17 Nov 2004 00:50:35 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAH0oZbo090863; Wed, 17 Nov 2004 00:50:35 GMT (envelope-from gnats) Date: Wed, 17 Nov 2004 00:50:35 GMT Message-Id: <200411170050.iAH0oZbo090863@freefall.freebsd.org> To: emulation@FreeBSD.org From: No Name Subject: Re: kern/45785: Linux WineX seems to require a few new linux syscalls X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: No Name List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 00:50:35 -0000 The following reply was made to PR kern/45785; it has been noted by GNATS. From: No Name To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: kern/45785: Linux WineX seems to require a few new linux syscalls Date: Wed, 17 Nov 2004 01:46:49 +0100 (CET) >Submitter-Id: current-users >Originator: No Name >Organization: >Confidential: no >Synopsis: Re: kern/45785: Linux WineX seems to require a few new linux syscalls >Severity: non-critical >Priority: medium >Category: kern >Class: change-request >Release: FreeBSD 5.3-RELEASE i386 >Environment: System: FreeBSD skatecity 5.3-RELEASE FreeBSD 5.3-RELEASE #3: Mon Nov 8 01:54:22 CET 2004 arundel@skatecity:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: The only app that I came across that uses ftruncate64 is the linux-edonkey-core version 1.0.2 (PR: ports/71706). This is the warning that was issued: linux: pid 13165 (donkey): syscall truncate64 not implemented Since the code for the syscall already exists I don't see why it shouldn't be embedded into the -STABLE linux compat src. >How-To-Repeat: >Fix: