- Start building the 2013Q3 Status Report by adding the first entry

Submitted by:	jmg
This commit is contained in:
Gabor Pali 2013-09-09 08:59:38 +00:00
parent 71bc0a2457
commit bdba06d49f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=42631
2 changed files with 64 additions and 0 deletions

View file

@ -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

View file

@ -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@FreeBSD.org</email>
</person>
</contact>
<links>
<url href="http://svnweb.freebsd.org/base?view=revision&amp;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>