Improve the compactness of the todo tables by using username@ instead

of username@FreeBSD.org for the "responsible" column.

Suggested by:	gad
This commit is contained in:
Robert Watson 2002-11-27 17:39:15 +00:00
parent 632d9dac0d
commit 1be291287f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=15059

View file

@ -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.54 2002/11/26 18:06:36 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/releases/5.0R/todo.sgml,v 1.55 2002/11/26 18:07:47 rwatson Exp $">
<!ENTITY title "FreeBSD 5.0 Open Issues">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
@ -24,7 +24,7 @@
<tr>
<td>Audit of devfs device permissions</td>
<td>In progress</td>
<td>kris@FreeBSD.org</td>
<td>kris@</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,
@ -35,7 +35,7 @@
<tr>
<td>Race conditions in truss</td>
<td>Debugging and fixing in progress</td>
<td>robert@FreeBSD.org</td>
<td>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
@ -48,7 +48,7 @@
<tr>
<td>Many reported problems with disklabel -e</td>
<td>--</td>
<td>phk@FreeBSD.org, jhb@FreeBSD.org</td>
<td>phk@, 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
@ -77,7 +77,7 @@
<tr>
<td>mly driver hangs during install</td>
<td>--</td>
<td>scottl@FreeBSD.org, jeff@FreeBSD.org</td>
<td>scottl@, 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
@ -98,7 +98,7 @@
<tr>
<td>Need to disable rare ISA drivers via hints</td>
<td>--</td>
<td>jhb@FreeBSD.org</td>
<td>jhb@</td>
<td>ISA driver probes for rare drivers can be disruptive, and should
be disabled.</td>
</tr>
@ -141,14 +141,14 @@
</tr>
<tr><td>devd</td><td>Prototype committed.</td>
<td>imp@FreeBSD.org</td><td>A devd prototype has been committed;
<td>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>
<tr>
<td>TrustedBSD MAC Framework userland applications</td>
<td>Mostly merged, some minor updates pending</td>
<td>rwatson@FreeBSD.org</td>
<td>rwatson@</td>
<td>Most MAC support for user applications and daemons has been
merged. Minor updates to support recursive file labeling,
correct labeling in inetd, and a few other bits and pieces is
@ -158,7 +158,7 @@
<tr>
<td>TrustedBSD MAC Framework documentation</td>
<td>FreeBSD documentation CVS HEAD: in progress</td>
<td>chris@FreeBSD.org</td><td>User and developer documentation of
<td>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>
@ -167,7 +167,7 @@
<tr>
<td>Port of LOMAC to TrustedBSD MAC Framework</td>
<td>Merge in progress</td>
<td>green@FreeBSD.org</td>
<td>green@</td>
<td>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.
@ -179,7 +179,7 @@
<tr>
<td>UFS2 bootable on i386</td>
<td>In progress. We might want to miss on this one.</td>
<td>phk@FreeBSD.org</td>
<td>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
@ -194,7 +194,7 @@
<tr>
<td>ACPI support for multiple host-pci bridge adapters</td>
<td>patches being circulated</td>
<td>jhb@FreeBSD.org</td>
<td>jhb@</td>
<td>There appear to be problems with BIOS's incorrectly identifying
host-pci bridge adpaters. These must be resolved before 5.0.</td>
</tr>
@ -202,7 +202,7 @@
<tr>
<td>KerberosV, OpenSSH, and PAM</td>
<td>In progress</td>
<td>markm@FreeBSD.org, des@FreeBSD.org</td>
<td>markm@, des@</td>
<td>KerberosV appears not to currently work with OpenSSH using PAM.
Bugs relating to pam_kerberosV have in large part been fixed.</td>
</tr>
@ -216,14 +216,14 @@
<tr>
<td>Proc Locking</td><td>Patches available in Perforce</td>
<td>jhb@FreeBSD.org</td><td>Further locking cleanups relating to
<td>jhb@</td><td>Further locking cleanups relating to
p_ucred.</td>
</tr>
<tr>
<td>awk(1) locale support</td>
<td>patches being circulated</td>
<td>ru@FreeBSD.org</td>
<td>ru@</td>
<td>awk(1) should be fixed to respect locale</td>
</tr>
@ -261,7 +261,7 @@
<tr>
<td width="30%">User documentation for ACPI.</td>
<td width="10%">--</td>
<td width="10%">freebsd-doc@FreeBSD.org</td>
<td width="10%">freebsd-doc@</td>
<td>The new ACPI code is a very important component of FreeBSD
5.0-RELEASE, but the documentation is insufficient. The manual
@ -282,7 +282,7 @@
<tr>
<td>Rename of local -> unix in rpc socket names</td>
<td>--</td>
<td>mbr@FreeBSD.org</td>
<td>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>
@ -290,7 +290,7 @@
<tr>
<td>OpenSSH reports lastlog warning</td>
<td>--</td>
<td>des@FreeBSD.org</td>
<td>des@</td>
<td>OpenSSH appears to invoke the PAM session code in the wrong process
when running with privsep, resulting in warnings of the form
"Nov 20 18:08:55 u60 sshd[2002]: /var/log/lastlog: Permission denied".
@ -320,7 +320,7 @@
<tr>
<td>gdb for sparc64</td>
<td>--</td>
<td>tmm@FreeBSD.org</td>
<td>tmm@</td>
<td>gdb 5.3 now works with sparc64; gdb import desired.</td>
</tr>
@ -335,7 +335,7 @@
<tr>
<td>if_ie, if_le, if_wl network device drivers</td>
<td>--</td>
<td>sam@FreeBSD.org</td>
<td>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
@ -348,7 +348,7 @@
<tr>
<td>vlan testing</td>
<td>--</td>
<td>sam@FreeBSD.org</td>
<td>sam@</td>
<td>Changes to the network device driver interfaces and introduction
of m_tags has changed the way in which vlans are implemented in
5.0. These changes require additional testing. If you make use