Correct a much-reminded typo.

Remove the blocked entropy item since Mark Murray has fixed it.  Thanks Mark!
This commit is contained in:
Scott Long 2004-08-04 18:01:55 +00:00
parent a90f3e5bb3
commit df906c1f15
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21816

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.36 2004/08/02 19:35:46 bmah Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.37 2004/08/04 02:33:13 scottl Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -29,23 +29,12 @@
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr>
<tr>
<td>/dev/random stalls single user and sysinstall</td>
<td>&status.wip;</td>
<td>&a.markm;</td>
<td>The kernel random number generator's requirement of needing to be
fed entropy early on has been disabled so that sysinstall and single-user
mode apps don't block with strange messages. Work is still needed in
rc.d to enable the higher-quality entropy before critical startup scripts
start and the system reaches multiuser mode.</td>
</tr>
<tr>
<td>General instability and lockups under high load</td>
<td>&status.new;</td>
<td>&a.scottl;, &a.julian;</td>
<td>Problems persist with crashes and hangs under heavy load, especially
under SMP. The recent introduction of full-scale preemption exasperated
under SMP. The recent introduction of full-scale preemption exacerbated
the problem, though preemption has been turned off temporarily while
this problem is debugged. Speculation on the source of the problem
seems to center around problems in the scheduler and appear to be common