Update the 5.0-RELEASE task list:
Remove X11 instability issue, it was fixed by peter, bde, and others as part of ABI and signal compat. Replace DP2 requirements section with an RC1 requirements section. Add a final release requirement that we tone down the debugging options. Remove the TrustedBSD MAC framework system call interface item: it's done. Remove the GEOM as default storage management framework: it's done. Update the KerberosV/OpenPAM issue: nectar fixed bugs in the PAM module with the help (hinderance) of phkmalloc. Some bugs remain in the OpenSSH integration area. Add a new item for the creation of a freebsd-games port, requested by kkenn. Assign markm as owner. Add a new item for the creation of an a.out buildchain port, requested by kkenn. DEVELOPERS: please review the todo list and make sure it accurately captures the list of "must be done" things for 5.0-RELEASE.
This commit is contained in:
parent
f15d0fca75
commit
425b01fe4f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14943
1 changed files with 31 additions and 37 deletions
|
|
@ -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.13 2002/10/21 01:54:22 keramida Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.14 2002/10/22 07:30:42 phk Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
|
@ -19,23 +19,12 @@
|
|||
|
||||
|
||||
|
||||
<h3>Must Resolve Issues for 5.0-DP2</h3>
|
||||
|
||||
<h3>Must Resolve Issues for 5.0-RC1</h3>
|
||||
<table border=1 width="100%">
|
||||
<tr><th>Issue</th><th>Status</th><th>Responsible</th><th>Description</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>X instability</td><td>Unknown</td><td>??</td>
|
||||
|
||||
<td>XFree86 hangs after several hours/days of use with -CURRENT. No
|
||||
further details are available at this time.</td>
|
||||
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
<h3>Must Resolve Issues for 5.0-RELEASE</h3>
|
||||
|
||||
<table border=1 width="100%">
|
||||
|
|
@ -51,21 +40,21 @@
|
|||
to give adequate time for the translation teams to catch up.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Disable performance penalizing debug options</td>
|
||||
<td>Pending RC1
|
||||
<td>re@</td>
|
||||
<td>A number of performance-penalizing debug options are turned on
|
||||
by default in 5.0-CURRENT. These include user malloc debugging
|
||||
flags, WITNESS, INVARIANTS, and others. These must be turned off
|
||||
as we approach the release.</td>
|
||||
</tr>
|
||||
|
||||
<tr><td>devd</td><td>Prototype committed.</td>
|
||||
<td>imp@FreeBSD.org</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 system call interface</td>
|
||||
<td>Perforce trustedbsd_mac: preparing for merge to main tree</td>
|
||||
<td>rwatson@FreeBSD.org</td>
|
||||
<td>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.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>TrustedBSD MAC Framework userland applications</td>
|
||||
<td>Perforce trustedbsd_mac: preparing for merge to main tree</td>
|
||||
|
|
@ -92,17 +81,6 @@
|
|||
code duplication in the LOMAC tree to improve maintenance cost.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>Switch to GEOM as default storage management framework</td>
|
||||
<td>Belived to be OK.</td>
|
||||
<td>phk@FreeBSD.org,sam@FreeBSD.org</td><td>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).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>gdb for sparc64</td>
|
||||
<td>--</td>
|
||||
|
|
@ -146,10 +124,10 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>KerberosV and PAM</td>
|
||||
<td>KerberosV, OpenSSH, and PAM</td>
|
||||
<td>In progress</td>
|
||||
<td>markm@FreeBSD.org</td>
|
||||
<td>KerberosV appears not to currently work with OpenPAM.</td>
|
||||
<td>markm@FreeBSD.org, nectar@FreeBSD.org</td>
|
||||
<td>KerberosV appears not to currently work with OpenSSH using PAM.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
@ -200,6 +178,22 @@
|
|||
5.0</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>freebsd-games</td>
|
||||
<td>--</td>
|
||||
<td>markm@FreeBSD.org</td>
|
||||
<td>A number of games were stripped from the base system: they should
|
||||
be made into a port.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>a.out toolchain port</td>
|
||||
<td>--</td>
|
||||
<td>--</td>
|
||||
<td>A.out support in the base system was reduced; the removed build
|
||||
chain components should be made into a port.</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
&footer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue