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

Glen Barber gjb at FreeBSD.org
Tue Apr 28 21:58:12 UTC 2015


Author: gjb
Date: Tue Apr 28 21:58:11 2015
New Revision: 282203
URL: https://svnweb.freebsd.org/changeset/base/282203

Log:
  Document r281255, devfs(5) read/write update timestamp
  precision.
  
  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	Tue Apr 28 21:57:52 2015	(r282202)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Tue Apr 28 21:58:11 2015	(r282203)
@@ -279,6 +279,14 @@
 	&man.hwpmc.4; default and maximum callchain depths have been
 	increased.  The default has been increased from 16 to 32, and
 	the maximum increased from 32 to 128.</para>
+
+      <para revision="281255" contrib="sponsor"
+	sponsor="&ix;, &ff;">The &man.devfs.5; device filesystem has
+	been changed to update timestamps for read/write operations
+	using seconds precision.  A new &man.sysctl.8;,
+	<literal>vfs.devfs.dotimes</literal> has been added, which
+	when set to a non-zero value, enables default precision
+	timestamps for these operations.</para>
     </sect2>
   </sect1>
 


More information about the svn-src-all mailing list