- Convert web-pages to well-formed and valid XHTML 1.0
Approved by: doceng (implicit)
This commit is contained in:
parent
74923b72b9
commit
5e40201d19
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/sgml2xml/; revision=39213
447 changed files with 6595 additions and 5901 deletions
|
|
@ -1,16 +1,18 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Netperf Cluster">
|
||||
<!ENTITY email 'mux'>
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
|
||||
<!ENTITY % developers PUBLIC "-//FreeBSD//ENTITIES FreeBSD Developers Entities//EN"> %developers;
|
||||
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
|
||||
<h2>Contents</h2>
|
||||
<ul>
|
||||
|
|
@ -187,7 +189,7 @@
|
|||
|
||||
<p>Pointers and documentation on Netperf Cluster procedures can be found
|
||||
on the <a href="http://wiki.freebsd.org/NetperfClusterPointers">
|
||||
Netperf Cluster Pointers</a> page on the FreeBSD wiki.
|
||||
Netperf Cluster Pointers</a> page on the FreeBSD wiki.</p>
|
||||
|
||||
<a name="notes"></a>
|
||||
<h2>Current Configuration Notes and News</h2>
|
||||
|
|
@ -223,6 +225,5 @@
|
|||
the most recent version of 5-STABLE.</p></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -1,23 +1,23 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!DOCTYPE html PUBLIC "-//FreeBSD//DTD XHTML 1.0 Transitional-Based Extension//EN"
|
||||
"http://www.FreeBSD.org/XML/doc/share/sgml/xhtml10-freebsd.dtd" [
|
||||
<!ENTITY base "../..">
|
||||
<!ENTITY date "$FreeBSD$">
|
||||
<!ENTITY title "FreeBSD Network Performance Project (netperf)">
|
||||
<!ENTITY email 'mux'>
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
|
||||
<!ENTITY status.na "<font color=green>N/A</font>">
|
||||
<!ENTITY status.done "<font color=green>Done</font>">
|
||||
<!ENTITY status.prototyped "<font color=blue>Prototyped</font>">
|
||||
<!ENTITY status.head "<font color=orange>Merged to HEAD; RELENG_5 candidate</font>">
|
||||
<!ENTITY status.new "<font color=red>New task</font>">
|
||||
<!ENTITY status.unknown "<font color=red>Unknown</font>">
|
||||
|
||||
<!ENTITY % developers PUBLIC "-//FreeBSD//ENTITIES FreeBSD Developers Entities//EN"> %developers;
|
||||
|
||||
<!ENTITY status.na "<font xmlns='http://www.w3.org/1999/xhtml' color='green'>N/A</font>">
|
||||
<!ENTITY status.done "<font xmlns='http://www.w3.org/1999/xhtml' color='green'>Done</font>">
|
||||
<!ENTITY status.prototyped "<font xmlns='http://www.w3.org/1999/xhtml' color='blue'>Prototyped</font>">
|
||||
<!ENTITY status.head "<font xmlns='http://www.w3.org/1999/xhtml' color='orange'>Merged to HEAD; RELENG_5 candidate</font>">
|
||||
<!ENTITY status.new "<font xmlns='http://www.w3.org/1999/xhtml' color='red'>Not done</font>">
|
||||
<!ENTITY status.unknown "<font xmlns='http://www.w3.org/1999/xhtml' color='red'>Unknown</font>">
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head><title>&title;</title></head>
|
||||
|
||||
<body class="navinclude.developers">
|
||||
|
||||
<h2>Contents</h2>
|
||||
<ul>
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
<li><a href="#strategies">Project Strategies</a></li>
|
||||
<li><a href="#tasks">Project Tasks</a></li>
|
||||
<li><a href="#cluster">Netperf Cluster</a></li>
|
||||
<li><a href="#papers">Papers and Reports</a><li>
|
||||
<li><a href="#papers">Papers and Reports</a></li>
|
||||
<li><a href="#links">Links</a></li>
|
||||
</ul>
|
||||
|
||||
|
|
@ -205,7 +205,7 @@
|
|||
<td> Employ queued dispatch across netisr dispatch API </td>
|
||||
<td> &a.rwatson; </td>
|
||||
<td> 20090601 </td>
|
||||
<td> &status.done </td>
|
||||
<td> &status.done; </td>
|
||||
<td> Pull all of the mbufs in the netisr queue into a thread-local
|
||||
mbuf queue to avoid repeated lock operations to access the queue.
|
||||
This work was completed as part of the netisr2 project, and will
|
||||
|
|
@ -302,7 +302,7 @@
|
|||
being garbage collected by another thread while in use. This set
|
||||
of changes introduces a true reference model for PCBs so that the
|
||||
global lock can be released during in-bound process, and appear
|
||||
in 8.0-RELEASE./td>
|
||||
in 8.0-RELEASE.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
@ -383,6 +383,5 @@
|
|||
and performance measurement/debugging information.</p></li>
|
||||
</ul>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue