From owner-freebsd-hackers Mon Jan 12 10:38:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA09375 for hackers-outgoing; Mon, 12 Jan 1998 10:38:54 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from rah.star-gate.com ([209.133.7.178]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA09334; Mon, 12 Jan 1998 10:38:33 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Received: from rah.star-gate.com (localhost.star-gate.com [127.0.0.1]) by rah.star-gate.com (8.8.8/8.8.8) with ESMTP id KAA00321; Mon, 12 Jan 1998 10:38:23 -0800 (PST) (envelope-from hasty@rah.star-gate.com) Message-Id: <199801121838.KAA00321@rah.star-gate.com> X-Mailer: exmh version 2.0gamma 1/27/96 To: Stephen Hocking cc: multimedia@FreeBSD.ORG, hackers@FreeBSD.ORG Subject: Re: FreeBSD Quake page In-reply-to: Your message of "Mon, 12 Jan 1998 23:17:37 +1000." <199801121317.XAA00414@zzshocki.dialin.uq.net.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 12 Jan 1998 10:38:23 -0800 From: Amancio Hasty Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk syscall 163 is the linux system call mremap which we have not implemented. If anyone knows how to implement mremap please let me know. Tnks, Amancio > > Again, > > > > I had q2test working and glquake II was just released about a week ago. > > > > > > q2test was supposed to be the core technology that quake II was going > > to use and in fact from postings on 3dfx.glide.linux it was stated > > that quake II had not changed that much from q2test. > > > > Amancio > > > As far as I can see, it's falling over on an unimplemented syscall, to wit > setup #163. ktrace calls it setdomainname (!) and truss calls it > "-- UNKNOWN SYSCALL 163". I know that q2test used call this frequently > (and have it pollute the kernel log) a great deal, but apparently it didn't > check the return status. It looks as if the retail version does. > > > Stephen >