Update the ktrace/kdump entry.

This commit is contained in:
Joel Dahl 2006-05-21 06:29:14 +00:00
parent cc5282ffe4
commit 96bae3b30e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27899

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.42 2006/05/05 09:32:02 joel Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.43 2006/05/11 22:08:36 pav Exp $">
<!ENTITY title "FreeBSD list of projects and ideas for volunteers"> <!ENTITY title "FreeBSD list of projects and ideas for volunteers">
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes; <!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -761,9 +761,10 @@
The goal of this item is to look at the kernel interfaces, add missing The goal of this item is to look at the kernel interfaces, add missing
"pieces" (e.g. syscall's) to the ktrace output and to extend the output "pieces" (e.g. syscall's) to the ktrace output and to extend the output
with "decoded" (translating hex/dec values into human readable with "decoded" (translating hex/dec values into human readable
information, e.g. O_RDONLY in the case of open(2)) information.</p> information, e.g. O_RDONLY in the case of open(2)) information. Some work
<p><a href="mailto:dpk@dpk.net">David Kirchner</a> is currently working on has been completed and committed, but a few parts still remains. More
this and the results will (most likely) be committed soon.</p> information is available <a
href="http://lists.freebsd.org/pipermail/freebsd-arch/2006-April/005107.html">here</a>.</p>
<p><strong>Requirements</strong>:</p> <p><strong>Requirements</strong>:</p>
<ul> <ul>
<li>Knowledge of C.</li> <li>Knowledge of C.</li>