Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2009 02:47:42 GMT
From:      Gabor Pali <pgj@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 158847 for review
Message-ID:  <200903080247.n282lg8n046895@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=158847

Change 158847 by pgj@petymeg on 2009/03/08 02:46:58

	IFC

Affected files ...

.. //depot/projects/docproj_hu/www/en/projects/ideas/ideas.xml#7 integrate
.. //depot/projects/docproj_hu/www/en/projects/ideas/ideas.xsl#3 integrate
.. //depot/projects/docproj_hu/www/share/sgml/events.xml#14 integrate
.. //depot/projects/docproj_hu/www/share/sgml/news.xml#41 integrate

Differences ...

==== //depot/projects/docproj_hu/www/en/projects/ideas/ideas.xml#7 (text+ko) ====

@@ -15,7 +15,7 @@
 <ideas>
   <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
     <cvs:keyword name="freebsd">
-      $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.91 2009/03/05 18:51:31 danger Exp $
+      $FreeBSD: www/en/projects/ideas/ideas.xml,v 1.93 2009/03/06 04:41:39 brooks Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -739,48 +739,6 @@
         screen.</p></desc>
     </idea>
 
-    <idea id="usb-update">
-      <title>Improving the USB stack in FreeBSD</title>
-
-      <desc>
-<p><strong>Technical contact</strong>: <a href="mailto:luigi@FreeBSD.org">Luigi Rizzo</a></p>
-
-  <p>The USB stack in FreeBSD suffers from a few problems, including
-    lack of functionality (e.g. isochronous support for USB2 devices),
-    lack of documentation (most of the code is undocumented and
-    derives from other BSD implementations), lack of support (there
-    is not, to our knowledge, active development of the stack),
-    and the fact that it is still running under the Giant lock.</p>
-
-  <p>There is an alternate USB stack under development but it also
-    suffers from its own share of problems: while it supports
-    isochronous transfers for USB2 and does not run under Giant, it is
-    also almost completely undocumented, and it exports a different API
-    from the current one, which in turn causes portability problems for
-    device drivers that run on top of USB. Additionally, it is not in
-    widespread use.</p>
-
-  <p>The goal of this project is to improve the FreeBSD stack in one
-    of the following ways:</p>
-
-  <ul>
-    <li>Add documentation and isochronous USB2 transfers to the existing
-      driver. Documentation also includes a detailed description of the
-      locking requirements to ease the move to a different locking
-      architecture;</li>
-    <li>Add documentation and a compatibility layer to the 'new' usb
-      stack, and verify that the basic functionality is preserved for
-      widely used drivers (umass, mouse, keyboard, etc.).
-      This work will likely require some debugging of the new code
-      which we expect to be less tested than the existing one, and so
-      more prone to undetected bugs.</li>
-  </ul>
-
-  <p>The production of suitable documentation in the source is a key
-   requirement of the project.</p>
-      </desc>
-    </idea>
-
       <idea id="pcihotplug">
 	<title>PCI-Hotplug support</title>
 
@@ -1410,7 +1368,7 @@
 	</desc>
       </idea>
 
-      <idea id="ports-license-audit" class="soc">
+      <idea id="ports-license-audit" class="soc2008">
 	<title>Ports license auditing infrastructure</title>
 
 	<desc>
@@ -1601,7 +1559,7 @@
 	</desc>
       </idea>
 
-      <idea id="nfsv4acls" class="soc">
+      <idea id="nfsv4acls" class="soc2008">
 	<title>NFSv4 ACLs</title>
 
 	<desc>
@@ -2120,7 +2078,7 @@
 	</desc>
       </idea>
 
-      <idea class="soc" id="sntp">
+      <idea class="soc2008" id="sntp">
 	<title>SNTP</title>
 
 	<desc><p><strong>Technical contact</strong>: <a

==== //depot/projects/docproj_hu/www/en/projects/ideas/ideas.xsl#3 (text+ko) ====

@@ -7,7 +7,7 @@
 <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
 ]>
 
-<!-- $FreeBSD: www/en/projects/ideas/ideas.xsl,v 1.11 2009/03/05 18:52:30 danger Exp $ -->
+<!-- $FreeBSD: www/en/projects/ideas/ideas.xsl,v 1.12 2009/03/06 04:41:39 brooks Exp $ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
   xmlns:cvs="http://www.FreeBSD.org/XML/CVS">;
@@ -106,6 +106,7 @@
          <xsl:text>&#160;</xsl:text>
          <xsl:if test="@class='soc'"><em>(Summer of Code)</em></xsl:if>
          <xsl:if test="@class='soc2007'"><em>(Summer of Code 2007)</em></xsl:if>
+         <xsl:if test="@class='soc2008'"><em>(Summer of Code 2008)</em></xsl:if>
          </li>
       </xsl:for-each>
       </ul>
@@ -126,6 +127,7 @@
       </xsl:element>
 
       <h3><xsl:value-of select="title" /></h3>
+      <xsl:if test="@class='soc2008'"><em>Part of Summer of Code 2008</em></xsl:if>
       <xsl:if test="@class='soc2007'"><em>Part of Summer of Code 2007</em></xsl:if>
       <xsl:if test="@class='soc'"><em>Suggested Summer of Code 2009 project idea</em></xsl:if>
 

==== //depot/projects/docproj_hu/www/share/sgml/events.xml#14 (text+ko) ====

@@ -10,7 +10,7 @@
 <events>
   <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
     <cvs:keyword name="freebsd">
-      $FreeBSD: www/share/sgml/events.xml,v 1.68 2009/02/22 02:10:57 jkoshy Exp $
+      $FreeBSD: www/share/sgml/events.xml,v 1.69 2009/03/06 11:58:35 blackend Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -140,6 +140,33 @@
       shared with the widest possible audience.</description>
   </event>
 
+  <event id="linuxexpofr-2009">
+    <name>Solutions Linux 2009</name>
+    <url>http://www.solutionslinux.fr/</url>;
+    <startdate>
+      <year>2009</year>
+      <month>3</month>
+      <day>31</day>
+    </startdate>
+    <enddate>
+      <year>2009</year>
+      <month>4</month>
+      <day>2</day>
+    </enddate>
+    <location>
+      <country code="FR">France</country>
+      <city>Paris</city>
+      <site>Paris Expo</site>
+      <address>Porte de Versailles</address>
+    </location>
+    <description>A 3 days event to promote GNU/Linux and Open Source
+      Software to companies.  As usual, a French &os; User Group will
+      be <a
+      href="http://www.solutionslinux.fr/exposant_fiche.php?id=581&amp;pg=2_4">there</a>;
+      to promote &os;.  The access to the event is free of
+      charge.</description>
+  </event>
+
   <event id="mckusick-adv-spring-2009">
     <name>FreeBSD Kernel Internals: Intensive Evening Course</name>
     <url>http://www.mckusick.com/courses/adveveclass.html</url>;

==== //depot/projects/docproj_hu/www/share/sgml/news.xml#41 (text+ko) ====

@@ -25,7 +25,7 @@
 <news>
   <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
     <cvs:keyword name="freebsd">
-      $FreeBSD: www/share/sgml/news.xml,v 1.230 2009/03/05 21:57:57 dhn Exp $
+      $FreeBSD: www/share/sgml/news.xml,v 1.231 2009/03/07 16:04:16 jkois Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -44,11 +44,6 @@
         </event>
       </day>
 
-     </month>
-
-    <month>
-      <name>3</name>
-
       <day>
         <name>1</name>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903080247.n282lg8n046895>