diff --git a/en/releases/5.0R/todo.sgml b/en/releases/5.0R/todo.sgml
index 4717ba336d..02c116abb2 100644
--- a/en/releases/5.0R/todo.sgml
+++ b/en/releases/5.0R/todo.sgml
@@ -1,7 +1,7 @@
-
+
%includes;
]>
@@ -98,6 +98,41 @@
turned off as we approach the release.
+
+ TrustedBSD MAC Framework userland applications |
+ Mostly merged, some minor updates pending |
+ rwatson@ |
+ 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. |
+
+
+
+ Port of LOMAC to TrustedBSD MAC Framework |
+ Merge in progress |
+ green@,rwatson@ |
+ New mac_lomac implementation almost completely merged:
+ currently missing are the default policy file (commit request
+ under review by re@) and documentation. |
+
+
+ devd | Prototype committed. |
+ imp@ | A devd prototype has been committed;
+ will mature as we approach the 5.0 release, including adopting
+ a mature configuration format. |
+
+
+
+ Convert base system utilities that rely on Perl |
+ -- |
+ markm |
+ 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. |
+
+
Must Resolve Issues for 5.0-RELEASE
@@ -125,21 +160,6 @@
This output needs to be turned down following RC2.
- devd | Prototype committed. |
- imp@ | A devd prototype has been committed;
- will mature as we approach the 5.0 release, including adopting
- a mature configuration format. |
-
-
- TrustedBSD MAC Framework userland applications |
- Mostly merged, some minor updates pending |
- rwatson@ |
- 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. |
-
-
TrustedBSD MAC Framework documentation |
FreeBSD documentation CVS HEAD: in progress |
@@ -149,15 +169,6 @@
information.
-
- Port of LOMAC to TrustedBSD MAC Framework |
- Merge in progress |
- green@,rwatson@ |
- New mac_lomac implementation almost completely merged:
- currently missing are the default policy file (commit request
- under review by re@) and documentation. |
-
-
UFS2 bootable on i386 |
In progress. We might want to miss on this one. |
@@ -220,16 +231,6 @@
following boot.
-
- Convert base system utilities that rely on Perl |
- -- |
- markm |
- 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. |
-
-
inpcb panic involving IP stack sleep |
Debugging in progress |