Typo fixes.

This commit is contained in:
Christian Brueffer 2005-06-07 12:24:49 +00:00
parent 9903d2544d
commit f2f9208460
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24765

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.27 2005/06/04 14:14:06 murray Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/summerofcode.sgml,v 1.28 2005/06/06 14:17:41 rwatson Exp $">
<!ENTITY title "FreeBSD Summer Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
<!ENTITY % developers SYSTEM "../developers.sgml"> %developers;
@ -108,7 +108,7 @@
<h3>Filesystem</h3>
<ul>
<li><strong>UFS Journalling</strong>: Add transaction journalling and
<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
@ -186,7 +186,7 @@
cases, these structures are being used in conjunction with libkvm to
access kernel information directly. This project would correct both
classes of problems, primarily rewriting the netstat(1) command and
any other network related libkvm consumers to user alternate
any other network related libkvm consumers to use alternate
interfaces, creating those interfaces if needed. Netstat's
coredump analysis features would likely be split into a separate
program. <a href="mailto:brooks@FreeBSD.org">&a.brooks;</a> is
@ -195,12 +195,12 @@
<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
patches for Linux which enable signifcantly better performance
pipes. They created an interesting set of tuning and monitoring
patches for Linux which enable significantly better performance
in this area. Integrating this work into FreeBSD could provide
significant benefits in terms of TCP performance in certain
environments. The features of Web100 need to be mapped into
appropriate FreeBSD abstractions and integrated in to the
appropriate FreeBSD abstractions and integrated into the
system. The performance impact of these changes would have
to be quantified before the changes could be introduced. An
ideal canidate for this task would have some knowledge of the
@ -230,7 +230,7 @@
project would be for one or more students to spend the summer taking it
from an experimental prototype to something that can be actually used.
This might include the development of policy, integration of SEBSD into
the installer components, adaptation of userland componets, sample
the installer components, adaptation of userland components, sample
deployments, documentation, and so on. Candiates will want some
background in access control technology, especially mandatory access
control; experience with alternative security models would be a plus, as