Move a few items from the 'required' to the 'desired' list

This commit is contained in:
Scott Long 2004-06-10 09:35:45 +00:00
parent 79df7fe2bd
commit 776645aed9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21132

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.19 2004/04/17 00:27:37 josef Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.20 2004/06/06 04:08:28 scottl Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -80,25 +80,6 @@
on the vendor branch with a 3.4 import for 5.3-RELEASE.</td>
</tr>
<tr>
<td>GDB thread support</td>
<td>&status.wip;</td>
<td>Glenn Gombert</td>
<td>With improved support for threading primitives, support is now
required to ease debugging of threaded applications. Ideally,
this support will work for both libthr and libkse threading
models.</td>
</tr>
<tr>
<td>busdma in all PCI drivers</td>
<td>&status.wip;</td>
<td>--</td>
<td>All PCI drivers must use busdma for DMA; no use of vtophys() will
be permitted for any recent device driver. ISA drivers may be
exempt.</td>
</tr>
<tr>
<td>truss support for ptrace</td>
<td>&status.wip;</td>
@ -112,19 +93,11 @@
call tracing has been added to ptrace().</td>
</tr>
<tr>
<td>KSE support for alpha</td>
<td>&status.wip;</td>
<td>&a.marcel;</td>
<td>Userland bits implemented, kernel bits not implemented. Required for
5.3-RELEASE.</td>
</tr>
<tr>
<td>KSE support for sparc64</td>
<td>&status.wip;</td>
<td>&a.marcel;</td>
<td>Userland bits implemented, kernel bits not implemented. Required for
<td>Kernel bits implemented, userland not implemented. Required for
5.3-RELEASE.</td>
</tr>
@ -267,6 +240,32 @@
enforcement properly.</td>
</tr>
<tr>
<td>busdma in all PCI drivers</td>
<td>&status.wip;</td>
<td>--</td>
<td>All PCI drivers must use busdma for DMA; no use of vtophys() will
be permitted for any recent device driver. ISA drivers may be
exempt.</td>
</tr>
<tr>
<td>KSE support for alpha</td>
<td>&status.wip;</td>
<td>&a.marcel;</td>
<td>Userland bits implemented, kernel bits not implemented.</td>
</tr>
<tr>
<td>GDB thread support</td>
<td>&status.wip;</td>
<td>Glenn Gombert</td>
<td>With improved support for threading primitives, support is now
required to ease debugging of threaded applications. Ideally,
this support will work for both libthr and libkse threading
models.</td>
</tr>
</table>
<h3>Documentation items that must be resolved for 5.3</h3>