diff --git a/en/releases/7.0R/todo.sgml b/en/releases/7.0R/todo.sgml index 123d72f6bd..2a778547a0 100644 --- a/en/releases/7.0R/todo.sgml +++ b/en/releases/7.0R/todo.sgml @@ -1,138 +1,169 @@ - + %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.

Major issues for &local.rel;-RELEASE

+ + + + + + + + + + + + + + + + + + + + +
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.wip;&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 is in HEAD and RELENG_7, and will shortly be + merged to RELENG_7_0 for inclusion in 7.0RC2.
sleepq race condition&status.wip;&a.jhb;Races in the sleepq implementation will occasionally result in + sleeps with timeouts failing to wake up. A patch is in HEAD and will + shortly be merged to RELENG_7 and RELENG_7_0 for inclusion in 7.0RC2. + The sleepq code is being reviewed for other possibly related bugs + and further fixes may be forthcoming.
pty race condition&status.wip;&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.

Minor issues for &local.rel;-RELEASE

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.

Testing foci for &local.rel;-RELEASE

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.

Stress Test Panics

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;