Remove the item about converting the Perl scripts in the base system since

the only two left to convert are highly obscure and never used, according
to reliable reports.  Reinstate the item about removing performance degarding
debug options still it still partially applies.  Remove the item about
acpi debug messages since it was done a while ago.
This commit is contained in:
Scott Long 2002-12-19 21:36:54 +00:00
parent 2c24142ef2
commit f4a5e62535
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15391

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.0R/todo.sgml,v 1.115 2002/12/19 01:39:16 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.116 2002/12/19 01:40:41 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -79,16 +79,6 @@
a mature configuration format.</td>
</tr>
<tr>
<td>Convert base system utilities that rely on Perl</td>
<td>--</td>
<td>&a.markm;</td>
<td>With perl removed from the base system in 5.0, any existing
dependencies on perl must also be converted to a native shell
scripting language, C, or be made into packages or ports.
Remaining base system tools include mmroff, afmtodit.</td>
</tr>
<tr>
<td>KerberosV, OpenSSH, and PAM</td>
<td>In progress</td>
@ -111,6 +101,15 @@
which it should have after RC1.</td>
</tr>
<tr>
<td>Further removal of performance degrading debug options</td>
<td>In progress</td>
<td>re</td>
<td>Need to set <code>malloc_junk</code> to 0 in libc. Also need to
investigate the use of the <code>-D_LOCK_DEBUG</code> and
<code>-D_PTHREADS_INVARIANTS</code> compile flags in libc_r.</td>
</tr>
</table>
<h3>Must Resolve Issues for 5.0-RELEASE</h3>
@ -128,16 +127,6 @@
to give adequate time for the translation teams to catch up.</td>
</tr>
<tr>
<td>Disable verbose debug options</td>
<td>Pending RC2</td>
<td>re@</td>
<td>By default, ACPI generates verbose bus dumps during initial
boot even if verbose it turned off. Libdisk also includes
the DEBUG define by default, resulting in additional output.
This output needs to be turned down following RC2.</td>
</tr>
<tr>
<td>TrustedBSD MAC Framework documentation</td>
<td>FreeBSD documentation CVS HEAD: in progress</td>