Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/doc Ticket 5627.



details:   https://anonhg.NetBSD.org/src/rev/4653a2a0d9a5
branches:  netbsd-2-0
changeset: 564848:4653a2a0d9a5
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Sep 06 16:11:29 2005 +0000

description:
Ticket 5627.

diffstat:

 doc/CHANGES-2.0.3 |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 0ed4b65eb198 -r 4653a2a0d9a5 doc/CHANGES-2.0.3
--- a/doc/CHANGES-2.0.3 Tue Sep 06 16:11:14 2005 +0000
+++ b/doc/CHANGES-2.0.3 Tue Sep 06 16:11:29 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CHANGES-2.0.3,v 1.1.2.39 2005/09/06 01:34:51 riz Exp $
+#      $NetBSD: CHANGES-2.0.3,v 1.1.2.40 2005/09/06 16:11:29 riz Exp $
 
 A complete list of changes from the NetBSD 2.0.2 release to the NetBSD 2.0.3
 release.
@@ -450,3 +450,11 @@
        taking effect in 2007.
        [kleink, ticket #5816]
 
+sys/fs/msdosfs/denode.h                                1.6
+sys/fs/msdosfs/msdosfs_vnops.c                 1.17
+
+       The maximum file size on MS-DOS filesystems is 4 GB - 1 byte, so
+       don't bother trying to write files bigger than this.  Just return
+       EFBIG to caller, rather than panic()ing later.  PR#30864
+       [xtraeme, ticket #5627]
+



Home | Main Index | Thread Index | Old Index