diff --git a/en/releases/6.0R/todo.sgml b/en/releases/6.0R/todo.sgml
index 27f23ffff6..202c7b6ddb 100644
--- a/en/releases/6.0R/todo.sgml
+++ b/en/releases/6.0R/todo.sgml
@@ -1,7 +1,7 @@
-
+
%includes;
%developers;
@@ -56,14 +56,6 @@
Description |
-
- | fdisk & boot0cfg |
- &status.wip; |
- &a.phk; |
- The boot0cfg and fdisk utilities need to be updated to use the proper
- GEOM model for updating the boot sector of a mounted disk. |
-
-
| "snaplk" livelock |
&status.wip; |
@@ -218,10 +210,11 @@
| kgdb on sparc64 |
- &status.new; |
- |
+ &status.wip; |
+ &a.marcel; |
It looks like kgdb is still broken on sparc64. It is better
- than it used to be but still can't obtain a traceback. |
+ than it used to be but still can't obtain a traceback. A fix
+ was just committed to HEAD.
@@ -240,6 +233,18 @@
Once those are cleared, it will be a very desirable feature for 6.0.
+
+ | update sysinstall disk labeling |
+ &status.new; |
+ |
+ Sysinstall could use the same fixes recently made to fdisk so it
+ plays nice with GEOM and disk labeling. This doesn't cause problems
+ during install because nothing on the disk is mounted when its label
+ is being manipulated but it can cause problems if sysinstall gets
+ used on a live system to adjust labels on existing disks which
+ sys-admins tend to do. |
+
+
Documentation items that must be resolved for 6.0
@@ -348,6 +353,14 @@
This should be fixed but more testing would be good.
+
+ | fdisk & boot0cfg |
+ &status.untested; |
+ &a.phk; |
+ The boot0cfg and fdisk utilities need to be updated to use the proper
+ GEOM model for updating the boot sector of a mounted disk. |
+
+
Stress Test Panics