Remove an extra space before the colon.
Translators: whitespace only change Approved by: ceri (mentor)
This commit is contained in:
parent
7bddbcaa08
commit
e9d861b825
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24717
1 changed files with 23 additions and 23 deletions
|
@ -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.17 2005/06/02 17:22:19 brd Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.18 2005/06/02 18:47:45 brooks Exp $">
|
||||
<!ENTITY title "FreeBSD Summer Projects">
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
|
||||
|
@ -35,7 +35,7 @@
|
|||
|
||||
<ul>
|
||||
<!-- <li><strong>FreeBSD website redesign</strong></li> -->
|
||||
<li><strong>Integrate BSD Installer</strong> : Prepare a prototype
|
||||
<li><strong>Integrate BSD Installer</strong>: Prepare a prototype
|
||||
merge of the <a href="http://www.bsdinstaller.org/">BSD
|
||||
Installer</a> as a complete replacement for the venerable FreeBSD
|
||||
sysinstall program. Enough of the groundwork has been laid out now
|
||||
|
@ -43,14 +43,14 @@
|
|||
of good work here, especially with adequate mentoring by more
|
||||
senior FreeBSD developers.</li>
|
||||
|
||||
<li><strong>Bundled PXE Installer</strong> : It would be great to
|
||||
<li><strong>Bundled PXE Installer</strong>: It would be great to
|
||||
have a bundled PXE installer. This would allow one to boot an
|
||||
install server from a FreeSBIE live CDROM on one box, set the BIOS
|
||||
on subsequent boxes to PXE boot, and then have the rest happen by
|
||||
magic. This would be very helpful for installing cluster nodes,
|
||||
etc.</li>
|
||||
|
||||
<li><strong>Fully Integrated SNMP monitoring</strong> : Plugins for
|
||||
<li><strong>Fully Integrated SNMP monitoring</strong>: Plugins for
|
||||
our BSNMP pieces to monitor elements of system state such as load,
|
||||
disk space, VM statistics, entropy, firewall rules and states,
|
||||
sendmail queues and accepts/rejects, and the like. An SNMP client
|
||||
|
@ -60,13 +60,13 @@
|
|||
href="mailto:rwatson@FreeBSD.org">&a.rwatson;</a> are
|
||||
coordinating.</li>
|
||||
|
||||
<li><strong>Integrate Xen Support</strong> : Support for the <a
|
||||
<li><strong>Integrate Xen Support</strong>: Support for the <a
|
||||
href="http://www.cl.cam.ac.uk/Research/SRG/netos/xen/">Xen virtual
|
||||
machine monitor</a> is coming into FreeBSD -CURRENT, so the
|
||||
installer could be updated to make it possible to setup a Xen
|
||||
system with several FreeBSD nodes, etc.</li>
|
||||
|
||||
<li><strong>Rewrite CVSup in C</strong> : <a
|
||||
<li><strong>Rewrite CVSup in C</strong>: <a
|
||||
href="http://www.cvsup.org">CVSup</a> is the CVS-Optimized
|
||||
General-Purpose Network File Distribution System. It has been
|
||||
used heavily for nearly 10 years to distribute the FreeBSD CVS
|
||||
|
@ -79,7 +79,7 @@
|
|||
and research has already been completed. <a
|
||||
href="mailto:mux@FreeBSD.org">&a.mux;</a> is the coordinator.</li>
|
||||
|
||||
<li><strong>Improve our regression testing system</strong> : Nik
|
||||
<li><strong>Improve our regression testing system</strong>: Nik
|
||||
Clayton has written a regression test infrastructure using Perl.
|
||||
More of the regression tests should be made to work with libtap.
|
||||
There are two main parts to it. First, many of the existing tests
|
||||
|
@ -90,7 +90,7 @@
|
|||
href="mailto:nik@FreeBSD.org">&a.nik;</a> is the coordinator.
|
||||
</li>
|
||||
|
||||
<li><strong>Tracking performance over time</strong> : One of the major
|
||||
<li><strong>Tracking performance over time</strong>: One of the major
|
||||
issues in a project the size of FreeBSD is monitoring changes in
|
||||
performance characteristics over time. Doing this requires several
|
||||
things. Those include a suite of appropriate tests, hardware to run
|
||||
|
@ -106,7 +106,7 @@
|
|||
<h3>Filesystem</h3>
|
||||
|
||||
<ul>
|
||||
<li><strong>UFS Journalling</strong> : Add transaction journalling and
|
||||
<li><strong>UFS Journalling</strong>: Add transaction journalling 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
|
||||
|
@ -122,7 +122,7 @@
|
|||
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
|
||||
<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,
|
||||
however kernel transport and interaction with the "amd"
|
||||
|
@ -137,7 +137,7 @@
|
|||
<h3>Networking</h3>
|
||||
|
||||
<ul>
|
||||
<li><strong>Network Disk Device</strong> : Add the ability to
|
||||
<li><strong>Network Disk Device</strong>: Add the ability to
|
||||
remotely access devices from one system to another. The goal is
|
||||
to allow remote access to resources such as disks, sound devices,
|
||||
and other miscellaneous pieces of hardware over the network.
|
||||
|
@ -148,7 +148,7 @@
|
|||
but is not for the faint of heart. <a
|
||||
href="mailto:alfred@FreeBSD.org">&a.alfred;</a> is coordinating.</li>
|
||||
|
||||
<li><strong>NFS Lockd (improve semantics)</strong> : Improve the
|
||||
<li><strong>NFS Lockd (improve semantics)</strong>: Improve the
|
||||
semantics of the NFS lockd in FreeBSD. Apple has made certain
|
||||
enhancements that can be leveraged in our code base. Implement
|
||||
state recovery in the lockd. Candidate would learn how to port
|
||||
|
@ -156,7 +156,7 @@
|
|||
on the client side. This would be a good resume addition. <a
|
||||
href="mailto:alfred@FreeBSD.org">&a.alfred;</a> is coordinating.</li>
|
||||
|
||||
<li><strong>NFS Lockd (kernel implementation)</strong> : Improve the
|
||||
<li><strong>NFS Lockd (kernel implementation)</strong>: Improve the
|
||||
semantics of the NFS lockd in FreeBSD. Moving the lockd
|
||||
implementation into the kernel provides several key performance
|
||||
and semantic improvements. Candidates should have a good
|
||||
|
@ -166,7 +166,7 @@
|
|||
of heart. <a href="mailto:alfred@FreeBSD.org">&a.alfred;</a> is
|
||||
coordinating.</li>
|
||||
|
||||
<li><strong>Userland/kernel interface cleanups (net/if_var.h)</strong> :
|
||||
<li><strong>Userland/kernel interface cleanups (net/if_var.h)</strong>:
|
||||
Over <em>eight</em> years ago, the network interface headers
|
||||
were split into net/if.h and net/if_var.h. The intent was for
|
||||
net/if_var.h to be kernel only and net/if.h to contain public
|
||||
|
@ -182,7 +182,7 @@
|
|||
program. <a href="mailto:brooks@FreeBSD.org">&a.brooks;</a> is
|
||||
coordinating.</li>
|
||||
|
||||
<li><strong>Web100 port to FreeBSD</strong> : The <a
|
||||
<li><strong>Web100 port to FreeBSD</strong>: The <a
|
||||
href="http://www.web100.org/">Web100</a> project was created to
|
||||
address the problems of TCP performance over long-fat network
|
||||
pipes. They created an intresting set of tuning and monitoring
|
||||
|
@ -204,7 +204,7 @@
|
|||
<h3>Security</h3>
|
||||
|
||||
<ul>
|
||||
<li><strong>SecureMines</strong> : Add meta-data to the
|
||||
<li><strong>SecureMines</strong>: Add meta-data to the
|
||||
system in order to trap intruders and provide an audit log. The
|
||||
goal of this project is to create several means of marking an
|
||||
event as a foreign act (such as opening a trap file) which halts
|
||||
|
@ -220,7 +220,7 @@
|
|||
<h3>Kernel</h3>
|
||||
|
||||
<ul>
|
||||
<li><strong>Update the Linuxulator</strong> : FreeBSD provides Linux
|
||||
<li><strong>Update the Linuxulator</strong>: FreeBSD provides Linux
|
||||
binary compatibility through a Linux system call table that is
|
||||
invoked when Linux ELF binaries are executed. This implementation
|
||||
should be compared with an up-to-date Linux Kernel so that
|
||||
|
@ -240,19 +240,19 @@
|
|||
categories.</p>
|
||||
|
||||
<ul>
|
||||
<li><strong>Networking</strong> :
|
||||
<li><strong>Networking</strong>:
|
||||
<a href="mailto:alfred@FreeBSD.org">&a.alfred;</a>,
|
||||
<a href="mailto:brooks@FreeBSD.org">&a.brooks;</a>,
|
||||
<a href="mailto:sam@FreeBSD.org">&a.sam;</a></li>
|
||||
<li><strong>Filesystems</strong> : <a
|
||||
<li><strong>Filesystems</strong>: <a
|
||||
href="mailto:scottl@FreeBSD.org">&a.scottl;</a>, <a href="mailto:alfred@FreeBSD.org">&a.alfred;</a></li>
|
||||
<li><strong>GEOM</strong> : <a
|
||||
<li><strong>GEOM</strong>: <a
|
||||
href="mailto:phk@FreeBSD.org">&a.phk;</a></li>
|
||||
<li><strong>Release Engineering / Integration</strong> : <a
|
||||
<li><strong>Release Engineering / Integration</strong>: <a
|
||||
href="mailto:re@FreeBSD.org">re@FreeBSD.org</a></li>
|
||||
<li><strong>TrustedBSD / Security</strong> : <a
|
||||
<li><strong>TrustedBSD / Security</strong>: <a
|
||||
href="mailto:rwatson@FreeBSD.org">&a.rwatson;</a></li>
|
||||
<li><strong>Pluggable Disk Schedulers</strong> : <a href="mailto:luigi@FreeBSD.org">&a.luigi;</a>.</li>
|
||||
<li><strong>Pluggable Disk Schedulers</strong>: <a href="mailto:luigi@FreeBSD.org">&a.luigi;</a>.</li>
|
||||
</ul>
|
||||
|
||||
<p>Additional projects may be found by browsing the <a
|
||||
|
|
Loading…
Reference in a new issue