diff --git a/en/news/status/report-2007-10-2007-12.xml b/en/news/status/report-2007-10-2007-12.xml index 9f1ea18dd5..916cf4ded7 100644 --- a/en/news/status/report-2007-10-2007-12.xml +++ b/en/news/status/report-2007-10-2007-12.xml @@ -2,7 +2,7 @@ - + October - December @@ -1189,7 +1189,7 @@ Report//EN" href="http://lists.freebsd.org/pipermail/freebsd-net/2007-November/016007.html "> Mail discussion - + Patch @@ -1355,7 +1355,6 @@ Report//EN"

DDB scripting - allows the user to define a set of simply scripts from within the debugger or userspace using the new ddb(8) tool to automate debugging steps. Scripts can be automatically executed when the @@ -1364,15 +1363,13 @@ Report//EN"

DDB output capture - allows the user to request that the output of DDB be captured into a buffer for access from user space or to be written out in a textdump.

- DDB textdumps - - , a new dump format that writes out a tarball of text-based + DDB textdumps, + a new dump format that writes out a tarball of text-based debugging information, such as the kernel message buffer, panic message, kernel configuration, kernel version, and DDB capture buffer to the swap partition, to be extracted via savecore(8). @@ -1515,7 +1512,7 @@ Report//EN" it by total amount of configured swap or per-uid limit is revived, ported to the 8-CURRENT. Now it is intensively tested by Peter Holm. Please, give it a run in the diverse workloads. Your comments - are welcome !

+ are welcome!

@@ -1542,12 +1539,16 @@ Report//EN"

The port will only run as a guest (ie. domU) right now, on - i386/PAE platforms. Status * domU is self-hosting on 8-CURRENT (can - compile world + kernel in a VM). * Xen 3.0.3 and earlier are not - supported. * Device structure needs to be cleaned up, it's not - conformant to newbus. * SMP and amd64 are targeted for support by - May for RELENG_6 and RELENG_7. * dom0 support is not currently on - the roadmap.

+ i386/PAE platforms. Status:

+
    +
  • domU is self-hosting on 8-CURRENT (can compile world + kernel + in a VM).
  • +
  • Xen 3.0.3 and earlier are not supported.
  • +
  • Device structure needs to be cleaned up, it's not conformant + to newbus.
  • +
  • SMP and amd64 are targeted for support by May for RELENG_6 + and RELENG_7.
  • +
  • dom0 support is not currently on the roadmap.