Remove an obsolete project.

This commit is contained in:
Scott Long 2006-04-15 16:29:01 +00:00
parent e16bbf6fdf
commit 84c74ca11e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=27557

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.34 2006/04/11 07:11:46 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.35 2006/04/14 20:35:54 murray Exp $">
<!ENTITY title "FreeBSD Summer Projects">
<!ENTITY % navincludes SYSTEM "../includes.navdevelopers.sgml"> %navincludes;
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -122,22 +122,6 @@ href="&base;/projects/ideas/index.html">here</a>.</p>
href="mailto:dwmalone@freebsd.org">&a.dwmalone;</a> is the
coordinator.</li>
<li><strong>UFS Journaling</strong>: Add transaction journaling and
playback to the UFS filesystem. The goal is to increase the reliability
of the filesystem and greatly reduce the need for a full 'fsck' after
a crash or power loss. This is a project that deals with not only
the filesystem internals, but also the VM and buffer/cache systems,
so it is an excellent opportunity to learn about many fundamental
aspects of an operating system.<br>
Work is already in progress on this task, but more help is always
needed and welcome. Candidates should have at least a cursory
understanding of filesystem data structures (inodes, free lists,
directories) and a strong desire to learn more about such systems.
This project would be a major contribution to anyone's resume, but it
is not for the faint of heart. <a
href="mailto:scottl@FreeBSD.org">&a.scottl;</a> is the coordinator.
<li><strong>Autofs</strong>: Create the autofs filesystem from a
specification. Candidates should have some filesystem knowledge
and network filesystem knowledge. Most of this work is done,