Catch up on about 2 weeks' worth of todo changes... :-(
This commit is contained in:
parent
7698f5fba4
commit
8974b480b9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24199
1 changed files with 37 additions and 38 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.4R/todo.sgml,v 1.13 2005/03/01 16:22:45 kensmith Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.4R/todo.sgml,v 1.14 2005/03/04 05:09:53 kensmith Exp $">
|
||||
<!ENTITY title "FreeBSD 5.4 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -55,13 +55,6 @@
|
|||
<td>A deadlock of unknown origin has started to appear on systems with
|
||||
4 or more real CPUs when under heavy TCP load.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>IPFilter mpsafe fixes</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>IPFilter is currently not mpsafe but doesn't run with Giant.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Required features for 5.4-RELEASE</h3>
|
||||
|
@ -74,24 +67,10 @@
|
|||
<th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Update sysinstall to handle separate packages CD</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.jhb;</td>
|
||||
<td>Avoid the need for a disc1-gnome/disc1-kde as was done for 4.11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>busdma fixes</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.scottl;</td>
|
||||
<td>More work is needed on busdma to fix bounce buffer problems.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>ATAPI CDROMs in PIO mode during install</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.jhb;</td>
|
||||
<td>&a.kensmith;</td>
|
||||
<td>People are having difficulties with various ATAPI CDROMs on
|
||||
various architectures. We need to either do all installs
|
||||
in PIO mode or provide a boot menu method of selecting it.</td>
|
||||
|
@ -183,13 +162,6 @@
|
|||
properly.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>AMR driver MPSAFE</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.scottl;</td>
|
||||
<td>Making the AMR driver MPSAFE will greatly increase its performance.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>SCHED_ULE update</td>
|
||||
<td>&status.new;</td>
|
||||
|
@ -197,14 +169,6 @@
|
|||
<td>Many improvements have been made to the ULE scheduler in 6-CURRENT.
|
||||
These should be merged back to 5.4.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>CARP support</td>
|
||||
<td>&status.wip;</td>
|
||||
<td>&a.glebius;</td>
|
||||
<td>Common Address Redundancy Protocol allows multiple hosts on the same
|
||||
local network to share a set of IP addresses.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<h3>Documentation items that must be resolved for 5.4</h3>
|
||||
|
@ -235,6 +199,41 @@
|
|||
<td>File descriptor locking needs to be merged back from HEAD.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>IPFilter mpsafe fixes</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>IPFilter is currently not mpsafe but doesn't run with Giant.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Update sysinstall to handle separate packages CD</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.jhb;</td>
|
||||
<td>Avoid the need for a disc1-gnome/disc1-kde as was done for 4.11</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>busdma fixes</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.scottl;</td>
|
||||
<td>More work is needed on busdma to fix bounce buffer problems.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>AMR driver MPSAFE</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.scottl;</td>
|
||||
<td>Making the AMR driver MPSAFE will greatly increase its performance.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>CARP support</td>
|
||||
<td>&status.done;</td>
|
||||
<td>&a.glebius;</td>
|
||||
<td>Common Address Redundancy Protocol allows multiple hosts on the same
|
||||
local network to share a set of IP addresses.</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue