summaryrefslogtreecommitdiffstats
path: root/release/doc
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2003-07-16 10:37:12 +0000
committerhrs <hrs@FreeBSD.org>2003-07-16 10:37:12 +0000
commit882b0d4ec9edff0e12cbe302b2aa8731a3e89593 (patch)
tree51157bca2a0a44a43d034227a55f31088fff37c7 /release/doc
parent79e7009b5be5545276a98d46afbade5770f72906 (diff)
downloadFreeBSD-src-882b0d4ec9edff0e12cbe302b2aa8731a3e89593.zip
FreeBSD-src-882b0d4ec9edff0e12cbe302b2aa8731a3e89593.tar.gz
New release notes: ipfw(8), and atkbd(4) bug fix.
Diffstat (limited to 'release/doc')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml12
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml12
2 files changed, 24 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
index 1bd69b0..d433069 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -140,6 +140,10 @@
panics on PAE machines of certain large memory sizes has been
corrected.</para>
+ <para arch="i386">A bug that even when no AT keyboard is connected,
+ &man.atkbd.4; registers an AT keyboard during console initialization
+ has been fixed. <command>kbdcontrol -k /dev/kbd1</command>
+ is no longer needed when only a USB keyboard is connected.</para>
</sect3>
<sect3 id="boot">
@@ -176,6 +180,14 @@
<para>&man.ipfw.4; rules now support C++-style comment.</para>
+ <para>&man.ipfw.8; now allows to modify &man.ipfw.4; rules in set 31,
+ which was read-only and used for the default rules.
+ They can be deleted by <command>ipfw delete set 31</command>
+ command but are not deleted
+ by <command>ipfw flush</command> command.
+ So this implements a flexible form of <quote>persistent
+ rules</quote>. More details can be found in &man.ipfw.8;.</para>
+
<para>To reduce information leakage, IPv4 packets no longer have
a <varname>ip_id</varname> field set unless fragmentation is
being done.</para>
diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
index 1bd69b0..d433069 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -140,6 +140,10 @@
panics on PAE machines of certain large memory sizes has been
corrected.</para>
+ <para arch="i386">A bug that even when no AT keyboard is connected,
+ &man.atkbd.4; registers an AT keyboard during console initialization
+ has been fixed. <command>kbdcontrol -k /dev/kbd1</command>
+ is no longer needed when only a USB keyboard is connected.</para>
</sect3>
<sect3 id="boot">
@@ -176,6 +180,14 @@
<para>&man.ipfw.4; rules now support C++-style comment.</para>
+ <para>&man.ipfw.8; now allows to modify &man.ipfw.4; rules in set 31,
+ which was read-only and used for the default rules.
+ They can be deleted by <command>ipfw delete set 31</command>
+ command but are not deleted
+ by <command>ipfw flush</command> command.
+ So this implements a flexible form of <quote>persistent
+ rules</quote>. More details can be found in &man.ipfw.8;.</para>
+
<para>To reduce information leakage, IPv4 packets no longer have
a <varname>ip_id</varname> field set unless fragmentation is
being done.</para>
OpenPOWER on IntegriCloud