From owner-freebsd-current@FreeBSD.ORG Tue Dec 21 09:47:28 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84892106564A; Tue, 21 Dec 2010 09:47:28 +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 99C888FC1D; Tue, 21 Dec 2010 09:47:27 +0000 (UTC) Received: from porto.topspin.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 LAA02978; Tue, 21 Dec 2010 11:47:25 +0200 (EET) (envelope-from avg@freebsd.org) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1PUyoW-000L3q-P5; Tue, 21 Dec 2010 11:47:24 +0200 Message-ID: <4D1077AB.4010707@freebsd.org> Date: Tue, 21 Dec 2010 11:47:23 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20101211 Lightning/1.0b2 Thunderbird/3.1.7 MIME-Version: 1.0 To: Artem Belevich References: <20101211215341.0000097c@unknown> <20101213103535.00005f3d@unknown> <4D061E00.7050606@freebsd.org> <4D0F3AD6.9080002@freebsd.org> In-Reply-To: X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org, FreeBSD-Current Subject: Re: [dtrace] syscall provider naming convention. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 21 Dec 2010 09:47:28 -0000 on 21/12/2010 11:27 Artem Belevich said the following: > On Tue, Dec 21, 2010 at 1:26 AM, Artem Belevich wrote: >> On Mon, Dec 20, 2010 at 3:15 AM, Andriy Gapon wrote: >>> It would be nice to get the i386 counterpart too when this goes into the tree. >> >> Here's updated version that has syscall:linux32 working on i386, too. >> >> https://sites.google.com/site/abc678site/files/dt-systrace-20101221.patch.gz > > Forgot to mention. The patch is against stable/8 r216436 The previous version applied fine to head, I think that that should be the case with this version too. I have one comment though. I am not sure about renaming syscall.ko to syscall_freebsd.ko. Perhaps we could keep the old name? Or add a new module under that name that would load native syscall module and all emulation syscall modules (if any)? -- Andriy Gapon