From owner-freebsd-dtrace@FreeBSD.ORG Sun Jul 28 08:55:55 2013 Return-Path: Delivered-To: dtrace@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 06610A10 for ; Sun, 28 Jul 2013 08:55:55 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 521282590 for ; Sun, 28 Jul 2013 08:55:50 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id LAA17087 for ; Sun, 28 Jul 2013 11:55:49 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1V3MlZ-0001wG-5Z for dtrace@FreeBSD.org; Sun, 28 Jul 2013 11:55:49 +0300 Message-ID: <51F4DC5C.4010708@FreeBSD.org> Date: Sun, 28 Jul 2013 11:54:52 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130708 Thunderbird/17.0.7 MIME-Version: 1.0 To: dtrace@FreeBSD.org Subject: update to dtrace disassembler X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=X-VIET-VPS Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "A discussion list for developers working on DTrace in FreeBSD." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 08:55:55 -0000 Guys, I would like to finally commit the following change: http://people.freebsd.org/~avg/dtrace-disassm-osol.diff It should bring DTrace x86 disassembler code to the latest version that was available in OpenSolaris. My plan is to later merge any Illumos changes to this code. Could you please test and/or review this? Also, is there any kind of mergeinfo that should make for this commit? So that the later merges are easier to do. In general, what are the current practices for DTrace merges from Illumos? I recall that the original DTrace code ported from OpenSolaris did not have any kind of information that would correlate it to the upstream. -- Andriy Gapon