summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbmah <bmah@FreeBSD.org>2003-11-15 02:19:46 +0000
committerbmah <bmah@FreeBSD.org>2003-11-15 02:19:46 +0000
commit12a85926c2db41bf23317ef97144762daa71d3f9 (patch)
tree1bc05ce48b756bf4f431d71951bc473d557b3e94
parentdd1aaef04b79145ae73f7e7bf665e856d38ff346 (diff)
downloadFreeBSD-src-12a85926c2db41bf23317ef97144762daa71d3f9.zip
FreeBSD-src-12a85926c2db41bf23317ef97144762daa71d3f9.tar.gz
New release notes: statfs(2), KAME updates.
Updated release note: DRM kernel modules import.
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/article.sgml35
-rw-r--r--release/doc/en_US.ISO8859-1/relnotes/common/new.sgml35
2 files changed, 68 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 6d7ea10..920d104 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml
@@ -184,7 +184,7 @@
&merged;</para>
<para arch="i386,pc98">The DRM kernel modules have been updated from
- DRI CVS as of 23 October 2003. Among other changes, this
+ DRI CVS as of 12 November 2003. Among other changes, this
change includes a newly-ported SiS 300/305/540/630/730
driver and mostly-complete SMPng locking.</para>
@@ -429,6 +429,9 @@
</listitem>
</itemizedlist>
+ <para>A number of fixes and updates to the IPv6 and IPSec code
+ have been imported from the KAME Project.</para>
+
<para>Support for the IPv6 Advanced Sockets API now conforms to
RFC 3542 (also known as RFC 2292bis), rather than RFC 2292.
Applications using this API have been updated
@@ -499,6 +502,36 @@
<para>Some off-by-one errors in the smbfs that prevented it from
working correctly with 15-character NetBIOS names have been fixed.</para>
+ <para>The sizes of some members of the <literal>statfs</literal>
+ structure have changed from 32 bits to 64 bits in order to
+ better support multi-terabyte filesystems.
+
+ <itemizedlist>
+ <listitem>
+ <para>Users performing source upgrades across this change
+ must ensure that their kernel and userland bits are in
+ sync, by following the documented source upgrade
+ procedures.</para>
+ </listitem>
+
+ <listitem>
+ <para>A backward compatibility version of the &man.statfs.2;
+ system call exists but only if the
+ <literal>COMPAT_FREEBSD4</literal> kernel option is
+ defined. Including this option in the kernel is strongly
+ encouraged.</para>
+ </listitem>
+
+ <listitem>
+ <para>Programs that use the &man.statfs.2; will need to be
+ recompiled. Among the known examples are the
+ <filename role="package">devel/gnomevfs2</filename>,
+ <filename role="package">mail/postfix</filename>, and
+ <filename role="package">security/cfg</filename>
+ ports.</para>
+ </listitem>
+ </itemizedlist>
+
</sect3>
<sect3 id="mm">
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 6d7ea10..920d104 100644
--- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
+++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml
@@ -184,7 +184,7 @@
&merged;</para>
<para arch="i386,pc98">The DRM kernel modules have been updated from
- DRI CVS as of 23 October 2003. Among other changes, this
+ DRI CVS as of 12 November 2003. Among other changes, this
change includes a newly-ported SiS 300/305/540/630/730
driver and mostly-complete SMPng locking.</para>
@@ -429,6 +429,9 @@
</listitem>
</itemizedlist>
+ <para>A number of fixes and updates to the IPv6 and IPSec code
+ have been imported from the KAME Project.</para>
+
<para>Support for the IPv6 Advanced Sockets API now conforms to
RFC 3542 (also known as RFC 2292bis), rather than RFC 2292.
Applications using this API have been updated
@@ -499,6 +502,36 @@
<para>Some off-by-one errors in the smbfs that prevented it from
working correctly with 15-character NetBIOS names have been fixed.</para>
+ <para>The sizes of some members of the <literal>statfs</literal>
+ structure have changed from 32 bits to 64 bits in order to
+ better support multi-terabyte filesystems.
+
+ <itemizedlist>
+ <listitem>
+ <para>Users performing source upgrades across this change
+ must ensure that their kernel and userland bits are in
+ sync, by following the documented source upgrade
+ procedures.</para>
+ </listitem>
+
+ <listitem>
+ <para>A backward compatibility version of the &man.statfs.2;
+ system call exists but only if the
+ <literal>COMPAT_FREEBSD4</literal> kernel option is
+ defined. Including this option in the kernel is strongly
+ encouraged.</para>
+ </listitem>
+
+ <listitem>
+ <para>Programs that use the &man.statfs.2; will need to be
+ recompiled. Among the known examples are the
+ <filename role="package">devel/gnomevfs2</filename>,
+ <filename role="package">mail/postfix</filename>, and
+ <filename role="package">security/cfg</filename>
+ ports.</para>
+ </listitem>
+ </itemizedlist>
+
</sect3>
<sect3 id="mm">
OpenPOWER on IntegriCloud