Fix two typos.

Approved by:	brueffer (mentor)
This commit is contained in:
Joel Dahl 2005-09-12 19:18:03 +00:00
parent dc976d9dca
commit 3d44be7448
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=25618
3 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.94 2005/01/23 20:52:30 keramida Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/c99/index.sgml,v 1.95 2005/08/19 07:40:17 stefanf Exp $">
<!ENTITY title "FreeBSD C99 and &posix; Conformance Project"> <!ENTITY title "FreeBSD C99 and &posix; Conformance Project">
<!ENTITY email 'standards'> <!ENTITY email 'standards'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -1172,7 +1172,7 @@
</tr> </tr>
<tr> <tr>
<td> Merge sys/posix4/* into regular kernel hierachy, and remove <td> Merge sys/posix4/* into regular kernel hierarchy, and remove
sys/posix4. </td> sys/posix4. </td>
<td> &nbsp; </td> <td> &nbsp; </td>
<td> 21 September 2002 </td> <td> 21 September 2002 </td>
@ -1244,7 +1244,7 @@
</tr> </tr>
<tr> <tr>
<td> Require atleast one file argument in paste(1). (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36074">36074</a>) </td> <td> Require at least one file argument in paste(1). (PR: <a href="http://www.FreeBSD.org/cgi/query-pr.cgi?pr=36074">36074</a>) </td>
<td> &a.tjr; </td> <td> &a.tjr; </td>
<td> 1 April 2002 </td> <td> 1 April 2002 </td>
<td> &status.done; </td> <td> &status.done; </td>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/dingo/index.sgml,v 1.13 2005/01/15 14:37:20 mlaier Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/dingo/index.sgml,v 1.14 2005/06/17 20:27:30 brueffer Exp $">
<!ENTITY title "FreeBSD Network Cleanup and Consolidation Project (dingo)"> <!ENTITY title "FreeBSD Network Cleanup and Consolidation Project (dingo)">
<!ENTITY email 'mux'> <!ENTITY email 'mux'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -143,14 +143,14 @@ IFF_ALLMULTI</td>
<TD> &nbsp; </TD> <TD> &nbsp; </TD>
</TR> </TR>
<TR> <TR>
<TD>Make an(4) net80211-aware (bringin NetBSD diffs from onoe).</TD> <TD>Make an(4) net80211-aware (bring in NetBSD diffs from onoe).</TD>
<td> &nbsp; </td> <td> &nbsp; </td>
<td> 20041128 </td> <td> 20041128 </td>
<td> &status.new; </td> <td> &status.new; </td>
<TD> &nbsp; </TD> <TD> &nbsp; </TD>
</TR> </TR>
<TR> <TR>
<TD>Bringin busdma vr(4) from netbsd</TD> <TD>Bring in busdma vr(4) from netbsd</TD>
<td> &nbsp; </td> <td> &nbsp; </td>
<td> 20041128 </td> <td> 20041128 </td>
<td> &status.new; </td> <td> &status.new; </td>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../.."> <!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/projects/netperf/index.sgml,v 1.13 2005/07/01 09:09:52 rwatson Exp $"> <!ENTITY date "$FreeBSD: www/en/projects/netperf/index.sgml,v 1.14 2005/07/01 09:13:54 rwatson Exp $">
<!ENTITY title "FreeBSD Network Performance Project (netperf)"> <!ENTITY title "FreeBSD Network Performance Project (netperf)">
<!ENTITY email 'mux'> <!ENTITY email 'mux'>
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes; <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -114,7 +114,7 @@
threading in the network stack. The current network stack model threading in the network stack. The current network stack model
offers the opportunity for substantial parallelism, with outbound offers the opportunity for substantial parallelism, with outbound
processing typically taking place in the context of the sending processing typically taking place in the context of the sending
thread in kernel, crypto occuring in crypto worker threads, and thread in kernel, crypto occurring in crypto worker threads, and
receive processing taking place in a combination of the receiving receive processing taking place in a combination of the receiving
ithread and dispatched netisr thread. While handoffs between ithread and dispatched netisr thread. While handoffs between
threads introduces overhead (synchronization, context switching), threads introduces overhead (synchronization, context switching),
@ -186,7 +186,7 @@
interface queue, even in the event that additional queueing is interface queue, even in the event that additional queueing is
required. This has not yet been benchmarked. A subset change to required. This has not yet been benchmarked. A subset change to
dispatch a single mbuf to a driver has also been prototyped, and dispatch a single mbuf to a driver has also been prototyped, and
bencharked at a several percentage point improvement in packet send benchmarked at a several percentage point improvement in packet send
rates from user space. </td> rates from user space. </td>
</tr> </tr>