Unbreak.
This commit is contained in:
parent
5c2427dc3c
commit
73bc2829b3
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=30900
1 changed files with 8 additions and 8 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.25 2007/06/18 19:57:06 netchild Exp $
|
||||
$FreeBSD: www/en/projects/ideas/ideas.xml,v 1.26 2007/10/14 15:48:12 netchild Exp $
|
||||
</cvs:keyword>
|
||||
</cvs:keywords>
|
||||
|
||||
|
@ -70,7 +70,7 @@ Ideas//EN"
|
|||
<title>Extend UFS2 with on-disk indexing</title>
|
||||
|
||||
<desc><p>The section <emph>8.3 Naming</emph> of the book
|
||||
<emph>Design and Implementation of FreeBSD operation system<emph>
|
||||
<emph>Design and Implementation of FreeBSD operation system</emph>
|
||||
describes the current approach of name lookups in UFS2 and a possible
|
||||
extension/improvement by utilizing on-disk indexing in a backward
|
||||
compatible way. While the current approach (an in-memory directory cache)
|
||||
|
@ -80,7 +80,7 @@ Ideas//EN"
|
|||
<ul>
|
||||
<li>Knowledge of C programming.</li>
|
||||
<li>Basic understanding of filesystems.</li>
|
||||
<li>The book <emph>Design and Implementation of FreeBSD operation system<emph>.</li>
|
||||
<li>The book <emph>Design and Implementation of FreeBSD operation system</emph>.</li>
|
||||
</ul>
|
||||
</desc>
|
||||
</idea>
|
||||
|
@ -620,7 +620,7 @@ they all need to be locked.</p>
|
|||
<p>Interested people should also have a look at <a
|
||||
href="http://lists.freebsd.org/pipermail/freebsd-geom/2007-January/001854.html">
|
||||
a mail thread about this</a> (Ulf is not working on this) and <a
|
||||
href="http://www.freebsd.org/cgi/mid.cgi?db=irt&id=20071011022001.GC13480@gandalf.sssup.it">
|
||||
href="http://www.freebsd.org/cgi/mid.cgi?db=irt&id=20071011022001.GC13480@gandalf.sssup.it">
|
||||
further discussion</a> of the corresponding GEOM aspects.</p>
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
<ul>
|
||||
|
@ -926,7 +926,7 @@ they all need to be locked.</p>
|
|||
<desc>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:phk@FreeBSD.org">Poul-Henning Kamp</a>, <a
|
||||
href="mailto:mharvan@inf.ethz.ch">Matus Harvan</a><br>
|
||||
href="mailto:mharvan@inf.ethz.ch">Matus Harvan</a><br />
|
||||
<strong>WIP</strong>: <a
|
||||
href="http://wiki.freebsd.org/mtund">http://wiki.freebsd.org/mtund</a></p>
|
||||
<p>IP can be tunneled over IP, UDP, TCP, SSH, DNS, HTTP and many other
|
||||
|
@ -1334,7 +1334,7 @@ data).
|
|||
|
||||
<desc>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:rwatson@FreeBSD.org">Robert Watson</a><br>
|
||||
href="mailto:rwatson@FreeBSD.org">Robert Watson</a><br />
|
||||
<strong>WIP</strong>: <a
|
||||
href="http://wiki.freebsd.org/DistributedAuditDaemon">http://wiki.freebsd.org/DistributedAuditDaemon</a></p>
|
||||
<p>Create a tool to securely and reliably ship log files to remote hosts.
|
||||
|
@ -1635,7 +1635,7 @@ clean.</p>
|
|||
|
||||
<desc>
|
||||
<p><strong>Technical contact</strong>: <a
|
||||
href="mailto:brooks@FreeBSD.org">Brooks Davis</a><br>
|
||||
href="mailto:brooks@FreeBSD.org">Brooks Davis</a><br />
|
||||
<strong>WIP</strong>: <a
|
||||
href="erik@cederstrand.dk">Erik Cederstrand</a></p>
|
||||
<p>The "performance tracking" entry is meant to monitor the
|
||||
|
@ -1852,7 +1852,7 @@ SMP features.</p>
|
|||
<li>Convert atrun(8) to using setusercontext(3) instead of creating
|
||||
the job context through a sequence of basic syscalls.</li>
|
||||
<li>Ultimately, the atrun(8) functionality could be integrated into
|
||||
cron(8), as it has already been done in NetBSD.
|
||||
cron(8), as it has already been done in NetBSD.</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>Requirements</strong>:</p>
|
||||
|
|
Loading…
Reference in a new issue