Where available, use entities for task owners.
This commit is contained in:
parent
768e3aa4ac
commit
22ec5225b8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15285
1 changed files with 21 additions and 20 deletions
|
@ -1,9 +1,10 @@
|
|||
<!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.106 2002/12/09 16:18:54 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.107 2002/12/10 16:13:29 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD 5.0 Open Issues">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../../developers.sgml"> %developers;
|
||||
]>
|
||||
|
||||
<html>
|
||||
|
@ -24,7 +25,7 @@
|
|||
<tr>
|
||||
<td>Many reported problems with disklabel -e</td>
|
||||
<td>--</td>
|
||||
<td>phk@, jhb@</td>
|
||||
<td>&a.phk;, &a.jhb;</td>
|
||||
<td>Changes in the disk label format have resulted in substantial
|
||||
numbers of bug reports; these must be resolved by RC1. The problem
|
||||
involving a cache coherency issue relating to partition resizes
|
||||
|
@ -35,7 +36,7 @@
|
|||
<tr>
|
||||
<td>Audit of devfs device permissions</td>
|
||||
<td>In progress</td>
|
||||
<td>kris@,rwatson@</td>
|
||||
<td>&a.kris;,&a.rwatson;</td>
|
||||
<td>With the move to devfs, the permissions specified in kernel device
|
||||
creation lines using make_dev() are now used as the default permissions
|
||||
for /dev entries. Some of these entries are more lax than is desired,
|
||||
|
@ -46,7 +47,7 @@
|
|||
<tr>
|
||||
<td>mly driver hangs during install</td>
|
||||
<td>--</td>
|
||||
<td>scottl@, jeff@</td>
|
||||
<td>&a.scottl;, &a.jeff;</td>
|
||||
<td>Hangs have been reported during the 5.0 snapshot install when
|
||||
installing to mly supported RAID arrays. The same array appears
|
||||
to work fine with 4.7-RELEASE. The card in question is a Mylex
|
||||
|
@ -67,7 +68,7 @@
|
|||
<tr>
|
||||
<td>TrustedBSD MAC Framework userland applications</td>
|
||||
<td>Mostly merged, some minor updates pending</td>
|
||||
<td>rwatson@</td>
|
||||
<td>&a.rwatson;</td>
|
||||
<td>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
|
||||
|
@ -77,14 +78,14 @@
|
|||
<tr>
|
||||
<td>Port of LOMAC to TrustedBSD MAC Framework</td>
|
||||
<td>Merge in progress</td>
|
||||
<td>green@,rwatson@</td>
|
||||
<td>&a.green;,&a.rwatson;</td>
|
||||
<td>New mac_lomac implementation almost completely merged:
|
||||
currently missing are the default policy file (commit request
|
||||
under review by re@) and documentation.</td>
|
||||
</tr>
|
||||
|
||||
<tr><td>devd</td><td>Prototype committed.</td>
|
||||
<td>imp@</td><td>A devd prototype has been committed;
|
||||
<td>&a.imp;</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>
|
||||
|
@ -92,7 +93,7 @@
|
|||
<tr>
|
||||
<td>Convert base system utilities that rely on Perl</td>
|
||||
<td>--</td>
|
||||
<td>markm</td>
|
||||
<td>&a.markm;</td>
|
||||
<td>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.
|
||||
|
@ -102,7 +103,7 @@
|
|||
<tr>
|
||||
<td>KerberosV, OpenSSH, and PAM</td>
|
||||
<td>In progress</td>
|
||||
<td>markm@, des@, nectar@</td>
|
||||
<td>&a.markm;, &a.des;, &a.nectar;</td>
|
||||
<td>KerberosV appears not to currently work with OpenSSH using PAM.
|
||||
Bugs relating to pam_krb5 have in large part been fixed.</td>
|
||||
</tr>
|
||||
|
@ -124,7 +125,7 @@
|
|||
<tr>
|
||||
<td>device.hints documentation</td>
|
||||
<td>--</td>
|
||||
<td>scottl@</td>
|
||||
<td>&a.scottl;</td>
|
||||
<td>INSTALL.TXT requires updating for device.hints, and the
|
||||
device.hints text in the handbook requires examples. With a
|
||||
number of more obscure ISA drivers disabled using hints by
|
||||
|
@ -136,7 +137,7 @@
|
|||
<tr>
|
||||
<td>awk(1) locale support</td>
|
||||
<td>Import of one-true-awk pending end of RC1</td>
|
||||
<td>obrien@</td>
|
||||
<td>&a.obrien;</td>
|
||||
<td>awk(1) should be fixed to respect locale</td>
|
||||
</tr>
|
||||
|
||||
|
@ -170,7 +171,7 @@
|
|||
<tr>
|
||||
<td>TrustedBSD MAC Framework documentation</td>
|
||||
<td>FreeBSD documentation CVS HEAD: in progress</td>
|
||||
<td>chris@</td><td>User and developer documentation of
|
||||
<td>&a.chris;</td><td>User and developer documentation of
|
||||
the new extensible security framework. Includes guides for live
|
||||
deployment, development of policy modules, and implementation
|
||||
information.</td>
|
||||
|
@ -179,7 +180,7 @@
|
|||
<tr>
|
||||
<td>UFS2 bootable on i386</td>
|
||||
<td>In progress. We might want to miss on this one.</td>
|
||||
<td>phk@</td>
|
||||
<td>&a.phk;</td>
|
||||
<td>UFS2 can be successfully booted on sparc64, but on i386
|
||||
boot2 cannot fit in the space reserved in front of a UFS1 filesystem.
|
||||
disklabel, libdisk, sysinstall and newfs needs to learn about this
|
||||
|
@ -202,7 +203,7 @@
|
|||
<tr>
|
||||
<td width="30%">User documentation for ACPI.</td>
|
||||
<td width="10%">--</td>
|
||||
<td width="10%">trhodes@</td>
|
||||
<td width="10%">&a.trhodes;</td>
|
||||
|
||||
<td>The new ACPI code is a very important component of FreeBSD
|
||||
5.0-RELEASE, but the documentation is insufficient. The manual
|
||||
|
@ -223,7 +224,7 @@
|
|||
<tr>
|
||||
<td>Rename of local -> unix in rpc socket names</td>
|
||||
<td>--</td>
|
||||
<td>mbr@</td>
|
||||
<td>&a.mbr;</td>
|
||||
<td>mbr has requested that we change from using "local" to "unix"
|
||||
for tirpc unix domain socket transport naming, to sync to NetBSD.</td>
|
||||
</tr>
|
||||
|
@ -269,7 +270,7 @@
|
|||
<tr>
|
||||
<td>Race conditions in truss</td>
|
||||
<td>Debugging and fixing in progress</td>
|
||||
<td>robert@</td>
|
||||
<td>&a.robert;</td>
|
||||
<td>Truss appears to contain a race condition during the start-up of
|
||||
debugging, which can result in truss failing to attach to the process
|
||||
before it exits. The symptom is that truss reports that it cannot
|
||||
|
@ -282,7 +283,7 @@
|
|||
<tr>
|
||||
<td>gcc 3.3 ABI hack</td>
|
||||
<td>--</td>
|
||||
<td>obrien@</td>
|
||||
<td>&a.obrien;</td>
|
||||
<td>Hack the C++ ABI in our in-tree version of g++ to match what
|
||||
will be used for gcc 3.3. This would permit us forward
|
||||
ABI compatibility, avoiding future breakage when we want to
|
||||
|
@ -326,7 +327,7 @@
|
|||
<tr>
|
||||
<td>if_ie, if_le, if_wl network device drivers</td>
|
||||
<td>--</td>
|
||||
<td>sam@</td>
|
||||
<td>&a.sam;</td>
|
||||
<td>Changes made to the ethernet driver interfaces required sweeping
|
||||
API changes across all ethernet device drivers. While these
|
||||
changes are largely mechanical, they were not tested for three less
|
||||
|
@ -365,7 +366,7 @@
|
|||
<tr>
|
||||
<td>KDE does not install from ISO</td>
|
||||
<td>In Progress</td>
|
||||
<td>murray</td>
|
||||
<td>&a.murray;</td>
|
||||
<td>The kde meta-package is not included on the ISO, but many of
|
||||
the component kde packages are, so sysinstall gets confused and
|
||||
installs kde-icontheme instead (more correct behavior would be to
|
||||
|
@ -375,7 +376,7 @@
|
|||
<tr>
|
||||
<td>sparc64 and alpha RC1 ISO images did not include Perl package</td>
|
||||
<td>In progress</td>
|
||||
<td>jhb</td>
|
||||
<td>&a.jhb;</td>
|
||||
<td>Perl packages were accidentally excluded from the RC1 ISOs for
|
||||
the sparc64 and alpha platforms. This will result in whining from
|
||||
the installation, but the install will succeed. Perl may then be
|
||||
|
|
Loading…
Reference in a new issue