Document r280930, several RPC fixes.

Add MIT AI Lab to sponsors.ent.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
gjb 2015-04-28 18:11:00 +00:00
parent c86000985b
commit 942aec8925
2 changed files with 22 additions and 0 deletions

View File

@ -567,6 +567,26 @@
<para revision="272089">A bug in &man.ipfw.4; that could
potentially lead to a kernel panic when using &man.dummynet.4;
at layer 2 has been fixed.</para>
<para revision="280930" contrib="sponsor" sponsor="&mitail;">The
kernel <acronym>RPC</acronym> has been updated to include
several enhancements:</para>
<itemizedlist>
<listitem>
<para>The 45 MiB limit on requests queued for
&man.nfsd.8; threads has been removed.</para>
</listitem>
<listitem>
<para>Avoids unecessary throttling by not deferring
accounting for completed requests.</para>
</listitem>
<listitem>
<para>Fixes an integer overflow and signedness bugs.</para>
</listitem>
</itemizedlist>
</sect2>
<sect2 xml:id="kernel-config">

View File

@ -30,6 +30,8 @@
<!ENTITY limelight "Limelight Networks">
<!ENTITY lsi "LSI">
<!ENTITY mitail "MIT Computer Science &amp; Artificial Intelligence Laboratory">
<!ENTITY netgate "Netgate">
<!ENTITY sandvine "Sandvine, Inc.">