From owner-freebsd-current@FreeBSD.ORG Sat Dec 25 07:12:30 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 642151065693; Sat, 25 Dec 2010 07:12:30 +0000 (UTC) (envelope-from artemb@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 934FD8FC12; Sat, 25 Dec 2010 07:12:29 +0000 (UTC) Received: by wyf19 with SMTP id 19so7317803wyf.13 for ; Fri, 24 Dec 2010 23:12:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received :in-reply-to:references:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type:content-transfer-encoding; bh=JfKxe4pS2pVoVnIrWFTMkaocnvqjwkDJcwzDX9Jwosw=; b=F2svTkuF0MjbkQTvsOtgkVZp+kLP2ICOFAIG31PpOzOy0yqoCzLR4Z3wNDsw/UXsvN VRiPA4RLLKZhpOroxVyU/V9uCP3UVE/9CInbUyBK9Kz3ka7qa9M8PiuAoZUiI3frzq4L mXeewGQFpvnhb8cL41TBVWbk8ZCmB8pUA7TDI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=YnGAM6poQ7Sda9ffYUumA5+ofUOuK8vytjs9FbyR/hbXbRH2MVF1GNQy/PPk29cZiE oMesmRI933KfhysQOtvlAsMGcb5wrzGENtv5tuzMMF1bHRbp3eIPSR6IIU9dXjF8Ufg1 TSX6jbeKuhMoBrUY7Isw0YwsSXb6TRGMfwIDI= MIME-Version: 1.0 Received: by 10.227.134.2 with SMTP id h2mr6314101wbt.22.1293261148345; Fri, 24 Dec 2010 23:12:28 -0800 (PST) Sender: artemb@gmail.com Received: by 10.227.129.6 with HTTP; Fri, 24 Dec 2010 23:12:28 -0800 (PST) In-Reply-To: <4D14FBC8.9060304@freebsd.org> References: <20101211215341.0000097c@unknown> <20101213103535.00005f3d@unknown> <4D061E00.7050606@freebsd.org> <4D0F3AD6.9080002@freebsd.org> <4D1077AB.4010707@freebsd.org> <4D14FBC8.9060304@freebsd.org> Date: Fri, 24 Dec 2010 23:12:28 -0800 X-Google-Sender-Auth: JFTZ8Dk3zZBk0aaX_CNGSWPqqjg Message-ID: From: Artem Belevich To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Sat, 25 Dec 2010 07:12:30 -0000 >>> I have one comment though. =A0I am not sure about renaming syscall.ko t= o >>> syscall_freebsd.ko. >> I've renamed it for consistency with other systrace provider variants. >> I can change it back. > > I think that I would prefer this. > If only for POLA reasons. Done. New patch is here: https://sites.google.com/site/abc678site/files/dt-systrace-20101224.patch.g= z By the way, the patch contains several files generated by "make sysent". If the patch is applied to sources other than stable/8@216436, then "make sysent" should be re-done in amd64/linux32, i386/linux and compat/freebsd32. --Artem