Module Name: src
Committed By: bouyer
Date: Sat Aug 27 14:41:25 UTC 2016
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
ticket 1395
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.72 -r1.1.2.73 src/doc/CHANGES-6.0.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.72 src/doc/CHANGES-6.0.7:1.1.2.73
--- src/doc/CHANGES-6.0.7:1.1.2.72 Sat Aug 27 13:22:11 2016
+++ src/doc/CHANGES-6.0.7 Sat Aug 27 14:41:25 2016
@@ -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 @@ etc/Makefile 1.403
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]
+