The next release candidate is RC3 now, not RC2.

Scott Long has committed the removal of performance impacting debugging
features.  Remove this task.

The mac_lomac merge is basically complete, all that remains is the
pending documentation commit, update.
This commit is contained in:
Robert Watson 2002-12-19 01:32:28 +00:00
parent 0b13af3833
commit 57f9f2fc21
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15379

View file

@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY email 'freebsd-qa'> <!ENTITY email 'freebsd-qa'>
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.111 2002/12/12 23:32:40 murray Exp $"> <!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.112 2002/12/18 08:26:05 scottl Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues"> <!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers; <!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
@ -17,7 +17,7 @@
re@FreeBSD.org.</p> re@FreeBSD.org.</p>
<h3>Must Resolve Issues for 5.0-RC2</h3> <h3>Must Resolve Issues for 5.0-RC3</h3>
<table border=1 width="100%"> <table border=1 width="100%">
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th> <tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
</tr> </tr>
@ -55,17 +55,6 @@
believed to be the same problem as described in PR 45383.</td> believed to be the same problem as described in PR 45383.</td>
</tr> </tr>
<tr>
<td>Disable performance penalizing debug options</td>
<td>Pending RC1</td>
<td>re@</td>
<td>A number of performance-penalizing debug options are turned on
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> <tr>
<td>TrustedBSD MAC Framework userland applications</td> <td>TrustedBSD MAC Framework userland applications</td>
<td>Mostly merged, some minor updates pending</td> <td>Mostly merged, some minor updates pending</td>
@ -81,8 +70,7 @@
<td>Merge in progress</td> <td>Merge in progress</td>
<td>&a.green;,&a.rwatson;</td> <td>&a.green;,&a.rwatson;</td>
<td>New mac_lomac implementation almost completely merged: <td>New mac_lomac implementation almost completely merged:
currently missing are the default policy file (commit request currently missing is the documentation.</td>
under review by re@) and documentation.</td>
</tr> </tr>
<tr><td>devd</td><td>Prototype committed.</td> <tr><td>devd</td><td>Prototype committed.</td>