From owner-freebsd-hackers@FreeBSD.ORG Sat Sep 17 01:13:24 2011 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED8DF1065670 for ; Sat, 17 Sep 2011 01:13:24 +0000 (UTC) (envelope-from matthias.andree@gmx.de) Received: from mailout-de.gmx.net (mailout-de.gmx.net [213.165.64.22]) by mx1.freebsd.org (Postfix) with SMTP id 475D18FC08 for ; Sat, 17 Sep 2011 01:13:24 +0000 (UTC) Received: (qmail invoked by alias); 17 Sep 2011 00:46:42 -0000 Received: from p4FE3334E.dip.t-dialin.net (EHLO rho.emma.line.org) [79.227.51.78] by mail.gmx.net (mp006) with SMTP; 17 Sep 2011 02:46:42 +0200 X-Authenticated: #428038 X-Provags-ID: V01U2FsdGVkX1/jwIZQ+RvjcH2UWdqit1IvQRWbxCTGzcKcm0Ry6v e8RjEOSkA8u0XO Received: from [127.0.0.1] (localhost [127.0.0.1]) by rho.emma.line.org (Postfix) with ESMTP id 6A92F33C17 for ; Sat, 17 Sep 2011 02:46:39 +0200 (CEST) From: Matthias Andree To: freebsd-hackers@freebsd.org In-Reply-To: <4E73B1E1.6020306@sgi.com> References: <4E73B1E1.6020306@sgi.com> Content-Type: text/plain; charset="UTF-8" Date: Sat, 17 Sep 2011 02:46:38 +0200 Message-ID: <1316220398.47177.1.camel@rho.emma.line.org> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Subject: Re: dtrace in FreeBSD 7.2 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Sep 2011 01:13:25 -0000 Am Freitag, den 16.09.2011, 14:30 -0600 schrieb Charlie Martin: > I need to add some custom static dtrace probes in 7.2 apps; the online > documentation refers only to 9 however. Can someone tell me how to > replace what's done in bsd.dtrace.mk for 7.2? FreeBSD 7.2 is quite old and wasn't under extended support, hence it is no longer supported. Consider upgrading. -- Matthias Andree