From owner-freebsd-current@FreeBSD.ORG Tue Apr 17 08:44:24 2012 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 488D9106566B for ; Tue, 17 Apr 2012 08:44:24 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8E76C8FC12 for ; Tue, 17 Apr 2012 08:44:23 +0000 (UTC) Received: by wgbds12 with SMTP id ds12so5950805wgb.31 for ; Tue, 17 Apr 2012 01:44:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:in-reply-to:mime-version:content-transfer-encoding :content-type:message-id:cc:x-mailer:from:subject:date:to; bh=tt8v4BJUggU7yOA9jSRhZ1JqflQQG31ZRTSwLswtcxY=; b=sWzCvIwDwPUCRgb6TPGHZmZr8zZJpGgMw39BaUIuwQlLL9FWwgz6k7BzcDsORy0ymk 0soCGsy/TKCvwkXdk6ehh9QaLddEeSeDVPyvfYzn7BL2/J38kz9hZx2pIo7INW6XeXN9 F3VHXWOEFCYhuTL/UeF89D3HRL/QKqlWO0+wpCAU9sDE1ExGut/r2UHq2bDOcvcpzwFP hn0eaeOQsnH27Y1r0W79Q2iOzDI+MrH94OuMnUQC5zCYENpz2YIagZF5j4pJQH70GpCR cPzE2K5HD+HJEuyC3GzLATNR69/AIYkoxsWM4MDrE8+ddt7lxXqKOaUpuaPZ3XtHC+TO Lhxw== Received: by 10.180.79.135 with SMTP id j7mr4917339wix.19.1334652257249; Tue, 17 Apr 2012 01:44:17 -0700 (PDT) Received: from [192.168.14.112] (cpc2-brig17-2-0-cust527.3-3.cable.virginmedia.com. [81.101.198.16]) by mx.google.com with ESMTPS id gd4sm41072308wib.6.2012.04.17.01.44.14 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Apr 2012 01:44:15 -0700 (PDT) References: <566771C2-84CA-4824-AE99-38EB5DE1F786@gmail.com> <20120414160028.00001573@unknown> In-Reply-To: <20120414160028.00001573@unknown> Mime-Version: 1.0 (1.0) Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Message-Id: <6D27E8DF-67E6-4084-8B88-4CD9F9900B8F@gmail.com> X-Mailer: iPhone Mail (9B176) From: Sevan / Venture37 Date: Tue, 17 Apr 2012 09:44:11 +0100 To: Alexander Leidinger Cc: "freebsd-current@freebsd.org" Subject: Re: DTrace on FreeBSD 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, 17 Apr 2012 08:44:24 -0000 On 14 Apr 2012, at 03:00 PM, Alexander Leidinger w= rote: > As far as I remember the issue was that some people (maybe in behalf of > companies) expressed their concern if the GENERIC kernel does not come > with BSD-license-only code. For this reason jb@ worked on the > KDTRACE_HOOKS code. What we need now is a verification, that this part > of DTRACE is not "CDDL-infected". There was an internal discussion, > triggered by the talk you mentioned above. Thanks for clarifying Alexander > A part (the simple one) of > the code has been reviewed. Anyone interested in getting KDTRACE_HOOKS > enabled by default is free to do an independent review and post it here. Adam Leventhal on KDTRACE_HOOKS https://twitter.com/ahl/statuses/192027893319221248 Sevan=