From owner-freebsd-ppc@FreeBSD.ORG Tue Oct 15 16:46:08 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 94FBD8EB for ; Tue, 15 Oct 2013 16:46:08 +0000 (UTC) (envelope-from chmeeedalf@gmail.com) Received: from mail-bk0-x22b.google.com (mail-bk0-x22b.google.com [IPv6:2a00:1450:4008:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2FB9425D0 for ; Tue, 15 Oct 2013 16:46:08 +0000 (UTC) Received: by mail-bk0-f43.google.com with SMTP id mz13so3224937bkb.2 for ; Tue, 15 Oct 2013 09:46:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=aFOagv5SURhcrdhNRulA03/aYupKGT9OtzuO7QpQbsQ=; b=av7oe4RQktSHrVPQQ3HRAoLZ4ejPx8QGtZjBT45hwxk0YH4WIFxifRA7cHOCYK906u woiIVE99DxvoPTe4VylTMRfY/9wkAK7lZEMlECRc8hYJbjL3ydJvj7Pfw4PJjIRJGXPP oLzXi53hKUBnzsYR4fhrJZNHM99Vh+n7y0HVuDwLO7jHKNgEvCv6FFR+zcncwi5NRblk JtWLpUVkwuNxDaInuC7AIaz3Rza36MeUZ1/EQ4bewsoNtRRSRHzS7VkOF8q5fbAQToKP IAyIRvHSujB2aIuRnN8OLCPhyRkKgxJw7CoRdxPI9nxYMroT+lzaacu7GiLBuD0V6esk OSMQ== MIME-Version: 1.0 X-Received: by 10.205.14.197 with SMTP id pr5mr36646164bkb.6.1381855566442; Tue, 15 Oct 2013 09:46:06 -0700 (PDT) Sender: chmeeedalf@gmail.com Received: by 10.205.13.199 with HTTP; Tue, 15 Oct 2013 09:46:06 -0700 (PDT) Date: Tue, 15 Oct 2013 09:46:06 -0700 X-Google-Sender-Auth: cqkmqLPEc9ijjXQUddJFSCxwrlU Message-ID: Subject: DTrace/PowerPC From: Justin Hibbits To: FreeBSD PowerPC ML Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Oct 2013 16:46:08 -0000 This morning I committed the final major piece of DTrace for PowerPC, the fasttrap (user trapping) module. I haven't fully tested it, in fact I've barely tested it beyond build and logic analysis, and confirming it doesn't break anything. I've set a MFC to a month from now, so more testing can be done. Anyone who has a spare machine, please please please test. Not just Fasttrap, but FBT and the rest, and let me know the results. - Justin