Remove the KQUEUE + make item as it is well tested now.

This commit is contained in:
Scott Long 2004-09-03 08:27:43 +00:00
parent 831c28de30
commit 807bc023f0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=22220

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.63 2004/09/03 03:57:10 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.64 2004/09/03 03:59:35 rwatson Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -474,19 +474,6 @@
should be in place for 5.3 also.</td>
</tr>
<tr>
<td>make -DUSE_KQUEUE causes lockup with buildworld -jBIGNUM</td>
<td>&status.untested;</td>
<td>&a.green;, &a.jmg;</td>
<td>Attempts to use make(1) with KQueues appears to result in a kernel
hang under "heavy load". It would be desirable to fix this
both from the perspective of building FreeBSD quickly as a
developer, but also because it's an instability that could show
up under other high load and heavy use of KQueues. See PR
kern/57945 for a proposed patch and details. This appear to be
the product of a locking problem, and must be fixed for 5.3.</td>
</tr>
<tr>
<td>KSE as the default threads library</td>
<td>&status.untested;</td>