Source-Changes-HG archive

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

[src/netbsd-6-0]: src/doc ticket 1395



details:   https://anonhg.NetBSD.org/src/rev/3895d01296ed
branches:  netbsd-6-0
changeset: 775147:3895d01296ed
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Aug 27 14:41:25 2016 +0000

description:
ticket 1395

diffstat:

 doc/CHANGES-6.0.7 |  17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r b0a0de08fbb0 -r 3895d01296ed doc/CHANGES-6.0.7
--- a/doc/CHANGES-6.0.7 Sat Aug 27 14:41:00 2016 +0000
+++ b/doc/CHANGES-6.0.7 Sat Aug 27 14:41:25 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.72 2016/08/27 13:22:11 bouyer Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.73 2016/08/27 14:41:25 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
 release:
@@ -8693,3 +8693,18 @@
        spwd.db should be 0600 (Brooks Davis)
        [christos, ticket #1369]
 
+sbin/fsdb/fsdb.c                               1.49
+sys/ufs/ffs/ffs_vfsops.c                       1.340
+usr.sbin/quot/quot.c                           1.34
+
+       From Michael Plass:
+
+       The superblock field that distinguishes between 4.2BSD and 4.4BSD
+       inodes is really only relevant on a UFS1 file system. Make sure that
+       it is a UFS1 fs before using fs_old_inodefmt.
+
+       Note that the NetBSD newfs and mkfs utilities initialize fs_old_inodefmt
+       even for UFS2, so problems were apparent only on file systems created
+       by other operating systems, for example, FreeBSD.
+       [martin, ticket #1395]
+



Home | Main Index | Thread Index | Old Index