summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2003-02-23 01:57:54 +0000
committerbmah <bmah@FreeBSD.org>2003-02-23 01:57:54 +0000
commitd645ea9e364f2ae08d7f35193b8d4a06e68bf9e8 (patch)
tree8b22f60e8bb8fac8797c614b3b96dc548c34fd8c /release
parent8a2a9091301e63f3908b341bcc984162e59a845d (diff)
downloadFreeBSD-src-d645ea9e364f2ae08d7f35193b8d4a06e68bf9e8.zip
FreeBSD-src-d645ea9e364f2ae08d7f35193b8d4a06e68bf9e8.tar.gz
New release notes: /dev/tty fix, fstat(2) bugfix, kqueue(2)
bugfix, xl(4) bugfix, ipfw(4) skipto/log fix, non-blocking RPC fix, mly(4) fix, smbfs bugfixes, adduser(8) passwords with special characters, sem_open(3) multiple open fix. All of these items are bugfixes listed in errata/article.sgml rev. 1.27. It seemed to me that if they were important enough to list in the errata, they were important enough for the release notes.
Diffstat (limited to 'release')
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml40
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml40
2 files changed, 78 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 8d0ad8c..5c4b8da 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -115,6 +115,20 @@
<literal>NODEVFS</literal> option has been removed from the set of
possible kernel configuration options.</para>
+ <para>A minor bug in the permissions handling of
+ <filename>/dev/tty</filename> has been fixed. As a result,
+ &man.ssh.1; can now be used after &man.su.1;.</para>
+
+ <para>A bug that caused &man.fstat.2; to return
+ <literal>0</literal> as the number of bytes available to read
+ from a TCP socket has been fixed.</para>
+
+ <para>A bug that caused &man.kqueue.2; to report
+ <literal>0</literal> as the number of bytes available to read
+ from a TCP socket has been fixed. The
+ <literal>NOTE_LOWAT</literal> flag for
+ <literal>EVFILT_READ</literal> has been fixed.</para>
+
<para>Linux emulation mode now supports IPv6.</para>
<!-- Above this line, sort kernel changes by manpage/keyword-->
@@ -167,11 +181,19 @@
<para>A new wlan module provides 802.11 link-layer support. The
&man.wi.4; driver now uses this facility.</para>
+ <para arch="i386,alpha,pc98,sparc64">A timing bug in the
+ &man.xl.4; driver, which could cause a kernel panic (or other
+ problems) when configuring an interface, has been
+ fixed.</para>
+
</sect3>
<sect3>
<title>Network Protocols</title>
+ <para>&man.ipfw.4; <literal>skipto</literal> rules can once
+ again be used with the <literal>log</literal> keyword.</para>
+
<para>It is now possible to build the
<literal>FAST_IPSEC</literal> and <literal>INET6</literal>
options into the same kernel. (They still cannot be used
@@ -192,6 +214,10 @@
to traditionally privileged ports without requiring superuser
access. &man.ip.4; has more details.</para>
+ <para>Some bugs in the non-blocking RPC code has been fixed. As
+ a result, &man.amd.8; users are now able to mount volumes from
+ a &release.current; server.</para>
+
</sect3>
<sect3>
@@ -209,6 +235,9 @@
<literal>NO_GEOM</literal> has been removed from the set of
kernel configuration options.</para>
+ <para>A bug in the &man.mly.4; driver that caused hangs has been
+ corrected.</para>
+
<para>Support has been added for volume labels on UFS and UFS2
filesystems. These labels are strings that can be used to
identify a volume, regardless of what device it appears on.
@@ -229,7 +258,9 @@
<sect3>
<title>Filesystems</title>
- <para></para>
+ <para>Bugs that could cause the unmounting of a smbfs share to
+ fail or cause a kernel panic have been fixed.</para>
+
</sect3>
<sect3>
@@ -254,6 +285,9 @@
<sect2 id="userland">
<title>Userland Changes</title>
+ <para>&man.adduser.8; now correctly handles setting user passwords
+ containing special shell characters.</para>
+
<para arch="alpha,i386">The <filename>compat4x</filename>
distribution now includes the
<filename>libcrypto.so.2</filename>,
@@ -380,6 +414,10 @@
stuck at <literal>0</literal> has been fixed. (&man.rand.3;
remains unsuitable for all but trivial uses.)</para>
+ <para>&man.sem.open.3; now correctly handles multiple opens of the
+ same semaphore; as a result, &man.sem.close.3; no longer crashes
+ calling programs.</para>
+
<para>The seeding algorithm used by &man.srandom.3; has been
strengthened.</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 8d0ad8c..5c4b8da 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -115,6 +115,20 @@
<literal>NODEVFS</literal> option has been removed from the set of
possible kernel configuration options.</para>
+ <para>A minor bug in the permissions handling of
+ <filename>/dev/tty</filename> has been fixed. As a result,
+ &man.ssh.1; can now be used after &man.su.1;.</para>
+
+ <para>A bug that caused &man.fstat.2; to return
+ <literal>0</literal> as the number of bytes available to read
+ from a TCP socket has been fixed.</para>
+
+ <para>A bug that caused &man.kqueue.2; to report
+ <literal>0</literal> as the number of bytes available to read
+ from a TCP socket has been fixed. The
+ <literal>NOTE_LOWAT</literal> flag for
+ <literal>EVFILT_READ</literal> has been fixed.</para>
+
<para>Linux emulation mode now supports IPv6.</para>
<!-- Above this line, sort kernel changes by manpage/keyword-->
@@ -167,11 +181,19 @@
<para>A new wlan module provides 802.11 link-layer support. The
&man.wi.4; driver now uses this facility.</para>
+ <para arch="i386,alpha,pc98,sparc64">A timing bug in the
+ &man.xl.4; driver, which could cause a kernel panic (or other
+ problems) when configuring an interface, has been
+ fixed.</para>
+
</sect3>
<sect3>
<title>Network Protocols</title>
+ <para>&man.ipfw.4; <literal>skipto</literal> rules can once
+ again be used with the <literal>log</literal> keyword.</para>
+
<para>It is now possible to build the
<literal>FAST_IPSEC</literal> and <literal>INET6</literal>
options into the same kernel. (They still cannot be used
@@ -192,6 +214,10 @@
to traditionally privileged ports without requiring superuser
access. &man.ip.4; has more details.</para>
+ <para>Some bugs in the non-blocking RPC code has been fixed. As
+ a result, &man.amd.8; users are now able to mount volumes from
+ a &release.current; server.</para>
+
</sect3>
<sect3>
@@ -209,6 +235,9 @@
<literal>NO_GEOM</literal> has been removed from the set of
kernel configuration options.</para>
+ <para>A bug in the &man.mly.4; driver that caused hangs has been
+ corrected.</para>
+
<para>Support has been added for volume labels on UFS and UFS2
filesystems. These labels are strings that can be used to
identify a volume, regardless of what device it appears on.
@@ -229,7 +258,9 @@
<sect3>
<title>Filesystems</title>
- <para></para>
+ <para>Bugs that could cause the unmounting of a smbfs share to
+ fail or cause a kernel panic have been fixed.</para>
+
</sect3>
<sect3>
@@ -254,6 +285,9 @@
<sect2 id="userland">
<title>Userland Changes</title>
+ <para>&man.adduser.8; now correctly handles setting user passwords
+ containing special shell characters.</para>
+
<para arch="alpha,i386">The <filename>compat4x</filename>
distribution now includes the
<filename>libcrypto.so.2</filename>,
@@ -380,6 +414,10 @@
stuck at <literal>0</literal> has been fixed. (&man.rand.3;
remains unsuitable for all but trivial uses.)</para>
+ <para>&man.sem.open.3; now correctly handles multiple opens of the
+ same semaphore; as a result, &man.sem.close.3; no longer crashes
+ calling programs.</para>
+
<para>The seeding algorithm used by &man.srandom.3; has been
strengthened.</para>
OpenPOWER on IntegriCloud