diff --git a/en/releases/5.0R/todo.sgml b/en/releases/5.0R/todo.sgml index 2a5f0c19d4..dcb3726e47 100644 --- a/en/releases/5.0R/todo.sgml +++ b/en/releases/5.0R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; ]> @@ -24,7 +24,7 @@ Audit of devfs device permissions In progress - kris@FreeBSD.org + kris@ 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 @@ Race conditions in truss Debugging and fixing in progress - robert@FreeBSD.org + robert@ 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 @@ Many reported problems with disklabel -e -- - phk@FreeBSD.org, jhb@FreeBSD.org + phk@, jhb@ 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 @@ mly driver hangs during install -- - scottl@FreeBSD.org, jeff@FreeBSD.org + scottl@, jeff@ 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 @@ Need to disable rare ISA drivers via hints -- - jhb@FreeBSD.org + jhb@ ISA driver probes for rare drivers can be disruptive, and should be disabled. @@ -141,14 +141,14 @@ devdPrototype committed. - imp@FreeBSD.orgA devd prototype has been committed; + imp@A devd prototype has been committed; will mature as we approach the 5.0 release, including adopting a mature configuration format. TrustedBSD MAC Framework userland applications Mostly merged, some minor updates pending - rwatson@FreeBSD.org + rwatson@ 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 @@ TrustedBSD MAC Framework documentation FreeBSD documentation CVS HEAD: in progress - chris@FreeBSD.orgUser and developer documentation of + chris@User and developer documentation of the new extensible security framework. Includes guides for live deployment, development of policy modules, and implementation information. @@ -167,7 +167,7 @@ Port of LOMAC to TrustedBSD MAC Framework Merge in progress - green@FreeBSD.org + green@ 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 @@ UFS2 bootable on i386 In progress. We might want to miss on this one. - phk@FreeBSD.org + phk@ 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 @@ ACPI support for multiple host-pci bridge adapters patches being circulated - jhb@FreeBSD.org + jhb@ There appear to be problems with BIOS's incorrectly identifying host-pci bridge adpaters. These must be resolved before 5.0. @@ -202,7 +202,7 @@ KerberosV, OpenSSH, and PAM In progress - markm@FreeBSD.org, des@FreeBSD.org + markm@, des@ KerberosV appears not to currently work with OpenSSH using PAM. Bugs relating to pam_kerberosV have in large part been fixed. @@ -216,14 +216,14 @@ Proc LockingPatches available in Perforce - jhb@FreeBSD.orgFurther locking cleanups relating to + jhb@Further locking cleanups relating to p_ucred. awk(1) locale support patches being circulated - ru@FreeBSD.org + ru@ awk(1) should be fixed to respect locale @@ -261,7 +261,7 @@ User documentation for ACPI. -- - freebsd-doc@FreeBSD.org + freebsd-doc@ 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 @@ Rename of local -> unix in rpc socket names -- - mbr@FreeBSD.org + mbr@ mbr has requested that we change from using "local" to "unix" for tirpc unix domain socket transport naming, to sync to NetBSD. @@ -290,7 +290,7 @@ OpenSSH reports lastlog warning -- - des@FreeBSD.org + des@ 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 @@ gdb for sparc64 -- - tmm@FreeBSD.org + tmm@ gdb 5.3 now works with sparc64; gdb import desired. @@ -335,7 +335,7 @@ if_ie, if_le, if_wl network device drivers -- - sam@FreeBSD.org + sam@ 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 @@ vlan testing -- - sam@FreeBSD.org + sam@ 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