Upgrade KSE for non-i386 to Must Fix for 5.1-RELEASE.

Upgrade rtld thread-safety to Must Fix for 5.1-RELEASE.
This commit is contained in:
Robert Watson 2003-05-09 20:08:07 +00:00
parent 54d1981e7b
commit 22ed9e3736
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16853

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.1R/todo.sgml,v 1.36 2003/05/09 20:04:01 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.1R/todo.sgml,v 1.37 2003/05/09 20:06:15 rwatson Exp $">
<!ENTITY title "FreeBSD 5.1 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -95,6 +95,26 @@
if_dc and if_fxp.</td>
</tr>
<tr>
<td>KSE support for sparc64, alpha, ia64</td>
<td>--</td>
<td>&a.jake;, --, --</td>
<td>Currently, the MD elements of KSE are present only for the i386
platform, limiting use of KSE to the i386 platform. It is highly
desirable to make KSE available on non-i386 platforms for
5.1-RELEASE so that KSE can see more broad exposure, and the
performance benefits of KSE can be visible to users of the
64-bit FreeBSD architectures.</td>
</tr>
<tr>
<td>rtld-elf thread-safety</td>
<td>--</td>
<td>&a.kan;</td>
<td>Update the run-time link editor (rtld) thread-safe with
libpthread.</td>
</tr>
</table>
<h3>Desired Features for 5.1-RELEASE</h3>
@ -126,26 +146,6 @@
will defer the fix to post-5.0 and consider this errata.</td>
</tr>
<tr>
<td>KSE support for sparc64, alpha, ia64</td>
<td>--</td>
<td>&a.jake;, --, --</td>
<td>Currently, the MD elements of KSE are present only for the i386
platform, limiting use of KSE to the i386 platform. It is highly
desirable to make KSE available on non-i386 platforms for
5.1-RELEASE so that KSE can see more broad exposure, and the
performance benefits of KSE can be visible to users of the
64-bit FreeBSD architectures.</td>
</tr>
<tr>
<td>rtld-elf thread-safety</td>
<td>--</td>
<td>&a.kan;</td>
<td>Update the run-time link editor (rtld) thread-safe with
libpthread.</td>
</tr>
<tr>
<td>nullfs deadlocks</td>
<td>--</td>