Assign DWARF2 item Kostik as a contact, remove msdosfs idea as it's
in large part done thanks to Kostik. Submitted by: kib
This commit is contained in:
parent
0114d2a076
commit
d23294693b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=35467
1 changed files with 3 additions and 27 deletions
|
@ -15,7 +15,7 @@ Ideas//EN"
|
|||
<ideas>
|
||||
<cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
|
||||
<cvs:keyword name="freebsd">
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.133 2010/03/08 21:04:58 rwatson Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.134 2010/03/08 21:08:43 rwatson Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -122,32 +122,6 @@ these buses to be a subclass of this new base class.</p>
|
|||
<category>
|
||||
<title>File System</title>
|
||||
|
||||
<idea id="msdosfs" class="soc">
|
||||
<title>FAT (msdosfs) infrastructure work</title>
|
||||
|
||||
<desc>
|
||||
<p><strong>Technical Contact</strong>: <a
|
||||
href="mailto:rwatson@FreeBSD.org">Robert Watson</a></p>
|
||||
<p>The FreeBSD FAT implementation, msdosfs, offers scope for a number of
|
||||
projects:</p>
|
||||
<ul>
|
||||
<li>General cleanup.</li>
|
||||
<li>Introduce appropriate locking to make the file system operate without
|
||||
the Giant lock (MPSAFE).</li>
|
||||
</ul>
|
||||
<p>It is unclear to what extent the last of these items, arguably the most
|
||||
useful, will require modifying surrounding infrastructure such as BIO,
|
||||
GEOM, and VM.</p>
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
<li>Strong C programming skills.</li>
|
||||
<li>Familiarity with concurrent programming techniques.</li>
|
||||
<li>Familiarity with FAT file system layout.</li>
|
||||
<li>Familiarity with virtual file system and virtual memory.</li>
|
||||
</ul>
|
||||
</desc>
|
||||
</idea>
|
||||
|
||||
<idea id="extenddump">
|
||||
<title>Improve the performance of dump/restore</title>
|
||||
|
||||
|
@ -528,6 +502,8 @@ these buses to be a subclass of this new base class.</p>
|
|||
<title>DWARF2 call frame information</title>
|
||||
|
||||
<desc>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:kib@FreeBSD.org">Konstantin Belousov</a></p>
|
||||
<p>A debug kernel is not able to show stack traces with cross exceptions
|
||||
anymore. This is because we do not emit any dwarf2 call frame information
|
||||
for any assembler code, since gdb switched to the dwarf2 format. A volunteer
|
||||
|
|
Loading…
Reference in a new issue