diff --git a/en/releases/6.1R/todo.sgml b/en/releases/6.1R/todo.sgml
index 279a0fa0cc..5078dd1f78 100644
--- a/en/releases/6.1R/todo.sgml
+++ b/en/releases/6.1R/todo.sgml
@@ -1,7 +1,7 @@
-
+
%navincludes;
@@ -95,22 +95,6 @@ on a filesystem is negative; fsck -f is needed to correct this.
swap_pager: indefinite wait buffer: bufobj: 0, blkno: 889347, size: 8192. There is also the possibility of deadlock.
-
- umount -f panics |
- &status.wip; |
- &a.jeff;, &a.ssouhlal; |
- panics from race conditions.
- A patch from &a.jeff; seems to fix some of them. |
-
-
-
- quota deadlocks |
- &status.wip; |
- &a.jeff; |
- Quota support is not locked properly and causes deadlocks.
- A patch from &a.jeff; seems to fix some of them. |
-
-
UFS deadlocks on amd64 |
&status.unknown; |
@@ -241,16 +225,6 @@ on a filesystem is negative; fsck -f is needed to correct this.
and there is a proposed patch in the PR, too.
-
- ifconfig regression on 6.x |
- &status.wip; |
- &a.yar; |
- ifconfig cannot handle vlan and mtu parameters at the same time
- after rev.1.7.2.3 of sbin/ifconfig/ifvlan.c commit.
- For more information and a proposed patch, see
- bin/94028. |
-
-
"calcru: runtime went backwards" problem for threaded program |
&status.unknown; |
@@ -286,28 +260,6 @@ on a filesystem is negative; fsck -f is needed to correct this.
Description |
-
- SMP kernels for install |
- &status.unknown; |
- |
-
- From the ideas
- page. Right now we only install a UP kernel, for performance
- reasons. We should be able to package both a UP and SMP kernel
- into the release bits, and have sysinstall install both. It
- should also select the correct one for the target system and
- make that the default on boot. The easiest way to do this would
- be to have sysinstall boot an SMP kernel and then look at the
- hw.ncpu sysctl. The only problem is being able to have
- sysinstall fall back to booting a UP kernel for itself if the
- SMP one fails. This can probably be 'faked' by setting one of
- the SMP-disabling variables in the loader. But in any case, the
- point is to make the process Just Work for the user, without the
- user needing to know arcane loader/sysctl knobs. SMP laptops are
- here, and we should be ready to support SMP out-of-the-box. |
-
-
swap panic on sparc64 |
&status.unknown; |
@@ -476,6 +428,54 @@ on a filesystem is negative; fsck -f is needed to correct this.
by default. See kbdmux(4) and contact &a.emax; if you have
problems.
+
+
+ umount -f panics |
+ &status.untested; |
+ &a.jeff;, &a.ssouhlal; |
+ panics from race conditions.
+ A patch from &a.jeff; seems to fix some of them. |
+
+
+
+ quota deadlocks |
+ &status.untested; |
+ &a.jeff; |
+ Quota support is not locked properly and causes deadlocks.
+ A patch from &a.jeff; seems to fix some of them. |
+
+
+
+ ifconfig regression on 6.x |
+ &status.untested; |
+ &a.yar; |
+ ifconfig cannot handle vlan and mtu parameters at the same time
+ after rev.1.7.2.3 of sbin/ifconfig/ifvlan.c commit.
+ For more information and a proposed patch, see
+ bin/94028. |
+
+
+
+ SMP kernels for install |
+ &status.untested; |
+ &a.sam; |
+ From the ideas
+ page. Right now we only install a UP kernel, for performance
+ reasons. We should be able to package both a UP and SMP kernel
+ into the release bits, and have sysinstall install both. It
+ should also select the correct one for the target system and
+ make that the default on boot. The easiest way to do this would
+ be to have sysinstall boot an SMP kernel and then look at the
+ hw.ncpu sysctl. The only problem is being able to have
+ sysinstall fall back to booting a UP kernel for itself if the
+ SMP one fails. This can probably be 'faked' by setting one of
+ the SMP-disabling variables in the loader. But in any case, the
+ point is to make the process Just Work for the user, without the
+ user needing to know arcane loader/sysctl knobs. SMP laptops are
+ here, and we should be ready to support SMP out-of-the-box. |
+
+
Stress Test Panics