From owner-svn-src-all@FreeBSD.ORG Tue Mar 1 17:22:26 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC6131065670; Tue, 1 Mar 2011 17:22:26 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ey0-f182.google.com (mail-ey0-f182.google.com [209.85.215.182]) by mx1.freebsd.org (Postfix) with ESMTP id 94AEF8FC1C; Tue, 1 Mar 2011 17:22:25 +0000 (UTC) Received: by eyg7 with SMTP id 7so1953979eyg.13 for ; Tue, 01 Mar 2011 09:22:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=UWwJacA8A3wS3HJXB8OQcThxQUwsMJzkXCGBgriTPc0=; b=UjulS1mZ0Kc0M9qzXaaunQAIEpp3cIBaSO1Vmf5+gDLo3QIN3CGpQBitTIi+00hPam OTGfYtw/qh4q5DxVN5wVEMkIOgA0LHpHMdJbmezXzWeo1fm3Qew3QHN4Vxd2NdDvGFKB QCEUldQf5je94NnwrU7f223KeSLTLtBo1CyIM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=iHP88OpSEGbS5GUvRsTEj8vn3VrnHQRZI1T6vc1BpCV+kErgzjXqD7rT26Ohvu3d2X fopHYTBfY7HKXJYXr7yjwBn8lzXZTZsq7tum+Clh19O1udhboTlTPJUmfiOgsHmtyynt cfxZfRYWSl684v6orfq96wDPiFwZ3dbckUI/w= MIME-Version: 1.0 Received: by 10.213.29.198 with SMTP id r6mr2785989ebc.48.1298998502351; Tue, 01 Mar 2011 08:55:02 -0800 (PST) Received: by 10.213.23.13 with HTTP; Tue, 1 Mar 2011 08:55:02 -0800 (PST) In-Reply-To: <201102282328.p1SNSZZK059958@svn.freebsd.org> References: <201102282328.p1SNSZZK059958@svn.freebsd.org> Date: Tue, 1 Mar 2011 11:55:02 -0500 Message-ID: From: Ryan Stone To: Robert Watson Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, svn-src-stable-8@freebsd.org Subject: Re: svn commit: r219107 - in stable/8/sys: amd64/amd64 amd64/include boot/common cddl/compat/opensolaris/kern cddl/compat/opensolaris/sys cddl/contrib/opensolaris/uts/common/dtrace cddl/contrib/opensol... X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2011 17:22:26 -0000 I'm a bit confused. The 8.2 release notes claim that userland dtrace support was added to 8.2. Is this incorrect? http://www.freebsd.org/releases/8.2R/relnotes.html Userland support for the dtrace(1) subsystem has been added. This allows inspection of userland software itself and its correlation with the kernel, thus allowing a much better picture of what exactly is going on behind the scenes. The dtruss(1) utility has been added and libproc has been updated to support the facility.[r214983]