From owner-freebsd-dtrace@FreeBSD.ORG Wed Feb 26 03:36:23 2014 Return-Path: Delivered-To: freebsd-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 ESMTPS id E98ADCBB for ; Wed, 26 Feb 2014 03:36:23 +0000 (UTC) Received: from mail-ig0-x230.google.com (mail-ig0-x230.google.com [IPv6:2607:f8b0:4001:c05::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B625A1441 for ; Wed, 26 Feb 2014 03:36:23 +0000 (UTC) Received: by mail-ig0-f176.google.com with SMTP id uy17so1178795igb.3 for ; Tue, 25 Feb 2014 19:36:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=3MKToARG8lrAQmTOvhrFf0sGCUqwrgB8u5XgvrGnnrc=; b=YdX5gjCvs1roW/sSW9/h3l66e8jBokJDRXE9sJfQmrCS6BjoG00AeQL19559i1Z4TC 9yEEbUFtHXTGVLXu/jdPu0kFIG75AFcJ/au5V+qTOInv57jv5/0pOFExqvjEDOiRGXnU af76Rn88WqIoS27XS1Qc5OUWInQ5aJxoYMZTT6nnle5XNNw9BMFCbke7H9ssy/5+CIve G/6CKgywtviyEI0WRP8EUkP52miCwz9fSllKZrLBjExU8NCeXCP4FeD0OuqaGd510JQX oXIuFtHkvR+s5ZSFdW7RW7yXuf7VJ84i2bli3qYJ5FSLrRlIRKcTYOWLQwNy6gq9NmGB CjaQ== X-Received: by 10.43.4.2 with SMTP id oa2mr3405681icb.4.1393385783213; Tue, 25 Feb 2014 19:36:23 -0800 (PST) Received: from raichu (198-84-185-216.cpe.teksavvy.com. [198.84.185.216]) by mx.google.com with ESMTPSA id dz8sm44342418igb.5.2014.02.25.19.36.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 25 Feb 2014 19:36:22 -0800 (PST) Sender: Mark Johnston Date: Tue, 25 Feb 2014 22:36:19 -0500 From: Mark Johnston To: Fedor Indutny Subject: Re: DTrace fixes for node.js Message-ID: <20140226033619.GB16841@raichu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) Cc: freebsd-dtrace@freebsd.org X-BeenThere: freebsd-dtrace@freebsd.org X-Mailman-Version: 2.1.17 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: Wed, 26 Feb 2014 03:36:24 -0000 On Tue, Feb 25, 2014 at 06:16:15PM +0400, Fedor Indutny wrote: > Hello devs! > > I have made some fixes to fix DTrace support for node.js in FreeBSD: > > * http://www.freebsd.org/cgi/query-pr.cgi?pr=186821 > * http://www.freebsd.org/cgi/query-pr.cgi?pr=187027 > > Here is a blog post with a bit of explanation of why this is needed > and what is fixed: https://blog.indutny.com/7.freebsd-dtrace > > Please let me know if I could be any help in reviewing it. Hi Fedor, Thanks for the PRs. I've grabbed them and will work on them soon. -Mark