Typo and language fixes, capitalize FreeBSD in email adresses as well as TCP.

This commit is contained in:
Christian Brueffer 2008-02-18 08:14:35 +00:00
parent e9528209d4
commit 8b09b3e169
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=31497

View file

@ -2,7 +2,7 @@
<!DOCTYPE report PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for Status
Report//EN"
"http://www.FreeBSD.org/XML/www/share/sgml/statusreport.dtd">
<!-- $FreeBSD: www/en/news/status/report-2007-10-2007-12.xml,v 1.4 2008/02/18 06:22:49 brd Exp $ -->
<!-- $FreeBSD: www/en/news/status/report-2007-10-2007-12.xml,v 1.5 2008/02/18 06:43:48 danger Exp $ -->
<report>
<date>
<month>October - December</month>
@ -26,7 +26,7 @@ Report//EN"
detailing their activities over the past few months.</p>
<p>FreeBSD 7.0 is nearing release and the 2nd Release Canidate is
<p>FreeBSD 7.0 is nearing release and the 2nd Release Candidate is
ready for testing and is available for
<a href="http://www.freebsd.org/where.html#helptest">download now</a>.</p>
@ -87,7 +87,7 @@ Report//EN"
<common>Linimon</common>
</name>
<email>bugmeister_at_freebsd_dot_org</email>
<email>bugmeister_at_FreeBSD_dot_org</email>
</person>
</contact>
@ -308,7 +308,7 @@ Report//EN"
<common>Birrell</common>
</name>
<email>jb@freebsd.org</email>
<email>jb@FreeBSD.org</email>
</person>
</contact>
@ -415,7 +415,7 @@ Report//EN"
<common>Evans</common>
</name>
<email>jasone@freebsd.org</email>
<email>jasone@FreeBSD.org</email>
</person>
</contact>
@ -434,7 +434,7 @@ Report//EN"
<p>Allocation activity patterns can change throughout the lifetime
of a program. Dynamic arena load balancing monitors arena lock
contention and re-assigns threads to other arenas as neccesary,
contention and re-assigns threads to other arenas as necessary,
thus smoothing out allocator performance.</p>
<p>In order to monitor lock contention in support of arena load
@ -459,7 +459,7 @@ Report//EN"
<common>Losh</common>
</name>
<email>imp@freebsd.org</email>
<email>imp@FreeBSD.org</email>
</person>
<person>
@ -469,7 +469,7 @@ Report//EN"
<common>Tymoshenko</common>
</name>
<email>gonzo@freebsd.org</email>
<email>gonzo@FreeBSD.org</email>
</person>
<person>
@ -479,7 +479,7 @@ Report//EN"
<common>Houchard</common>
</name>
<email>cognet@freebsd.org</email>
<email>cognet@FreeBSD.org</email>
</person>
<person>
@ -489,7 +489,7 @@ Report//EN"
<common>Stewart</common>
</name>
<email>rrs@freebsd.org</email>
<email>rrs@FreeBSD.org</email>
</person>
</contact>
@ -500,7 +500,7 @@ Report//EN"
multicore systems.</p>
<p>Preliminary ports to adm 5120, the IDT RC32434, the Sentry 5,
and a few other targets have started. These ports are in vairous
and a few other targets have started. These ports are in various
stages of stability.</p>
<p>Juniper Networks has donated a generic MIPS FreeBSD port. This
@ -587,7 +587,7 @@ Report//EN"
<p>The current status includes updated user space utilities. Kernel
side has grown support for multiple IP addresses for both address
families in jails, while the old kernel internal lookup/checking
functions were kept and can be compiled in during the transistion
functions were kept and can be compiled in during the transition
period limiting jails to one IP address. Additionally a show jails
DDB command was added to ease debugging.</p>
@ -631,7 +631,7 @@ Report//EN"
<p>The nxge driver provides support for Neterion Xframe-I and
Xframe-II adapters. The driver supports TCP Segmentation Offload
(TSO/LSO), Large Receive Offlaod (LRO), Jumbo Frames (5 buffer
(TSO/LSO), Large Receive Offload (LRO), Jumbo Frames (5 buffer
mode), Header Separation (Rx 2 buffer mode), VLAN, and Promiscuous
mode.</p>
@ -822,7 +822,7 @@ Report//EN"
the releases. In addition, linimon spent quite some time to try to
get the sparc64 ports into better shape, and sent out a request for
more people to help test sparc64 ports. Some people have responded
with offers for let committers get account on their machines.</p>
with offers for letting committers get accounts on their machines.</p>
<p>Unfortunately during this time period, we became unable to build
packages for ia64-7. As a result, we are not currently building
@ -1210,7 +1210,7 @@ Report//EN"
<common>Oppermann</common>
</name>
<email>andre@freebsd.org</email>
<email>andre@FreeBSD.org</email>
</person>
</contact>
@ -1240,7 +1240,7 @@ Report//EN"
This way the reassembly queue can't be abused with many holes among
small segments.</p>
<p>A further addition is the combination received SACK block
<p>A further addition is the combination of received SACK block
tracking with the reassembly queue. The reassembly queue now tracks
all blocks of segments. This makes tracking it again for SACK
unnecessary. Additionally the limitation to six SACK blocks is
@ -1257,10 +1257,10 @@ Report//EN"
<task>Additional small performance and space optimizations.</task>
<task>Extended testing with new ipfw tcptruncate option to chop up
tcp segments and feed them with full and partial loss into
TCP segments and feed them with full and partial loss into
reassembly.</task>
<task>Full code review by other tcp developers.</task>
<task>Full code review by other TCP developers.</task>
</help>
</project>
@ -1275,7 +1275,7 @@ Report//EN"
<common>Oppermann</common>
</name>
<email>andre@freebsd.org</email>
<email>andre@FreeBSD.org</email>
</person>
</contact>
@ -1293,14 +1293,14 @@ Report//EN"
<p>The FreeBSD TCP code has evolved a lot over time and many new
features were added. However over time it got crufty, complex and
hard to read and track. In some places functionality was moved away
but the corresponding code in the main tcp functions was not or not
but the corresponding code in the main TCP functions was not or not
fully removed.</p>
<p>The main purpose of of the TCP code cleanup and rewrite is to
make the code:</p>
<ul>
<li>Easily readably again;</li>
<li>Easily readable again;</li>
<li>Easily trackable again;</li>
@ -1327,7 +1327,7 @@ Report//EN"
<task>Full code behavior check against all TCP RFCs and drafts of
upcoming RFCs.</task>
<task>Extended testing and full code review by other tcp
<task>Extended testing and full code review by other TCP
developers.</task>
</help>
</project>
@ -1356,7 +1356,7 @@ Report//EN"
<p>
<em>DDB scripting</em>
allows the user to define a set of simply scripts from within the
allows the user to define a set of simple scripts from within the
debugger or userspace using the new ddb(8) tool to automate
debugging steps. Scripts can be automatically executed when the
debugger is entered ("kdb.enter.panic", "kdb.enter.break", ...)
@ -1539,7 +1539,7 @@ Report//EN"
</links>
<body>
<p>The port will only run as a guest (ie. domU) right now, on
<p>The port will only run as a guest (i.e. domU) right now, on
i386/PAE platforms. Status:</p>
<ul>
<li>domU is self-hosting on 8-CURRENT (can compile world + kernel