From 4023efe331382b2e08d906ba9c7d3b9053ea7ff4 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Tue, 1 Jan 2008 23:58:18 +0000 Subject: [PATCH] New release notes: ddb(4) capture, ddb(4) scripting, textdump(4), ncurses 5.6-20071222, tzdata2007k. Bump copyright date while here. --- .../doc/en_US.ISO8859-1/relnotes/article.sgml | 30 ++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 55e010776f4..3811e84520c 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -31,6 +31,7 @@ 2005 2006 2007 + 2008 The &os; Documentation Project @@ -139,7 +140,27 @@ Kernel Changes - + The &man.ddb.4; kernel debugger now has an output capture + facility. Input and output from &man.ddb.4; can now be captured + to a memory buffer for later inspection using &man.sysctl.8; or + a textdump. The new capture command controls + this feature. + + The &man.ddb.4; debugger now supports a simple scripting + facility, which supports a set of named scripts consisting of a + set of &man.ddb.4; commands. These commands can be managed from + within &man.ddb.4; or with the use of the new &man.ddb.8; + utility. More details can be found in the &man.ddb.4; manual + page. + + The kernel now supports a new textdump format of kernel + dumps. A textdump provides higher-level information via + mechanically generated/extracted debugging output, rather than a + simple memory dump. This facility can be used to generate brief + kernel bug reports that are rich in debugging information, but + are not dependent on kernel symbol tables or precisely + synchronized source code. More information can be found in the + &man.textdump.4; manual page. Boot Loader Changes @@ -214,9 +235,16 @@ less has been updated from v408 to v416. + ncurses has been updated from + 5.6-20061217 to 5.6-20071222. + sendmail has been updated from 8.14.1 to 8.14.2. &merged; + The timezone database has been updated from + the tzdata2007h release to + the tzdata2007k release. +