Move two MAC items, devd, and perl scripts into the RC2 category.

These must be completed before we cut RC2.
This commit is contained in:
Robert Watson 2002-12-03 19:48:12 +00:00
parent 2e9e9359e9
commit 876c90ffd9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15147

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.72 2002/12/03 19:37:30 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.73 2002/12/03 19:41:34 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -98,6 +98,41 @@
turned off as we approach the release.</td>
</tr>
<tr>
<td>TrustedBSD MAC Framework userland applications</td>
<td>Mostly merged, some minor updates pending</td>
<td>rwatson@</td>
<td>Most MAC support for user applications and daemons has been
merged. Minor updates to support correct labeling in inetd,
optional labeling of ttys, and a few other bits and pieces are
pending.</td>
</tr>
<tr>
<td>Port of LOMAC to TrustedBSD MAC Framework</td>
<td>Merge in progress</td>
<td>green@,rwatson@</td>
<td>New mac_lomac implementation almost completely merged:
currently missing are the default policy file (commit request
under review by re@) and documentation.</td>
</tr>
<tr><td>devd</td><td>Prototype committed.</td>
<td>imp@</td><td>A devd prototype has been committed;
will mature as we approach the 5.0 release, including adopting
a mature configuration format.</td>
</tr>
<tr>
<td>Convert base system utilities that rely on Perl</td>
<td>--</td>
<td>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>
</table>
<h3>Must Resolve Issues for 5.0-RELEASE</h3>
@ -125,21 +160,6 @@
This output needs to be turned down following RC2.</td>
</tr>
<tr><td>devd</td><td>Prototype committed.</td>
<td>imp@</td><td>A devd prototype has been committed;
will mature as we approach the 5.0 release, including adopting
a mature configuration format.</td></tr>
<tr>
<td>TrustedBSD MAC Framework userland applications</td>
<td>Mostly merged, some minor updates pending</td>
<td>rwatson@</td>
<td>Most MAC support for user applications and daemons has been
merged. Minor updates to support correct labeling in inetd,
optional labeling of ttys, and a few other bits and pieces are
pending.</td>
</tr>
<tr>
<td>TrustedBSD MAC Framework documentation</td>
<td>FreeBSD documentation CVS HEAD: in progress</td>
@ -149,15 +169,6 @@
information.</td>
</tr>
<tr>
<td>Port of LOMAC to TrustedBSD MAC Framework</td>
<td>Merge in progress</td>
<td>green@,rwatson@</td>
<td>New mac_lomac implementation almost completely merged:
currently missing are the default policy file (commit request
under review by re@) and documentation.</td>
</tr>
<tr>
<td>UFS2 bootable on i386</td>
<td>In progress. We might want to miss on this one.</td>
@ -220,16 +231,6 @@
following boot.</td>
</tr>
<tr>
<td>Convert base system utilities that rely on Perl</td>
<td>--</td>
<td>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>inpcb panic involving IP stack sleep</td>
<td>Debugging in progress</td>