mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
New release notes: pmc driver, new loader tunables, ipfw(8) limit.
Updated release note: bridge(4) and dummynet(4) are loadable modules.
This commit is contained in:
parent
2ad0f3c5f6
commit
daa67917a6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86061
@ -330,6 +330,16 @@
|
||||
better compatability with some BIOS implementations that do not
|
||||
completely implement the El Torito bootable CDROM standard.</para>
|
||||
|
||||
<para arch="i386">The pmc driver, which supports the power
|
||||
management controller of the NEC PC-98NOTE, has been
|
||||
added. &merged;</para>
|
||||
|
||||
<para>The kernel configuration parameters
|
||||
<varname>MAXTSIZ</varname>, <varname>DFLDSIZ</varname>,
|
||||
<varname>MAXDSIZ</varname>, <varname>DFLSSIZ</varname>,
|
||||
<varname>MAXSSIZ</varname>, and <varname>SGROWSIZ</varname> are
|
||||
all loader tunables. &merged;</para>
|
||||
|
||||
<sect3>
|
||||
<title>Processor/Motherboard Support</title>
|
||||
|
||||
@ -570,7 +580,8 @@
|
||||
<quote>proxy-only</quote> published entries.</para>
|
||||
|
||||
<para>&man.bridge.4; and &man.dummynet.4; have received some
|
||||
enhancements and bug fixes.</para>
|
||||
enhancements and bug fixes, and are now loadable
|
||||
modules. &merged;</para>
|
||||
|
||||
<para>ICMP ECHO and TSTAMP replies are now rate limited. TCP RSTs
|
||||
generated due to packets sent to open and unopen ports are now
|
||||
@ -1569,6 +1580,10 @@
|
||||
allows for packet matching on interfaces with dynamically-changing
|
||||
IP addresses. &merged;</para>
|
||||
|
||||
<para>&man.ipfw.8; has a new <literal>limit</literal> type of
|
||||
firewall rule, which limits the number of sessions between address
|
||||
pairs. &merged;</para>
|
||||
|
||||
<para>&man.ip6fw.8; now has the ability to use a preprocessor
|
||||
and use the <option>-q</option> (quiet) flag when reading from a
|
||||
file. &merged;</para>
|
||||
|
@ -330,6 +330,16 @@
|
||||
better compatability with some BIOS implementations that do not
|
||||
completely implement the El Torito bootable CDROM standard.</para>
|
||||
|
||||
<para arch="i386">The pmc driver, which supports the power
|
||||
management controller of the NEC PC-98NOTE, has been
|
||||
added. &merged;</para>
|
||||
|
||||
<para>The kernel configuration parameters
|
||||
<varname>MAXTSIZ</varname>, <varname>DFLDSIZ</varname>,
|
||||
<varname>MAXDSIZ</varname>, <varname>DFLSSIZ</varname>,
|
||||
<varname>MAXSSIZ</varname>, and <varname>SGROWSIZ</varname> are
|
||||
all loader tunables. &merged;</para>
|
||||
|
||||
<sect3>
|
||||
<title>Processor/Motherboard Support</title>
|
||||
|
||||
@ -570,7 +580,8 @@
|
||||
<quote>proxy-only</quote> published entries.</para>
|
||||
|
||||
<para>&man.bridge.4; and &man.dummynet.4; have received some
|
||||
enhancements and bug fixes.</para>
|
||||
enhancements and bug fixes, and are now loadable
|
||||
modules. &merged;</para>
|
||||
|
||||
<para>ICMP ECHO and TSTAMP replies are now rate limited. TCP RSTs
|
||||
generated due to packets sent to open and unopen ports are now
|
||||
@ -1569,6 +1580,10 @@
|
||||
allows for packet matching on interfaces with dynamically-changing
|
||||
IP addresses. &merged;</para>
|
||||
|
||||
<para>&man.ipfw.8; has a new <literal>limit</literal> type of
|
||||
firewall rule, which limits the number of sessions between address
|
||||
pairs. &merged;</para>
|
||||
|
||||
<para>&man.ip6fw.8; now has the ability to use a preprocessor
|
||||
and use the <option>-q</option> (quiet) flag when reading from a
|
||||
file. &merged;</para>
|
||||
|
Loading…
Reference in New Issue
Block a user