Take the ULE item off of the testing list since it is no longer the default.

Move sparc64 KSE out of the required list.  A threading package does exist
for sparc64.  Hopefully KSE will continue to make progress on it.
This commit is contained in:
Scott Long 2004-10-01 19:22:52 +00:00
parent 16c4ef9191
commit b0e2ba1c45
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22531

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.3R/todo.sgml,v 1.88 2004/09/26 19:31:47 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.89 2004/10/01 19:20:06 scottl Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -80,14 +80,6 @@
<table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th></tr>
<tr>
<td>KSE support for sparc64</td>
<td>--</td>
<td>--</td>
<td>Kernel bits implemented, userland not implemented. Required for
5.3-RELEASE.</td>
</tr>
<tr>
<td>GDB thread support</td>
<td>&status.wip;</td>
@ -127,6 +119,13 @@
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>KSE support for sparc64</td>
<td>&status.wip;</td>
<td>&a.kensmith;</td>
<td>Kernel bits implemented, userland not implemented.</td>
</tr>
<tr>
<td>truss support for ptrace</td>
<td>--</td>
@ -435,15 +434,6 @@
<table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>SCHED_ULE as the default scheduler</td>
<td>&status.untested;</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>&status.untested;</td>