Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/803dee909c3f
branches:  netbsd-6-1
changeset: 776148:803dee909c3f
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sat Aug 27 14:42:02 2016 +0000

description:
ticket 1395

diffstat:

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

diffs (28 lines):

diff -r 2c07dd11d071 -r 803dee909c3f doc/CHANGES-6.1.6
--- a/doc/CHANGES-6.1.6 Sat Aug 27 14:41:48 2016 +0000
+++ b/doc/CHANGES-6.1.6 Sat Aug 27 14:42:02 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.6,v 1.1.2.70 2016/08/27 13:23:24 bouyer Exp $
+# $NetBSD: CHANGES-6.1.6,v 1.1.2.71 2016/08/27 14:42:02 bouyer Exp $
 
 A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6
 release:
@@ -8413,3 +8413,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