From owner-freebsd-current Thu Nov 29 14: 8:43 2001 Delivered-To: freebsd-current@freebsd.org Received: from po3.wam.umd.edu (po3.wam.umd.edu [128.8.10.165]) by hub.freebsd.org (Postfix) with ESMTP id 785A837B41D for ; Thu, 29 Nov 2001 14:08:38 -0800 (PST) Received: from rac3.wam.umd.edu (IDENT:root@rac3.wam.umd.edu [128.8.10.143]) by po3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id RAA29167; Thu, 29 Nov 2001 17:08:32 -0500 (EST) Received: from rac3.wam.umd.edu (IDENT:sendmail@localhost [127.0.0.1]) by rac3.wam.umd.edu (8.9.3/8.9.3) with SMTP id RAA21181; Thu, 29 Nov 2001 17:08:32 -0500 (EST) Received: from localhost (culverk@localhost) by rac3.wam.umd.edu (8.9.3/8.9.3) with ESMTP id RAA21177; Thu, 29 Nov 2001 17:08:31 -0500 (EST) X-Authentication-Warning: rac3.wam.umd.edu: culverk owned process doing -bs Date: Thu, 29 Nov 2001 17:08:31 -0500 (EST) From: Kenneth Wayne Culver To: Dan Nelson Cc: Kenneth Culver , freebsd-current@FreeBSD.ORG Subject: Re: linuxulator unimplemented syscalls In-Reply-To: <20011129182012.GF99933@dan.emsphone.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Thu, 29 Nov 2001, Dan Nelson wrote: > 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. > Well, I switched to the linux_base-6.1 libs and all but the 0x7201 error stopped occuring, but still the same problem, winex says it can't open the the file that I'm trying to execute. Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message