From owner-freebsd-stable@FreeBSD.ORG Tue Mar 1 09:28:26 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BF8B106566B; Tue, 1 Mar 2011 09:28:26 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 896A28FC17; Tue, 1 Mar 2011 09:28:25 +0000 (UTC) Received: by ewy28 with SMTP id 28so1764605ewy.13 for ; Tue, 01 Mar 2011 01:28:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer; bh=Eq2zzYD9dsMSLBenKSHzJw8Rr0breA8Ma5gyG/R85MQ=; b=pfcRbolBFLpgFoOUkLboE4JmXEarVFtk11TUJa8KTwNIDWoCuWASE1UvnAlSZikoG6 SsTZHzGY0OVwsX60OgmRd884Wk4YyisX9SfRCloYfB0+YywzvW/0HLhMAMWZPdaijfQp yDqm2X4PEM3wBQsryRf1umidMMwhoYl/na5os= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=iH7jnLkERmRO8Rp/7pd98P5rc+sYIMnhMJPlghWQnKvBvt49qH+AZPbTzLw5eKOYCw mTidwROyIAwRXmfCxwi8SWhtiwYBzU7dzP4ZWeeVWo0XcmDjVa01OYU/uVoZ32hyFJH+ A4HiHTVttf0Aju3bS9k3s+lDTBDSO0CdWIjU4= Received: by 10.213.16.78 with SMTP id n14mr2455879eba.99.1298970192016; Tue, 01 Mar 2011 01:03:12 -0800 (PST) Received: from mytaht-2.totalterror.net (93-152-151-19.ddns.onlinedirect.bg [93.152.151.19]) by mx.google.com with ESMTPS id b52sm3982647eei.13.2011.03.01.01.03.10 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 01 Mar 2011 01:03:11 -0800 (PST) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Nikolay Denev In-Reply-To: Date: Tue, 1 Mar 2011 11:03:07 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Robert Watson X-Mailer: Apple Mail (2.1082) Cc: stable@FreeBSD.org Subject: Re: FYI: Userspace DTrace MFC to stable/8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2011 09:28:26 -0000 On 1 Mar, 2011, at 01:33 , Robert Watson wrote: > Dear all: >=20 > Just an FYI that I've gone ahead and merged userspace DTrace support = to FreeBSD 8.x from 9.x. While it appeared to pass build tests locally, = boot and run, etc, this is a non-trivial merge, and it's possible I've = messed up. If so, apologies in advance, and I'll try to resolve any = problems as quickly as I can! >=20 > And of course, many thanks go to Rui Paulo, who did the port of = userspace DTrace to FreeBSD 9.x with support from the FreeBSD = Foundation! >=20 > Thanks, >=20 > Robert N M Watson > Computer Laboratory > University of Cambridge >=20 That's great news! Many thanks to all that made this possible! I have a quick question though, now do I have to rebuild my world with = "WITH_CTF" ? I'm asking because I did that by mistake some months ago on a RELENG_8 = machine, and the world that was built had some problems, like gcc giving segfault 11 = while compiling world or some ports. Regards, Nikolay