From owner-freebsd-emulation@FreeBSD.ORG Wed Feb 25 16:52:59 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 8EA2F16A4CE for ; Wed, 25 Feb 2004 16:52:59 -0800 (PST) Received: from jupiter.okstate.edu (jupiter.okstate.edu [139.78.100.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EA8643D1F for ; Wed, 25 Feb 2004 16:52:59 -0800 (PST) (envelope-from lreid@okstate.edu) Received: from dexter.okstate.edu (dexter.okstate.edu [139.78.100.26]) i1Q0qtw14396 for ; Wed, 25 Feb 2004 18:52:58 -0600 Received: from localhost (tools.you.okstate.edu [139.78.102.9]) by dexter.okstate.edu (Sun Internet Mail Server sims.4.0.2001.07.26.11.50.p9) with ESMTP id <0HTO00JDE2G69T@dexter.okstate.edu> for freebsd-emulation@freebsd.org; Wed, 25 Feb 2004 18:52:55 -0600 (CST) Received: from 63.68.159.2 ([63.68.159.2]) by webmail.okstate.edu (IMP) with HTTP for ; Wed, 25 Feb 2004 18:55:15 -0600 Date: Wed, 25 Feb 2004 18:55:15 -0600 From: Reid Linnemann To: freebsd-emulation@freebsd.org Message-id: <1077756915.403d43f331556@webmail.okstate.edu> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 Subject: linux mmap2 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 26 Feb 2004 00:52:59 -0000 Hey all, I've got a little dilemma I need some hints with... I am running FreeBSD 4.9-STABLE, and trying to get a linux binary operating that uses mmap2. I've read a conversation kenneth culver had about his efforts, and from what I can tell mmap2 is implemented in -CURRENT - but not in -STABLE. Is there any way I can grab the -CURRENT version of the linuxulator, or cut'n'paste the changes kenneth made, and get mmap2 working? I had found, and later lost, kenneths record of changes he made to the linuxulator - if anyone can point me to them I would appreciate that as well. thanks, -Reid