Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2002 07:31:30 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 8053 for review
Message-ID:  <200203201531.g2KFVUT83636@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=8053

Change 8053 by rwatson@rwatson_tislabs on 2002/03/20 07:30:43

	Strengthen language in the introduction, and re-order things a
	little.  Refer to the document as a WIP rather than a brain dump,
	since some more editing and contributions have come since its
	inception as a brain dump.  Appeal to the reader for submissions.

Affected files ...

... //depot/projects/smpng/sys/design/article.sgml#16 edit

Differences ...

==== //depot/projects/smpng/sys/design/article.sgml#16 (text+ko) ====

@@ -23,7 +23,7 @@
       </author>
     </authorgroup>
 
-    <pubdate>$SMPng: //depot/projects/smpng/sys/design/article.sgml#15 $</pubdate>
+    <pubdate>$SMPng: //depot/projects/smpng/sys/design/article.sgml#16 $</pubdate>
 
     <copyright>
       <year>2002</year>
@@ -47,15 +47,20 @@
   <sect1>
     <title>Introduction</title>
 
-    <para>This is basically a partial brain dump.  It certainly won't
-      be but so organized in the early versions.  To avoid confusion,
-      you might want to glance over the <xref linkend="defs">.</para>
+    <para> This document is a work-in-progress, and will be updated to
+      reflect on-going design and implementation activities associated
+      with the SMPng Project.  Many sections currently exist only in
+      outline form, but will be fleshed out as work proceeds.  Updates or
+      suggestions regarding the document may be directed to the document
+      editors.</para>
 
     <para>The goal of SMPng is to allow concurrency in the kernel.
       The kernel is basically one rather large and complex program. To
       make the kernel multithreaded we use some of the same tools used
       to make other programs multithreaded.  These include mutexes,
-      reader/writer locks, semaphores, and condition variables.</para>
+      reader/writer locks, semaphores, and condition variables.  For
+      definitions of many of the terms, please see
+      <xref linkend="defs">.</para>
   </sect1>
 
   <sect1>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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