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

Glen Barber gjb at FreeBSD.org
Mon Oct 5 20:15:17 UTC 2015


Author: gjb
Date: Mon Oct  5 20:15:16 2015
New Revision: 288898
URL: https://svnweb.freebsd.org/changeset/base/288898

Log:
  Document r288167, fix kqueue write events for files > 2GB
  
  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	Mon Oct  5 20:15:13 2015	(r288897)
+++ stable/10/release/doc/en_US.ISO8859-1/relnotes/article.xml	Mon Oct  5 20:15:16 2015	(r288898)
@@ -240,7 +240,10 @@
     <sect2 xml:id="kernel-bugfix">
       <title>Kernel Bug Fixes</title>
 
-      <para> </para>
+      <para revision="288167" contrib="sponsor"
+	sponsor="&multiplay;">The &man.kqueue.2; system call has been
+	updated to handle write events to files larger than 2
+	gigabytes.</para>
     </sect2>
 
     <sect2 xml:id="kernel-config">


More information about the svn-src-all mailing list