From owner-svn-doc-all@FreeBSD.ORG Mon Sep 9 08:59:39 2013 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 223277FD; Mon, 9 Sep 2013 08:59:39 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0056F20CF; Mon, 9 Sep 2013 08:59:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r898xclB083785; Mon, 9 Sep 2013 08:59:38 GMT (envelope-from pgj@svn.freebsd.org) Received: (from pgj@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r898xcwW083784; Mon, 9 Sep 2013 08:59:38 GMT (envelope-from pgj@svn.freebsd.org) Message-Id: <201309090859.r898xcwW083784@svn.freebsd.org> From: Gabor Pali Date: Mon, 9 Sep 2013 08:59:38 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r42631 - head/en_US.ISO8859-1/htdocs/news/status X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Sep 2013 08:59:39 -0000 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 @@ + + + + + + July-September + + 2013 + + +
+ Introduction + +

This report covers &os;-related projects between July and + September 2013. This is the third of four reports planned for + 2013.

+ + + + +

Thanks to all the reporters for the excellent work! This report + contains 1 entries and we hope you enjoy reading it.

+ + +

The deadline for submissions covering between October and + December 2013 is not yet decided.

+
+ + + kern + + Kernel + + + + AES-NI Improvements for GELI + + + + + John-Mark + Gurney + + jmg@FreeBSD.org + + + + + + + + +

An enhancement to the AES-NI implementation for OpenCrypto has + been committed that significantly improves AES-XTS and AES-CBC + decryption performance. This gives geli(8) around a + three times performance boost on gnop(8) using AES-XTS + compared to the old code.

+ +

These improvements are available to users of the OpenCrypto + framework and crypto(4).

+ +
+