svn commit: r270741 - stable/10/release/doc/en_US.ISO8859-1/relnotes

Glen Barber gjb at FreeBSD.org
Thu Aug 28 06:16:37 UTC 2014


Author: gjb
Date: Thu Aug 28 06:16:36 2014
New Revision: 270741
URL: http://svnweb.freebsd.org/changeset/base/270741

Log:
  Document r269946, USDT DTrace probe improvements.
  
  Submitted by:	rpaulo
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml

Modified: stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml
==============================================================================
--- stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Thu Aug 28 04:35:38 2014	(r270740)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Thu Aug 28 06:16:36 2014	(r270741)
@@ -945,6 +945,15 @@
 	parameters.  This change allows &man.carp.4; interfaces to
 	be used within the &man.jail.8;.</para>
 
+      <para revision="269946">Support for generating and compiling
+	<acronym>USDT</acronym> <application>DTrace</application>
+	probes has been improved.  <application>DTrace</application>
+	<acronym>USDT</acronym> files are now handled similar to
+	&man.lex.1; and &man.yacc.1; files, meaning support for
+	handling <application>D</application> files as part of the
+	build process is built into the <literal>SRCS</literal>
+	&man.make.1; environment variable.</para>
+
       <para revision="269968">The &man.iscsictl.8; utility has been
 	updated to include a new flag, <literal>-M</literal>, which
 	allows modifying the <acronym>iSCSI</acronym> session


More information about the svn-src-all mailing list