Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Dec 2008 11:03:42 GMT
From:      Rene Ladan <rene@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 154637 for review
Message-ID:  <200812141103.mBEB3gl5030459@repoman.freebsd.org>

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

Change 154637 by rene@rene_self on 2008/12/14 11:02:54

	IFC	

Affected files ...

.. //depot/projects/docproj_nl/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_1.sh#3 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#10 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/preface/preface.sgml#4 integrate
.. //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#14 integrate
.. //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#20 integrate
.. //depot/projects/docproj_nl/www/en/donations/donors.sgml#10 integrate
.. //depot/projects/docproj_nl/www/en/index.xsl#2 integrate
.. //depot/projects/docproj_nl/www/en/releng/index.sgml#9 integrate
.. //depot/projects/docproj_nl/www/share/sgml/news.xml#22 integrate

Differences ...

==== //depot/projects/docproj_nl/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_1.sh#3 (text+ko) ====

@@ -7,7 +7,7 @@
 #
 # Author:      Jens Schweikhardt
 # $Id: stage_1.sh,v 1.7 2004/01/03 13:50:41 toor Exp toor $
-# $FreeBSD: doc/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_1.sh,v 1.6 2008/12/03 21:59:51 schweikh Exp $
+# $FreeBSD: doc/en_US.ISO8859-1/articles/fbsd-from-scratch/stage_1.sh,v 1.7 2008/12/11 19:48:21 schweikh Exp $
 
 PATH=/bin:/usr/bin:/sbin:/usr/sbin
 
@@ -85,7 +85,7 @@
   # The loader.conf and device.hints are required by the installkernel target.
   # If you have not copied them in Step 2, cp them as shown in the next 2 lines.
   #   cp sys/boot/forth/loader.conf ${DESTDIR}/boot/defaults
-  #   cp sys/i386/conf/GENERIC.hints ${DESTDIR}/boot/device.hints
+  #   cp sys/${TARGET}/conf/GENERIC.hints ${DESTDIR}/boot/device.hints
   make installkernel DESTDIR=${DESTDIR} KERNCONF=${KERNCONF} TARGET=${TARGET}
 }
 

==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#10 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project
 
-     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.416 2008/12/10 17:38:07 keramida Exp $
+     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.417 2008/12/12 06:06:03 keramida Exp $
 -->
 
 <chapter id="advanced-networking">
@@ -1402,7 +1402,7 @@
 	      <callout arearefs="co-tls-cacert">
 		<para>The <literal>ca_cert</literal> field indicates
 		  the pathname of the CA certificate file.  This file
-		  is needed to verify the server certificat.</para>
+		  is needed to verify the server certificate.</para>
 	      </callout>
 
 	      <callout arearefs="co-tls-clientcert">

==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/handbook/preface/preface.sgml#4 (text+ko) ====

@@ -1,5 +1,5 @@
 <!--
-     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml,v 1.43 2008/11/20 20:59:51 pgj Exp $
+     $FreeBSD: doc/en_US.ISO8859-1/books/handbook/preface/preface.sgml,v 1.44 2008/12/14 05:42:48 murray Exp $
 -->
 
 <preface id="book-preface">
@@ -25,13 +25,42 @@
   <para>For a list of additional sources of information, please see <xref
     linkend="bibliography">.</para>
 
+  <bridgehead id="preface-changes-from3" renderas=sect1>Changes from the
+  Third Edition</bridgehead>
+
+  <para>The current online version of the Handbook represents the
+    cumulative effort of many hundreds of contributors over the past
+    10 years.  The following are some of the significant changes since
+    the two volume third edition was published in 2004:</para>
+
+  <itemizedlist>
+      <listitem>
+	<para><xref linkend="dtrace">, DTrace, has been added with
+	  information about the powerful DTrace performance analysis
+	  tool.</para>
+      </listitem>
+
+      <listitem>
+	<para><xref linkend="filesystems">, File Systems Support, has
+	  been added with information about non-native file systems in
+	  &os;, such as ZFS from &sun;.</para>
+      </listitem>
+
+      <listitem>
+        <para><xref linkend="virtualization">, Virtualization, has
+          been added with information about installing &os; on
+          virtualization software.</para>
+      </listitem>
+  </itemizedlist>
+
   <bridgehead id="preface-changes-from2" renderas=sect1>Changes from the
-  Second Edition</bridgehead>
+  Second Edition (2004)</bridgehead>
 
-  <para>This third edition is the culmination of over two years of
+  <para>The third edition was the culmination of over two years of
       work by the dedicated members of the FreeBSD Documentation
-      Project.  The following are the major changes in this new
-      edition:</para>
+      Project.  The printed edition grew to such a size that it was
+      necessary to publish as two separate volumes.  The following are
+      the major changes in this new edition:</para>
 
   <itemizedlist>
       <listitem>
@@ -112,7 +141,7 @@
     </itemizedlist>
 
   <bridgehead id="preface-changes" renderas=sect1>Changes from the
-  First Edition</bridgehead>
+  First Edition (2001)</bridgehead>
 
     <para>The second edition was the culmination of over two years of
       work by the dedicated members of the FreeBSD Documentation

==== //depot/projects/docproj_nl/en_US.ISO8859-1/books/porters-handbook/book.sgml#14 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Documentation Project
 
-     $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.960 2008/11/29 14:36:43 bz Exp $
+     $FreeBSD: doc/en_US.ISO8859-1/books/porters-handbook/book.sgml,v 1.962 2008/12/12 04:37:25 marcus Exp $
 -->
 
 <!DOCTYPE BOOK PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
@@ -248,7 +248,7 @@
 	    before you resort to <filename>pkg-plist</filename>.</para>
 
 	  <para>Later we will see how <filename>pkg-plist</filename>
-	    and <makevar>PLIST_FILES</makevar> can be used to fulfil
+	    and <makevar>PLIST_FILES</makevar> can be used to fulfill
 	    <link linkend="plist">more sophisticated
 	    tasks</link>.</para>
 	</sect2>
@@ -12022,7 +12022,7 @@
 		  </row>
 
 		  <row>
-		    <entry>8.0-CURRENT after adding an argumentt to MEXTADD(9)
+		    <entry>8.0-CURRENT after adding an argument to MEXTADD(9)
 		      </entry>
 		    <entry>800016</entry>
 		  </row>
@@ -12235,6 +12235,15 @@
 		    <entry>800053</entry>
 	          </row>
 		  <row>
+		    <entry>8.0-CURRENT after the addition of buf_ring,
+		      memory barriers and ifnet functions to facilitate
+		      multiple hardware transmit queues for cards that
+		      support them, and a lockless ring-buffer implementation
+		      to enable drivers to more efficiently manage queuing
+		      of packets.</entry>
+		    <entry>800054</entry>
+	          </row>
+		  <row>
 		    <entry>8.0-CURRENT after the addition of Intel&trade;
 		      Core, Core2, and Atom support to &man.hwpmc.4;.</entry>
 		    <entry>800055</entry>
@@ -12244,6 +12253,16 @@
 		      multi-/no-IPv4/v6 jails.</entry>
 		    <entry>800056</entry>
 	          </row>
+		  <row>
+		    <entry>8.0-CURRENT after the switch to the
+		      ath hal source code.</entry>
+		    <entry>800057</entry>
+		  </row>
+		  <row>
+		    <entry>8.0-CURRENT after the introduction of
+		      the VOP_VPTOCNP operation.</entry>
+		    <entry>800058</entry>
+		  </row>
 		</tbody>
 	      </tgroup>
 	    </table>

==== //depot/projects/docproj_nl/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml#20 (text+ko) ====

@@ -1,7 +1,7 @@
 <!--
      The FreeBSD Dutch Documentation Project
 
-     $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.6 2008/11/16 21:23:42 rene Exp $
+     $FreeBSD: doc/nl_NL.ISO8859-1/books/handbook/advanced-networking/chapter.sgml,v 1.7 2008/12/10 19:31:52 rene Exp $
 
      %SOURCE%  en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml
      %SRCID%   1.416

==== //depot/projects/docproj_nl/www/en/donations/donors.sgml#10 (text+ko) ====

@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
 <!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/donations/donors.sgml,v 1.382 2008/10/20 12:36:44 tabthorpe Exp $">
+<!ENTITY date "$FreeBSD: www/en/donations/donors.sgml,v 1.383 2008/12/13 06:00:42 tabthorpe Exp $">
 <!ENTITY title "Hardware Donors Page">
 <!ENTITY % navinclude.about "INCLUDE">
 <!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@@ -2517,6 +2517,13 @@
     <td> Received </td>
   </tr>
 
+  <tr>
+    <td> Steve Rikli </td>
+    <td> Ultra2 2x400Mhz, 2GB RAM, 2x72GB disks, CDROM </td>
+    <td> linimon </td>
+    <td> Received </td>
+  </tr>
+
 </table>
 
 &footer;

==== //depot/projects/docproj_nl/www/en/index.xsl#2 (text+ko) ====

@@ -4,7 +4,7 @@
 <!ENTITY title "The FreeBSD Project">
 ]>
 
-<!-- $FreeBSD: www/en/index.xsl,v 1.164 2008/06/20 20:03:28 danger Exp $ -->
+<!-- $FreeBSD: www/en/index.xsl,v 1.165 2008/12/11 21:11:25 blackend Exp $ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
   <xsl:import href="http://www.FreeBSD.org/XML/www/lang/share/sgml/libcommon.xsl"/>;

==== //depot/projects/docproj_nl/www/en/releng/index.sgml#9 (text+ko) ====

@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
 <!ENTITY base CDATA "..">
-<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.244 2008/11/30 17:50:45 blackend Exp $">
+<!ENTITY date "$FreeBSD: www/en/releng/index.sgml,v 1.245 2008/12/13 11:51:19 blackend Exp $">
 <!ENTITY email 're'>
 <!ENTITY title "Release Engineering Information">
 <!ENTITY % navinclude.developers "INCLUDE">
@@ -122,9 +122,8 @@
     <tr>
       <td><tt>RELENG_6_4</tt></td>
       <td>Frozen</td>
-      <td>&contact.re;</td>
-      <td>A branch for FreeBSD 6.4 release candidate
-	(to be the FreeBSD 6.4 supported errata fix branch).</td>
+      <td>&contact.so;</td>
+      <td>FreeBSD 6.4 supported errata fix branch.</td>
     </tr>
 
     <tr>

==== //depot/projects/docproj_nl/www/share/sgml/news.xml#22 (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.213 2008/12/08 09:10:44 murray Exp $
+      $FreeBSD: www/share/sgml/news.xml,v 1.214 2008/12/13 19:09:59 danger Exp $
     </cvs:keyword>
   </cvs:keywords>
 
@@ -36,6 +36,21 @@
       <name>12</name>
 
       <day>
+	<name>9</name>
+
+	<event>
+	  <title>FreeBSD 7.1-RC1 Available</title>
+
+	  <p>The first release candidate of &os; 7.1 is now <a
+	      href="http://lists.freebsd.org/pipermail/freebsd-stable/2008-December/047014.html">available</a>.
+	    ISO images for Tier-1 architectures are now available on
+	    most of the <a
+	      href="&url.doc.base-en;/books/handbook/mirrors-ftp.html">&os;
+	      mirror sites</a>.</p>
+	</event>
+      </day>
+
+      <day>
 	<name>3</name>
 
 	<event>



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