Update various todo items: remove KDE/gcc compiler problems because
compiler is now upgraded. Note devd commit status as 'pending this weekend'. Note that sparc64 gdb works with gdb 5.3, that an import is required to fix it in the base tree. Update status on TrustedBSD new user api. Other bits and pieces.
This commit is contained in:
parent
e038520ba1
commit
abd0c34012
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14687
1 changed files with 10 additions and 15 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.7 2002/09/30 16:08:02 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.8 2002/09/30 16:29:42 murray Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
|
@ -51,20 +51,14 @@
|
|||
to give adequate time fo rthe translation teams to catch up.</td>
|
||||
</tr>
|
||||
|
||||
<tr><td>devd</td><td>Unknown</td><td>imp@FreeBSD.org</td><td>A devd
|
||||
<tr><td>devd</td><td>Prototype available, will be committed over weekend
|
||||
of Oct 19-20, 2002</td><td>imp@FreeBSD.org</td><td>A devd
|
||||
prototype to manage the insertion and removal of devices (usb,
|
||||
firewire, pccard, etc..) from the system.</td></tr>
|
||||
|
||||
<tr>
|
||||
<td>KDE / GNOME</td><td>Unknown after GCC upgrade</td><td>ports@FreeBSD.org</td>
|
||||
<td>Working KDE and GNOME packages are a requirement for 5.0
|
||||
RELEASE. Before the recent GCC upgrade, there were problems
|
||||
building parts of KDE.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>TrustedBSD MAC Framework system call interface</td>
|
||||
<td>Perforce rwatson_macnewapi: in progress</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
|
||||
|
@ -74,7 +68,7 @@
|
|||
|
||||
<tr>
|
||||
<td>TrustedBSD MAC Framework userland applications</td>
|
||||
<td>Perforce trustedbsd_mac: in progress</td>
|
||||
<td>Perforce trustedbsd_mac: preparing for merge to main tree</td>
|
||||
<td>rwatson@FreeBSD.org</td>
|
||||
<td>Simple labeling applications including {get,set}[fp]mac(8),
|
||||
as well as labeling during the login process.</td>
|
||||
|
@ -100,19 +94,20 @@
|
|||
|
||||
<tr>
|
||||
<td>Switch to GEOM as default storage management framework</td>
|
||||
<td>FreeBSD CVS HEAD: in progress</td>
|
||||
<td>FreeBSD CVS HEAD: default now switched</td>
|
||||
<td>phk@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.</td>
|
||||
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>
|
||||
<td>tmm@FreeBSD.org</td>
|
||||
<td>gdb currently does not work on sparc64, but is a required feature
|
||||
for sparc64 to be a Tier 1 supported platform.</td>
|
||||
<td>gdb 5.3 now works with sparc64; gdb import required.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
Loading…
Reference in a new issue