Slightly prune down the number of sections in this document to make it
easier to maintain. Add em(4) stability issues as a major issue. Approved by: re (implicitly)
This commit is contained in:
parent
a26009c04f
commit
454f3d3ab2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28908
1 changed files with 12 additions and 49 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY email 'freebsd-qa'>
|
<!ENTITY email 'freebsd-qa'>
|
||||||
<!ENTITY date "$FreeBSD$">
|
<!ENTITY date "$FreeBSD: www/en/releases/6.2R/todo.sgml,v 1.1 2006/09/16 15:28:36 bmah Exp $">
|
||||||
<!ENTITY local.rel "6.2">
|
<!ENTITY local.rel "6.2">
|
||||||
<!ENTITY title "FreeBSD 6.2 Open Issues">
|
<!ENTITY title "FreeBSD 6.2 Open Issues">
|
||||||
<!ENTITY % navinclude.download "INCLUDE">
|
<!ENTITY % navinclude.download "INCLUDE">
|
||||||
|
@ -39,17 +39,14 @@
|
||||||
re@FreeBSD.org.</p>
|
re@FreeBSD.org.</p>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="#showstopper">Show stopper defects</a></li>
|
<li><a href="#major">Major issues</a></li>
|
||||||
<li><a href="#required">Required features</a></li>
|
|
||||||
<li><a href="#desired">Desired features</a></li>
|
|
||||||
<li><a href="#docs">Documentation Items</a></li>
|
|
||||||
<li><a href="#testing">Testing foci</a></li>
|
<li><a href="#testing">Testing foci</a></li>
|
||||||
<li><a href="#stresstest">Problems Discovered by Kernel Stress Test Suite</a></li>
|
<li><a href="#stresstest">Problems Discovered by Kernel Stress Test Suite</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<h3>Show stopper defects for &local.rel;-RELEASE</h3>
|
<h3>Major issues for &local.rel;-RELEASE</h3>
|
||||||
|
|
||||||
<a name="showstopper"></a>
|
<a name="major"></a>
|
||||||
<table class="tblbasic">
|
<table class="tblbasic">
|
||||||
<tr class="heading">
|
<tr class="heading">
|
||||||
<th>Issue</th>
|
<th>Issue</th>
|
||||||
|
@ -58,49 +55,15 @@
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr><td colspan="4">No pending issues.</td></tr>
|
<tr>
|
||||||
</table>
|
<td>em(4) stability</td>
|
||||||
|
<td>&status.wip;</td>
|
||||||
<h3>Required features for &local.rel;-RELEASE</h3>
|
<td>Various</td>
|
||||||
|
<td>Several difficult-to-diagnose stability issues have been
|
||||||
<a name="required"></a>
|
observed in the em(4) driver since August. Reverting the driver
|
||||||
<table class="tblbasic">
|
on the RELENG_6 branch to its prior state, to allow the release
|
||||||
<tr class="heading">
|
process to proceed, is being considered.</td>
|
||||||
<th>Issue</th>
|
|
||||||
<th>Status</th>
|
|
||||||
<th>Responsible</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr><td colspan="4">No pending issues.</td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h3>Desired features for &local.rel;-RELEASE</h3>
|
|
||||||
|
|
||||||
<a name="desired"></a>
|
|
||||||
<table class="tblbasic">
|
|
||||||
<tr class="heading">
|
|
||||||
<th>Issue</th>
|
|
||||||
<th>Status</th>
|
|
||||||
<th>Responsible</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr><td colspan="4">No pending issues.</td></tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<h3>Documentation items that must be resolved for &local.rel;-RELEASE</h3>
|
|
||||||
|
|
||||||
<a name="docs"></a>
|
|
||||||
<table class="tblbasic">
|
|
||||||
<tr class="heading">
|
|
||||||
<th>Issue</th>
|
|
||||||
<th>Status</th>
|
|
||||||
<th>Responsible</th>
|
|
||||||
<th>Description</th>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr><td colspan="4">No pending issues.</td></tr>
|
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<h3>Testing foci for &local.rel;-RELEASE</h3>
|
<h3>Testing foci for &local.rel;-RELEASE</h3>
|
||||||
|
|
Loading…
Reference in a new issue