From owner-freebsd-ports@FreeBSD.ORG Tue Nov 22 17:33:59 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E523D16A41F for ; Tue, 22 Nov 2005 17:33:59 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id BFE6543D94 for ; Tue, 22 Nov 2005 17:33:39 +0000 (GMT) (envelope-from swhetzel@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so903632wxc for ; Tue, 22 Nov 2005 09:33:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CtYdxxDCMHKHsx4imhimkXrNKHwuFjsNLbe4t72pqHwUUWUFu0L8uVJzKzsXb1CsmuokP0omql3DMq0IFcITMOEIvWSB8MENiMOBvIrnyw0BYf8kRMy6iyO5BK5mOX99V9pICJtoO71DekTz8G5FE4hFr1YnY3H3Mc/SEqn6hXo= Received: by 10.70.108.5 with SMTP id g5mr3697306wxc; Tue, 22 Nov 2005 07:43:06 -0800 (PST) Received: by 10.70.31.5 with HTTP; Tue, 22 Nov 2005 07:43:06 -0800 (PST) Message-ID: <790a9fff0511220743r47c19c5en155e8bbf250d1e09@mail.gmail.com> Date: Tue, 22 Nov 2005 09:43:06 -0600 From: Scot Hetzel To: Alexander Leidinger In-Reply-To: <20051122105920.o8o26071no0wwc4w@netchild.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051121040836.I47999@andrsn.stanford.edu> <20051122105920.o8o26071no0wwc4w@netchild.homeip.net> Cc: ports@freebsd.org, "Andrew P." Subject: Re: VMware X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2005 17:34:00 -0000 On 11/22/05, Alexander Leidinger wrote: > "Andrew P." wrote: > > > We have bochs and qemu, which are wonderful at > > emulation of different architectures. If vendors want > > so, and will do (or sponsor) the appropriate work, > > we'll welcome Virtual PC and VMware software. If > > you want to do this work yourself - for free - you'll > > be welcome, too. > > There are patches for the linuxolator available somewhere to let a more > recent version of vmware run on FreeBSD. So far no src/committer showed > interest in committing them... > The patches to add the gettid syscall to the linuxolator were commited to 6.x-CURRENT (now in 6.x and 7.x), but haven't been MFC'd to 5.x. http://www.freebsd.org/cgi/cvsweb.cgi/src/sys/i386/linux/linux_machdep.c?re= v=3D1.44&content-type=3Dtext/x-cvsweb-markup&f=3Dh This patch is similar to orlando's patch to the linuxolator, except that the change was made to a different file sys/i386/linux/linux_machdep.c instead of sys/compat/linux/linux_misc.c. http://www.break.net/orlando/freebsd.html Are there any other patches need for the linuxolator, besides orlando's pat= ch? Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.