diff options
author | hrs <hrs@FreeBSD.org> | 2005-03-06 19:08:51 +0000 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2005-03-06 19:08:51 +0000 |
commit | 663bacb1a34eb1884b2ad1f71cdd8c661c3a01b9 (patch) | |
tree | 84d0e6b969780dd79baf55b2259c7eb4c2804a40 /release | |
parent | 6ea772039c6af0352ca089411b31da7d2ed415e2 (diff) | |
download | FreeBSD-src-663bacb1a34eb1884b2ad1f71cdd8c661c3a01b9.zip FreeBSD-src-663bacb1a34eb1884b2ad1f71cdd8c661c3a01b9.tar.gz |
New release notes:
atkbd(4) 0x08 flag,
ipnat(8) redirect rule supports non-TCP/UDP packets, and
sppp(4) MPSAFE.
Update release notes:
pppd(8) incorrect CBCP response fix (MFC).
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 12 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 12 |
2 files changed, 22 insertions, 2 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index 2ed4120..f73a096 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -271,6 +271,11 @@ <para>The pcii driver has been added to support GPIB-PCIIA IEEE-488 cards.</para> + <para>The &man.atkbd.4; driver now supports a <literal>0x8</literal> + (bit 3) flag to disable testing the keyboard port during + the device probe as this can cause hangs on some machines, + specifically Compaq R3000Z series amd64 laptops.</para> + <para arch="i386">The &man.pbio.4; driver, which supports direct access to the Intel 8255A programmable peripheral interface (PPI) @@ -422,6 +427,9 @@ Note that &man.ipfw.8; rules have to be carefully crafted to make sure that things like PMTU discovery do not break. &merged;</para> + <para>&man.ipnat.8; now allows redirect rules to + work for non-TCP/UDP packets. &merged;</para> + <para>Ongoing work is reducing the use of the Giant lock by the network protocol stack and improving the locking strategies.</para> @@ -432,6 +440,8 @@ <para>The &man.sppp.4; driver now includes Frame Relay support. &merged;</para> + <para>The &man.sppp.4; driver is now MPSAFE.</para> + <para>A bug in TCP that sometimes caused RST packets to be ignored if the receive window was zero bytes has been fixed. &merged;</para> @@ -686,7 +696,7 @@ <para>Two bugs in the &man.pppd.8; program has been fixed. They may result in an incorrect CBCP response which violates the Microsoft PPP Callback Control Protocol - section 3.2.</para> + section 3.2. &merged;</para> <para>The &man.rescue.8; utilities in the <filename>/rescue</filename> directory now includes &man.bsdtar.1; instead of GNU tar.</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 2ed4120..f73a096 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -271,6 +271,11 @@ <para>The pcii driver has been added to support GPIB-PCIIA IEEE-488 cards.</para> + <para>The &man.atkbd.4; driver now supports a <literal>0x8</literal> + (bit 3) flag to disable testing the keyboard port during + the device probe as this can cause hangs on some machines, + specifically Compaq R3000Z series amd64 laptops.</para> + <para arch="i386">The &man.pbio.4; driver, which supports direct access to the Intel 8255A programmable peripheral interface (PPI) @@ -422,6 +427,9 @@ Note that &man.ipfw.8; rules have to be carefully crafted to make sure that things like PMTU discovery do not break. &merged;</para> + <para>&man.ipnat.8; now allows redirect rules to + work for non-TCP/UDP packets. &merged;</para> + <para>Ongoing work is reducing the use of the Giant lock by the network protocol stack and improving the locking strategies.</para> @@ -432,6 +440,8 @@ <para>The &man.sppp.4; driver now includes Frame Relay support. &merged;</para> + <para>The &man.sppp.4; driver is now MPSAFE.</para> + <para>A bug in TCP that sometimes caused RST packets to be ignored if the receive window was zero bytes has been fixed. &merged;</para> @@ -686,7 +696,7 @@ <para>Two bugs in the &man.pppd.8; program has been fixed. They may result in an incorrect CBCP response which violates the Microsoft PPP Callback Control Protocol - section 3.2.</para> + section 3.2. &merged;</para> <para>The &man.rescue.8; utilities in the <filename>/rescue</filename> directory now includes &man.bsdtar.1; instead of GNU tar.</para> |