Rephrase the fandango (random number generator) critical issue report to

make it clear this is a problem with the random number generator code, not
rcNG.
This commit is contained in:
Robert Watson 2004-07-15 12:45:37 +00:00
parent 14ee65a9d5
commit 5045fe310a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21514

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.25 2004/07/01 23:34:10 scottl Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.26 2004/07/15 12:30:56 rwatson Exp $">
<!ENTITY title "FreeBSD 5.3 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -30,14 +30,14 @@
</tr>
<tr>
<td>RCNG stalls single user and sysinstall</td>
<td>/dev/random stalls single user and sysinstall</td>
<td>&status.unknown;</td>
<td>&a.markm;</td>
<td>RCNG requires either the yarrow subsystem to start or the user to
tap on the keyboard before it will deliver data to /dev/random. This
results in confusing behavior and strange messages when in single user
mode, and makes sysinstall stall. Non-blocking behavior must be
restored for 5.3.</td>
<td>The kernel random number generator requires either the yarrow
subsystem to start or the user to tap on the keyboard before it will
deliver data to /dev/random. This results in confusing behavior and
strange messages when in single user mode, and makes sysinstall stall.
Non-blocking behavior must be restored for 5.3.</td>
</tr>
<tr>