From ff4cdfdcdb07fdf1b68c729057e0ed58b8e972a2 Mon Sep 17 00:00:00 2001 From: "Bruce A. Mah" Date: Sat, 15 Nov 2003 02:19:46 +0000 Subject: [PATCH] New release notes: statfs(2), KAME updates. Updated release note: DRM kernel modules import. --- .../doc/en_US.ISO8859-1/relnotes/article.sgml | 35 ++++++++++++++++++- .../en_US.ISO8859-1/relnotes/common/new.sgml | 35 ++++++++++++++++++- 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 6d7ea1067e4..920d1047bde 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; 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. @@ -429,6 +429,9 @@ + A number of fixes and updates to the IPv6 and IPSec code + have been imported from the KAME Project. + 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 @@ Some off-by-one errors in the smbfs that prevented it from working correctly with 15-character NetBIOS names have been fixed. + The sizes of some members of the statfs + structure have changed from 32 bits to 64 bits in order to + better support multi-terabyte filesystems. + + + + 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. + + + + A backward compatibility version of the &man.statfs.2; + system call exists but only if the + COMPAT_FREEBSD4 kernel option is + defined. Including this option in the kernel is strongly + encouraged. + + + + Programs that use the &man.statfs.2; will need to be + recompiled. Among the known examples are the + devel/gnomevfs2, + mail/postfix, and + security/cfg + ports. + + + 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 6d7ea1067e4..920d1047bde 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; 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. @@ -429,6 +429,9 @@ + A number of fixes and updates to the IPv6 and IPSec code + have been imported from the KAME Project. + 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 @@ Some off-by-one errors in the smbfs that prevented it from working correctly with 15-character NetBIOS names have been fixed. + The sizes of some members of the statfs + structure have changed from 32 bits to 64 bits in order to + better support multi-terabyte filesystems. + + + + 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. + + + + A backward compatibility version of the &man.statfs.2; + system call exists but only if the + COMPAT_FREEBSD4 kernel option is + defined. Including this option in the kernel is strongly + encouraged. + + + + Programs that use the &man.statfs.2; will need to be + recompiled. Among the known examples are the + devel/gnomevfs2, + mail/postfix, and + security/cfg + ports. + + +