From owner-freebsd-current Thu Nov 29 10:20:22 2001 Delivered-To: freebsd-current@freebsd.org Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by hub.freebsd.org (Postfix) with ESMTP id 1BFA337B417 for ; Thu, 29 Nov 2001 10:20:18 -0800 (PST) Received: (from dan@localhost) by dan.emsphone.com (8.11.6/8.11.6) id fATIKFq50835; Thu, 29 Nov 2001 12:20:15 -0600 (CST) (envelope-from dan) Date: Thu, 29 Nov 2001 12:20:14 -0600 From: Dan Nelson To: Kenneth Culver Cc: freebsd-current@FreeBSD.ORG Subject: Re: linuxulator unimplemented syscalls Message-ID: <20011129182012.GF99933@dan.emsphone.com> References: <20011129033724.8607C37B405@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20011129033724.8607C37B405@hub.freebsd.org> User-Agent: Mutt/1.3.23.2i X-OS: FreeBSD 5.0-CURRENT X-message-flag: Outlook Error Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In the last episode (Nov 28), Kenneth Culver said: > I was just wondering if the following syscalls had any chance of being > implemented anytime soon? > > linux: syscall ftruncate64 is obsoleted or not implemented (pid=5695) > linux: syscall mmap2 is obsoleted or not implemented (pid=5691) > linux: 'ioctl' fd=6, cmd=0x7201 ('r',1) not implemented > > I'm wondering because I wanted to use the new transgaming winex to > run windows games (which would allow me to remove windows completely > from my computer) but it won't run because these syscalls aren't > supported. > > I'm running -CURRENT from a few days ago, with the linux_base-7.1 linux > libraries. Thanks. From Linux headers: #define TUNIOCGETINFO 0x7201 /* get version of driver & capabilities of tuner */ Doubtful that its failure will affect you. I assume ftruncate64() should map almost directly onto our ftruncate(). Not sure what mmap2() is. -- Dan Nelson dnelson@allantgroup.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message