Update the 5.0-RC2 TODO list.
This commit is contained in:
parent
da03e65ca8
commit
0b13af3833
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15378
1 changed files with 5 additions and 23 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.0R/todo.sgml,v 1.110 2002/12/12 02:46:25 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.111 2002/12/12 23:32:40 murray Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
|
@ -60,9 +60,10 @@
|
|||
<td>Pending RC1</td>
|
||||
<td>re@</td>
|
||||
<td>A number of performance-penalizing debug options are turned on
|
||||
by default in 5.0-CURRENT. These include user malloc debugging
|
||||
flags, WITNESS, INVARIANTS, DEBUG=-g, and others. These must be
|
||||
turned off as we approach the release.</td>
|
||||
by default in 5.0-CURRENT. The kernel options WITNESS, INVARIANTS,
|
||||
DEBUG=-g, and DDB have been turned off. malloc still defaults to
|
||||
'AJ' for now, though it should be turned off as we approach the
|
||||
release.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
@ -122,25 +123,6 @@
|
|||
which it should have after RC1.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>device.hints documentation</td>
|
||||
<td>--</td>
|
||||
<td>&a.scottl;</td>
|
||||
<td>INSTALL.TXT requires updating for device.hints, and the
|
||||
device.hints text in the handbook requires examples. With a
|
||||
number of more obscure ISA drivers disabled using hints by
|
||||
default, this information will be necessary to get FreeBSD
|
||||
5 up and running. INSTALL.TXT also requires updating for
|
||||
ACPI.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>awk(1) locale support</td>
|
||||
<td>Import of one-true-awk pending end of RC1</td>
|
||||
<td>&a.obrien;</td>
|
||||
<td>awk(1) should be fixed to respect locale</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<h3>Must Resolve Issues for 5.0-RELEASE</h3>
|
||||
|
|
Loading…
Reference in a new issue