From owner-freebsd-emulation@FreeBSD.ORG Sat May 10 11:36:15 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 105BF106566C for ; Sat, 10 May 2008 11:36:15 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 8F9CC8FC13 for ; Sat, 10 May 2008 11:36:14 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: by ug-out-1314.google.com with SMTP id q2so372491uge.37 for ; Sat, 10 May 2008 04:36:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:cc:subject:in-reply-to:message-id:references:user-agent:mime-version:content-type:from; bh=VWji3iS3CoPVqVBzyDYkf+LBQwC/nr6Lf5omUXbBwro=; b=KOu7I39/xalLcALY1CsJ7X4JGv4KTgmSkj9U000uOSSLx2QxBYbq3M5hElDUGPV59PEAcuXvBlp+DP4R7xLzApX7gfX7unWmfPrGk/cbuv0/58bS2lFADftL7m7UX/oweXb9ZEJsQ4Vxzp/PScqMrl6z3WRQRVxFkPvyrAJRVoo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:cc:subject:in-reply-to:message-id:references:user-agent:mime-version:content-type:from; b=TeKCtssfVDoSxyK0nbj7wVs29NU0WA+r/PzXom0N1Ncf65b2eJVqvcEjPB80iGy/2IJTNjVbtmWNEd+DaMZgzdkqJQLtuXybGYihltMn24fspQbdrjLxvh0xx0DGO3ptNRldtRY+kN1g/QgiqjN7OGJb/xg68DRw2ZpaI0baJyU= Received: by 10.67.89.17 with SMTP id r17mr2476831ugl.2.1210419372957; Sat, 10 May 2008 04:36:12 -0700 (PDT) Received: from ora.chd.net ( [81.200.6.196]) by mx.google.com with ESMTPS id t12sm10944944gvd.10.2008.05.10.04.36.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sat, 10 May 2008 04:36:11 -0700 (PDT) Date: Sat, 10 May 2008 03:30:07 +0400 (MSD) To: Roman Divacky In-Reply-To: <20080510105008.GA71225@freebsd.org> Message-ID: References: <20080508165244.GA68088@freebsd.org> <20080508170819.GA68720@freebsd.org> <20080508172503.GA69463@freebsd.org> <20080508195310.GA74606@freebsd.org> <20080508210641.GA81647@freebsd.org> <20080510105008.GA71225@freebsd.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Chagin Dmitry Cc: freebsd-emulation@freebsd.org, Chagin Dmitry Subject: Re: [patch] linux-x86-64 (for comments) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 10 May 2008 11:36:15 -0000 On Sat, 10 May 2008, Roman Divacky wrote: > On Fri, May 09, 2008 at 07:02:05PM +0400, Chagin Dmitry wrote: >> >> hi. >> >> Recently with Roman have decided to make emulation linux-x86-64. >> Here a patch: http://81.200.6.196/linux-x86-64.diff.tar.gz > > witten ~# fetch http://81.200.6.196/linux-x86-64.diff.tar.gz > fetch: http://81.200.6.196/linux-x86-64.diff.tar.gz: No route to host > you have got at that time when i reloaded a server with a new kernel and have flow on a panic :) (bad malloc/free in re0 probably - i see later) now all works > > Dmitry has fixed this (a wrong AUX entry). I think we should sponsor > him with a p4 account... > now /compat/linux/bin/pwd exited without SIGSEGV, but on former can't load libc -- Have fun! chd