Remove the GDB 6.1 item since it has made as much progress as it will make
for now and is at an acceptable state. Move the amd64 .kld item to the testing list. Thanks to Ian Dowse for working in this!
This commit is contained in:
parent
49a913e021
commit
7d1a344467
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22231
1 changed files with 10 additions and 17 deletions
|
@ -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.64 2004/09/03 03:59:35 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.65 2004/09/03 08:27:43 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -98,13 +98,6 @@
|
|||
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th></tr>
|
||||
<tr>
|
||||
<td>GDB 6.1 kernel debugging support</td>
|
||||
<td>&status.wip</td>
|
||||
<td>&a.marcel;</td>
|
||||
<td>GDB 6.1.1 import does not include FreeBSD kernel debugging support.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>BIND9 import into 5-CURRENT</td>
|
||||
<td>&status.wip;</td>
|
||||
|
@ -120,15 +113,6 @@
|
|||
5.3-RELEASE.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>kld support for amd64</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.obrien;, &a.iedowse;</td>
|
||||
<td>KLDs work when loaded from userland, but not from the loader. kldxref
|
||||
and loader support has been committed to 6-CURRENT and will hopefully be
|
||||
backported to RELENG_5 once it is tested.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>GDB thread support</td>
|
||||
<td>&status.wip;</td>
|
||||
|
@ -560,6 +544,15 @@
|
|||
RELENG_5.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>kld support for amd64</td>
|
||||
<td>&status.untested;</td>
|
||||
<td>&a.obrien;, &a.iedowse;</td>
|
||||
<td>KLDs work when loaded from userland, but not from the loader. kldxref
|
||||
and loader support has been committed to HEAD and RELENG_5 and needs
|
||||
final testing.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue