diff --git a/en/releases/5.0R/todo.sgml b/en/releases/5.0R/todo.sgml index 89778e5294..95009fdff7 100644 --- a/en/releases/5.0R/todo.sgml +++ b/en/releases/5.0R/todo.sgml @@ -1,9 +1,10 @@ - + %includes; + %developers; ]> @@ -24,7 +25,7 @@ Many reported problems with disklabel -e -- - phk@, jhb@ + &a.phk;, &a.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 @@ -35,7 +36,7 @@ Audit of devfs device permissions In progress - kris@,rwatson@ + &a.kris;,&a.rwatson; 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 @@ mly driver hangs during install -- - scottl@, jeff@ + &a.scottl;, &a.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 @@ -67,7 +68,7 @@ TrustedBSD MAC Framework userland applications Mostly merged, some minor updates pending - rwatson@ + &a.rwatson; 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 @@ Port of LOMAC to TrustedBSD MAC Framework Merge in progress - green@,rwatson@ + &a.green;,&a.rwatson; New mac_lomac implementation almost completely merged: currently missing are the default policy file (commit request under review by re@) and documentation. devdPrototype committed. - imp@A devd prototype has been committed; + &a.imp;A devd prototype has been committed; will mature as we approach the 5.0 release, including adopting a mature configuration format. @@ -92,7 +93,7 @@ Convert base system utilities that rely on Perl -- - markm + &a.markm; 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 @@ KerberosV, OpenSSH, and PAM In progress - markm@, des@, nectar@ + &a.markm;, &a.des;, &a.nectar; KerberosV appears not to currently work with OpenSSH using PAM. Bugs relating to pam_krb5 have in large part been fixed. @@ -124,7 +125,7 @@ device.hints documentation -- - scottl@ + &a.scottl; 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 @@ awk(1) locale support Import of one-true-awk pending end of RC1 - obrien@ + &a.obrien; awk(1) should be fixed to respect locale @@ -170,7 +171,7 @@ TrustedBSD MAC Framework documentation FreeBSD documentation CVS HEAD: in progress - chris@User and developer documentation of + &a.chris;User and developer documentation of the new extensible security framework. Includes guides for live deployment, development of policy modules, and implementation information. @@ -179,7 +180,7 @@ UFS2 bootable on i386 In progress. We might want to miss on this one. - phk@ + &a.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 @@ -202,7 +203,7 @@ User documentation for ACPI. -- - trhodes@ + &a.trhodes; 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 @@ Rename of local -> unix in rpc socket names -- - mbr@ + &a.mbr; mbr has requested that we change from using "local" to "unix" for tirpc unix domain socket transport naming, to sync to NetBSD. @@ -269,7 +270,7 @@ Race conditions in truss Debugging and fixing in progress - robert@ + &a.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 @@ -282,7 +283,7 @@ gcc 3.3 ABI hack -- - obrien@ + &a.obrien; 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 @@ if_ie, if_le, if_wl network device drivers -- - sam@ + &a.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 @@ -365,7 +366,7 @@ KDE does not install from ISO In Progress - murray + &a.murray; 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 @@ sparc64 and alpha RC1 ISO images did not include Perl package In progress - jhb + &a.jhb; 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