diff --git a/en/releases/5.0R/todo.sgml b/en/releases/5.0R/todo.sgml
index 1f44ded245..8b93cf0436 100644
--- a/en/releases/5.0R/todo.sgml
+++ b/en/releases/5.0R/todo.sgml
@@ -1,216 +1,224 @@
-
+
%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 | Prototype available, will be committed over weekend
of Oct 19-20, 2002 | imp@FreeBSD.org | A devd
prototype to manage the insertion and removal of devices (usb,
firewire, pccard, etc..) from the system. |
TrustedBSD MAC Framework system call interface |
Perforce trustedbsd_mac: preparing for merge to main tree |
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 |
Perforce trustedbsd_mac: preparing for merge to main tree |
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 |
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: default now switched |
phk@FreeBSD.org,sam@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. Currently waiting on
bugs in sysinstall to be resolved relating to libdisk; many
nits have already been resolved (SCSI deadlocks, etc). |
gdb for sparc64 |
-- |
tmm@FreeBSD.org |
gdb 5.3 now works with sparc64; gdb import required. |
Sysinstall for sparc64 |
-- |
phk@FreeBSD.org |
Sysinstall currently doesn't understand disk labeling sufficiently
to correctly install on sparc64. Various approaches might be
taken, including adopting libwhisk as an extendable labeling
mechanism, but the work hasn't yet been done. For sparc64 to be
a Tier 1 supported platform, it needs sysinstall to work out
of the box. |
UFS2 bootable on i386 |
In progress |
green@FreeBSD.org, phk@FreeBSD.org |
UFS2 can be successfully booted on sparc64, but on i386 the
emulated 64-bit instructions grow boot2 beyond the 8k traditionally
allocated for that boot loader. There appear to be some combination
of books in various bits of the boot loading mecahnism relating
to this (possibly including in the i386 emulated 64-bit instructions)
that must be resolved. In addition, the installation code now needs
to start leaving room for the larger boot blocks so that freshly
installed systems can be UFS2-bootable. |
ACPI support for multiple host-pci bridge adapters |
patches being circulated |
jhb@FreeBSD.org |
There appear to be problems with BIOS's incorrectly identifying
host-pci bridge adpaters. These must be resolved before 5.0. |
RaidFrame |
In progress |
scottl@FreeBSD.org |
Experimental RaidFrame port needs to be committed to the tree.
Commit expected over the weekend of Oct 19-20, 2002. |
KerberosV and PAM |
In progress |
markm@FreeBSD.org |
KerberosV appears not to currently work with OpenPAM. |
FireWire Support | In progress | ?? |
Firewire kernel support has been committed. Userland support is
pending. Large quantities of debugging output are reported;
may require an "experimental feature tag" for the release notes? |
Proc Locking | Patches available in Perforce |
jhb@FreeBSD.org | Further locking cleanups relating to
p_ucred. |
+
+ ipfw2 on non-i386 platforms | unknown |
+ luigi@FreeBSD.org | In order for IPFW2 to be the default
+ firewall package in FreeBSD 5.0-RELEASE, it needs to work properly
+ on non-i386 platforms. Currently it crashes on Alpha and sparc64
+ due to alignment problems. |
+
+