From 4101c5d48dddf15685497ef439b6707b127e08f5 Mon Sep 17 00:00:00 2001
From: Brad Davis 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.
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.