Re-arrange a few items at the request of their owners. Remove ia64

stability as a blocking item.  Remove ATAng lost interrupts item as it
appears to be better.
This commit is contained in:
Scott Long 2003-10-30 04:23:48 +00:00
parent d1bd866b6e
commit e49dcbb198
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18631

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.2R/todo.sgml,v 1.37 2003/10/19 16:24:37 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.2R/todo.sgml,v 1.38 2003/10/29 17:04:40 scottl Exp $">
<!ENTITY title "FreeBSD 5.2 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -29,13 +29,6 @@
<td>The panic reported in PR kern/58228 must be fixed.</td>
</tr>
<tr>
<td>filedesc LOR</td>
<td>--</td>
<td>--</td>
<td>The LOR reported in PR kern/55175 must be fixed.</td>
</tr>
<tr>
<td>ATAng crashdump causes disk corruption</td>
<td>In Progress</td>
@ -44,14 +37,6 @@
MBR record. Tor has a possible patch for this.</td>
</tr>
<tr>
<td>ATAng lost interrupts</td>
<td>In Progress</td>
<td>&a.sos;</td>
<td>ATAng driver looses device interrupts in certain scenarios, leading
to hangs and poor performance. Possibly related to timing problems.</td>
</tr>
<tr>
<td>pipe/VM corruption on Alpha</td>
<td>--</td>
@ -61,36 +46,6 @@
resolved.</td>
</tr>
<tr>
<td>ia64 stability</td>
<td>In Progress</td>
<td>&a.marcel;</td>
<td>&a.kris; reports high instability of 5-CURRENT on ia64
machines, such as the pluto* machines. These problems need to be
fixed in order to get a successful package build.</td>
</tr>
<tr>
<td>MAC Framework devfs path fixes</td>
<td>In progress</td>
<td>&a.rwatson;</td>
<td>&a.green; has submitted patches to improve the consistency
of the pathnames passed into the MAC Framework devfs labeling
entry points. These patches need to be thoroughly reviewed
and tested, then merged.</td>
</tr>
<tr>
<td>ACL_MASK override of umask support in UFS</td>
<td>In progress</td>
<td>&a.rwatson;</td>
<td>Many systems supporting POSIX.1e ACLs permit a minor violation
to that specification, in which the ACL_MASK entry overrides the
umask, rather than being intersected with it. The resulting
semantics can be useful in group-oriented environments, and as
such would be very helpful on FreeBSD.</td>
</tr>
</table>
<h3>Required features for 5.2-RELEASE</h3>
@ -129,6 +84,27 @@
contention on Giant.</td>
</tr>
<tr>
<td>MAC Framework devfs path fixes</td>
<td>In progress</td>
<td>&a.rwatson;</td>
<td>&a.green; has submitted patches to improve the consistency
of the pathnames passed into the MAC Framework devfs labeling
entry points. These patches need to be thoroughly reviewed
and tested, then merged.</td>
</tr>
<tr>
<td>ACL_MASK override of umask support in UFS</td>
<td>In progress</td>
<td>&a.rwatson;</td>
<td>Many systems supporting POSIX.1e ACLs permit a minor violation
to that specification, in which the ACL_MASK entry overrides the
umask, rather than being intersected with it. The resulting
semantics can be useful in group-oriented environments, and as
such would be very helpful on FreeBSD.</td>
</tr>
</table>
<h3>Desired features for 5.2-RELEASE</h3>
@ -335,6 +311,14 @@
relocations.</p></td>
</tr>
<tr>
<td>filedesc LOR</td>
<td>--</td>
<td>--</td>
<td>The LOR reported in PR kern/55175 needs to be fixed. Filedesc locking
needs to be heavily reviewed in general.</td>
</tr>
</table>
<h3>Documentation items that must be resolved for 5.2</h3>