From owner-svn-src-stable-9@FreeBSD.ORG Mon Nov 28 15:34:23 2011 Return-Path: Delivered-To: svn-src-stable-9@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41CFA106566C; Mon, 28 Nov 2011 15:34:23 +0000 (UTC) (envelope-from joel@vnode.se) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id E7C298FC13; Mon, 28 Nov 2011 15:34:22 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id 8C629E3F07C; Mon, 28 Nov 2011 16:16:23 +0100 (CET) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VgRkNUgf5nMx; Mon, 28 Nov 2011 16:16:16 +0100 (CET) Received: from goofy01.vnodelab.local (unknown [212.247.52.12]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id C7B5EE3F079; Mon, 28 Nov 2011 16:16:15 +0100 (CET) Date: Mon, 28 Nov 2011 16:16:14 +0100 From: Joel Dahl To: Robert Watson Message-ID: <20111128151613.GG23987@goofy01.vnodelab.local> References: <201111281509.pASF9VYa096492@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201111281509.pASF9VYa096492@svn.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-9@freebsd.org Subject: Re: svn commit: r228073 - stable/9/cddl/lib/drti X-BeenThere: svn-src-stable-9@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 9-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Nov 2011 15:34:23 -0000 On 28-11-2011 15:09, Robert Watson wrote: > Author: rwatson > Date: Mon Nov 28 15:09:31 2011 > New Revision: 228073 > URL: http://svn.freebsd.org/changeset/base/228073 > > Log: > Merge r228057 from head to stable/9: > > Change the Makefile in cddl/lib/drti to use bsd.lib.mk instead of > bsd.prog.mk -- we need to compile PIC, which requires a library build. > With this change, USDT (userspace DTrace probes) work from within > shared libraries. > > PR: kern/159046 > Submitted by: Alex Samorukov > Comments by: Scott Lystig Fritchie > > Approved by: re (xxx) xxx ? :-) -- Joel