diff --git a/en/news/status/report-2005-07-2005-10.xml b/en/news/status/report-2005-07-2005-10.xml index 4db40c3b1f..e36e8df1a8 100644 --- a/en/news/status/report-2005-07-2005-10.xml +++ b/en/news/status/report-2005-07-2005-10.xml @@ -1101,10 +1101,10 @@
I have removed struct ifnet's and layer two common structures from device driver structures. This will eventually allow them to be managed properly upon device removal. This code has been - committed and will appear in 6.0. Popular drivers have continued to + committed and will appear in 6.0. Popular drivers continue to be fixed. jhb's locking work has identified and corrected many issues. rwatson has also committed cleanups to the multicast code - which fix some issues in this area.
+ which fixed some issues in this area.The current version of the test suite took form in the beginning - of this year after discussions with Jeff Roberson, during a long + of the year after discussions with Jeff Roberson, during a long period of testing Jeff's VFS SMP work.
-At that time Daniel Seuffert donated a Tyan Thunder 7500 M/B - with CPUs, RAM and coolers so I was able to do some serious SMP - testing.
+At that time, Daniel Seuffert donated a Thunder 7500 + motherboard complete with CPUs, RAM and coolers. This allowed me + to do some serious SMP testing.
Mid July Murray Stokely suggested adding a link from the 6.0 todo web page to the Stress Test Status Page. At that time there @@ -1396,8 +1396,8 @@ the same time others stepped in and ran the test suite on their own hardware, thus increasing the focus on kernel stability.
-The status for 6.0 is that I do not any longer get panics with - the test suite.
+As of 6.0, the kernel stress test suite cannot panic the + kernel.
The FreeBSD kernel is powerful, but it still lacks some realtime - POSIX facilities, for example, sigqueue, current I am working on - it, most code is ready, and being tested.
+ POSIX facilities, for example, sigqueue. Most of the code is ready, + and I am testing it.