diff --git a/en/releases/7.0R/todo.sgml b/en/releases/7.0R/todo.sgml index 9ef47306a5..7223940be5 100644 --- a/en/releases/7.0R/todo.sgml +++ b/en/releases/7.0R/todo.sgml @@ -1,177 +1,187 @@ - + %developers; N/A"> Done"> In progress"> Needs testing"> Not done"> Unknown"> Deferred for future release"> ]> &header;
This is a list of open issues that need to be resolved for FreeBSD &local.rel;. If you have any updates for this list, please e-mail re@FreeBSD.org.
| Issue | Status | Responsible | Description |
|---|---|---|---|
| routed not working | &status.done; | &a.rwatson; | Routed should have been updated because of updates made to the underlying network infrastructure. The old interface was added back in but marked as depreciated. |
| TCP accept race condition | &status.done; | &a.glebius;, &a.rwatson; | A race in TCP will lead to very occasional returning of 0.0.0.0:0 rather than the correct IP address via the socket address returned by accept(). A patch has been merged to HEAD, RELENG_7 and RELENG_7_0. |
| sleepq race condition | &status.done; | &a.jhb; | Races in the sleepq implementation will occasionally result in sleeps with timeouts failing to wake up, as well as other symptoms. A patch has been merged to HEAD, RELENG_7, and RELENG_7_0. |
| pty race condition | &status.done; | &a.kib; | Multiple race conditions in the tty/pty code have lead to occasional panics. One set of problems has been fixed, but others are still being explored It is aniticipated that the remaining problems will be fixed for 7.0RC2. |
| amd64 minidump race condition | &status.done; | &a.ru; | A race condition during minidump generation on SMP amd64 could lead trashed file systems due to writing outside of the swap area. A patch has been merged to HEAD, RELENG_7, and RELENG_7_0. |
| libkse fork process wedge | +&status.wip; | +&a.julian;, &a.deischen; | +A bug in libkse could lead the processes hanging after fork if they + fork while running multiple threads. A patch has been committed to + HEAD that properly reinitializes internal thread library locks after + fork, btu has not yet been merged to RELENG_7 or RELENG_7_0. | +
| Issue | Status | Responsible | Description |
|---|---|---|---|
| sparc64 has a problem building OpenSP so it can't finish a release build with docs | &status.done; | &a.marius; | Fixed. |
| Issue | Status | Responsible | Description |
|---|---|---|---|
| TCP timers | &status.untested; | &a.silby; | |
| MAC Framework | &a.rwatson; | A code sync with Mac OS X Leopard for the MAC framework was committed. | |
| TCP issues | &status.done; | &a.silby; | Turned out to not be TCP issues after all, problems with signal handling in mountd. |
The system is continuously being subjected to Peter Holm's Kernel Stress Test Suite. The following issues have recently been discovered from this test suite.
&stresstest; &footer;