Add three high-priority items to the 5.3 list.

This commit is contained in:
Scott Long 2003-11-14 05:13:54 +00:00
parent ba16c669e3
commit 6af65b0b49
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18835

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$">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.1 2003/11/07 07:31:43 rwatson Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -27,8 +27,34 @@
<h3>Required features for 5.3-RELEASE</h3>
<table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th></tr>
<tr>
<td>SCHED_ULE as the default scheduler</td>
<td>--</td>
<td>&a.jeff;</td>
<td>SCHED_ULE provides better interactivity, higher performance, and the
ability to support pinning and affinity. Basic HTT scheduling policies
should be in place for 5.3 also.</td>
</tr>
<tr>
<td>KSE as the default threads library</td>
<td>--</td>
<td>&a.davidxu;, &a.deischen;</td>
<td>KSE has matured to the point of being more stable and POSIX-compliant
than the traditional libc_r. All Tier-1 platforms <b>MUST</b> have
stable KSE support for 5.3 in order to support a consistent transition.
Additionally, all ports that depend on the pthreads API must be modified
to properly detect and support the default threading library.</td>
</tr>
<tr>
<td>Updated binutils for all platforms</td>
<td>--</td>
<td>--</td>
<td>Binutils needs updating in order to support new platforms, newer GDB
versions, and Thread Local Storage.</td>
</tr>
</table>