Add RCNG item.
This commit is contained in:
parent
7399cff803
commit
719a451095
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21205
1 changed files with 12 additions and 1 deletions
|
|
@ -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.21 2004/06/10 09:35:45 scottl Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.3R/todo.sgml,v 1.22 2004/06/21 03:44:47 scottl Exp $">
|
||||
<!ENTITY title "FreeBSD 5.3 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
|
@ -29,6 +29,17 @@
|
|||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>RCNG 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>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>gcc 3.3 floating point alignment regression</td>
|
||||
<td>&status.new;</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue