From df906c1f15e585acc23bbb0bf00a0bfe37643143 Mon Sep 17 00:00:00 2001 From: Scott Long Date: Wed, 4 Aug 2004 18:01:55 +0000 Subject: [PATCH] Correct a much-reminded typo. Remove the blocked entropy item since Mark Murray has fixed it. Thanks Mark! --- en/releases/5.3R/todo.sgml | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/en/releases/5.3R/todo.sgml b/en/releases/5.3R/todo.sgml index 61a485dcaa..1e718ce480 100644 --- a/en/releases/5.3R/todo.sgml +++ b/en/releases/5.3R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -29,23 +29,12 @@ IssueStatusResponsibleDescription - - /dev/random stalls single user and sysinstall - &status.wip; - &a.markm; - 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. - - General instability and lockups under high load &status.new; &a.scottl;, &a.julian; 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