diff --git a/en/releases/5.0R/todo.sgml b/en/releases/5.0R/todo.sgml
index 62cc44f4fd..6de815e93c 100644
--- a/en/releases/5.0R/todo.sgml
+++ b/en/releases/5.0R/todo.sgml
@@ -1,140 +1,143 @@
-
+
%includes;
]>
&header;
This is a list of open issues that need to be resolved for FreeBSD
5.0. If you think something should be listed here, please email
re@FreeBSD.org. This issue was discussed in detail at the Developer Summit
at Usenix.
| Issue | Status | Responsible | Description |
| 5.0 Documentation | -- | freebsd-doc |
As a minimum, we need to cover the areas where 5.x and 4.x
differ in the FAQ and Handbook. This entails marking some areas
with "This procedure is specific to 4.X. For more information for
5.x, please see foo(n)" or similar. This needs to happen quickly,
to give adequate time fo rthe translation teams to catch up. |
| devd | Unknown | imp@FreeBSD.org | A devd
prototype to manage the insertion and removal of devices (usb,
firewire, pccard, etc..) from the system. |
| KDE / GNOME | Unknown after GCC upgrade | ports@FreeBSD.org |
Working KDE and GNOME packages are a requirement for 5.0
RELEASE. Before the recent GCC upgrade, there were problems
building parts of KDE. |
| TrustedBSD MAC Framework system call interface |
- Personal branch: in progress | rwatson@FreeBSD.org |
+ Perforce rwatson_macnewapi: in progress |
+ rwatson@FreeBSD.org |
Revised system call interface supporting extensible label access
from userland. This replaces the current temporary API which
supports only a subset of the available policies and is not
extensible at run-time. |
| TrustedBSD MAC Framework userland applications |
- TrustedBSD MAC branch: in progress | rwatson@FreeBSD.org |
+ Perforce trustedbsd_mac: in progress |
+ rwatson@FreeBSD.org |
Simple labeling applications including {get,set}[fp]mac(8),
as well as labeling during the login process. |
| TrustedBSD MAC Framework documentation |
FreeBSD documentation CVS HEAD: in progress |
chris@FreeBSD.org | User and developer documentation of
the new extensible security framework. Includes guides for live
deployment, development of policy modules, and implementation
information. |
| Port of LOMAC to TrustedBSD MAC Framework |
- TrustedBSD MAC branch: in progress | green@FreeBSD.org |
+ Perforce trustedbsd_mac: in progress |
+ green@FreeBSD.org |
Re-implementation of LOMAC to plug in via the MAC framework,
making it easier to deploy and support, as well as removing
code duplication in the LOMAC tree to improve maintenance cost. |
| Switch to GEOM as default storage management framework |
FreeBSD CVS HEAD: in progress |
phk@FreeBSD.org | Move to using GEOM in the GENERIC
kernel as the default storage management framework, supporting
out-of-the-box use of new partiton types, data transforms (such
as cryptographic swap protection), etc. |