svn commit: r42631 - head/en_US.ISO8859-1/htdocs/news/status
Gabor Pali
pgj at FreeBSD.org
Mon Sep 9 08:59:39 UTC 2013
Author: pgj
Date: Mon Sep 9 08:59:38 2013
New Revision: 42631
URL: http://svnweb.freebsd.org/changeset/doc/42631
Log:
- Start building the 2013Q3 Status Report by adding the first entry
Submitted by: jmg
Added:
head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml (contents, props changed)
Modified:
head/en_US.ISO8859-1/htdocs/news/status/Makefile
Modified: head/en_US.ISO8859-1/htdocs/news/status/Makefile
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/Makefile Sun Sep 8 22:24:42 2013 (r42630)
+++ head/en_US.ISO8859-1/htdocs/news/status/Makefile Mon Sep 9 08:59:38 2013 (r42631)
@@ -61,6 +61,7 @@ XMLDOCS+= report-2012-10-2012-12
XMLDOCS+= report-2013-01-2013-03
XMLDOCS+= report-2013-04-2013-06
XMLDOCS+= report-2013-05-devsummit
+XMLDOCS+= report-2013-07-2013-09
XSLT.DEFAULT= report.xsl
Added: head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2013-07-2013-09.xml Mon Sep 9 08:59:38 2013 (r42631)
@@ -0,0 +1,63 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status Report//EN" "http://www.FreeBSD.org/XML/www/share/xml/statusreport.dtd" >
+<!-- $FreeBSD$ -->
+<report>
+ <date>
+ <month>July-September</month>
+
+ <year>2013</year>
+ </date>
+
+ <section>
+ <title>Introduction</title>
+
+ <p>This report covers &os;-related projects between July and
+ September 2013. This is the third of four reports planned for
+ 2013.</p>
+
+ <!-- XXX: introduction goes here -->
+
+ <!-- XXX: keep updating the number of entries -->
+ <p>Thanks to all the reporters for the excellent work! This report
+ contains 1 entries and we hope you enjoy reading it.</p>
+
+ <!-- XXX: set date for the next set of submissions -->
+ <p>The deadline for submissions covering between October and
+ December 2013 is not yet decided.</p>
+ </section>
+
+ <category>
+ <name>kern</name>
+
+ <description>Kernel</description>
+ </category>
+
+ <project cat='kern'>
+ <title>AES-NI Improvements for GELI</title>
+
+ <contact>
+ <person>
+ <name>
+ <given>John-Mark</given>
+ <common>Gurney</common>
+ </name>
+ <email>jmg at FreeBSD.org</email>
+ </person>
+ </contact>
+
+ <links>
+ <url href="http://svnweb.freebsd.org/base?view=revision&revision=255187"/>
+ </links>
+
+ <body>
+ <p>An enhancement to the AES-NI implementation for OpenCrypto has
+ been committed that significantly improves AES-XTS and AES-CBC
+ decryption performance. This gives <tt>geli(8)</tt> around a
+ three times performance boost on <tt>gnop(8)</tt> using AES-XTS
+ compared to the old code.</p>
+
+ <p>These improvements are available to users of the OpenCrypto
+ framework and <tt>crypto(4)</tt>.</p>
+ </body>
+ </project>
+</report>
More information about the svn-doc-head
mailing list