1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-26 16:18:31 +00:00

Document r280930, several RPC fixes.

Add MIT AI Lab to sponsors.ent.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-04-28 18:11:00 +00:00
parent f6abc62908
commit 90c3dae191
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282169
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.">