Module Name:    src
Committed By:   martin
Date:           Mon Oct 21 17:03:01 UTC 2019

Modified Files:
        src/doc [netbsd-8]: CHANGES-8.2

Log Message:
Tickets #1409 and #1410


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.52 -r1.1.2.53 src/doc/CHANGES-8.2

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-8.2
diff -u src/doc/CHANGES-8.2:1.1.2.52 src/doc/CHANGES-8.2:1.1.2.53
--- src/doc/CHANGES-8.2:1.1.2.52	Thu Oct 17 18:41:27 2019
+++ src/doc/CHANGES-8.2	Mon Oct 21 17:03:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.52 2019/10/17 18:41:27 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.53 2019/10/21 17:03:01 martin Exp $
 
 A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
 release:
@@ -1299,3 +1299,31 @@ sys/dev/pci/ixgbe/ixgbe.c			1.214
 	Disable EEE for backplane X550EM_X.
 	[msaitoh, ticket #1408]
 
+external/bsd/pkg_install/dist/add/perform.c     up to 1.6
+external/bsd/pkg_install/dist/add/pkg_add.1     up to 1.3
+external/bsd/pkg_install/dist/admin/audit.c     up to 1.3
+external/bsd/pkg_install/dist/admin/main.c      up to 1.4
+external/bsd/pkg_install/dist/admin/pkg_admin.1 up to 1.5
+external/bsd/pkg_install/dist/create/util.c     up to 1.2
+external/bsd/pkg_install/dist/delete/pkg_delete.c up to 1.3
+external/bsd/pkg_install/dist/info/main.c       up to 1.3
+external/bsd/pkg_install/dist/lib/lib.h         up to 1.9
+external/bsd/pkg_install/dist/lib/license.c     up to 1.9
+external/bsd/pkg_install/dist/lib/parse-config.c up to 1.3
+external/bsd/pkg_install/dist/lib/pkcs7.c       up to 1.4
+external/bsd/pkg_install/dist/lib/pkg_io.c      up to 1.3
+external/bsd/pkg_install/dist/lib/version.h     up to 1.15
+external/bsd/pkg_install/dist/lib/vulnerabilities-file.c up to 1.3
+
+	Merge pkg_install-20191008 from pkgsrc.
+	[joerg, ticket #1409]
+
+sys/fs/ntfs/ntfs_subr.c				1.62
+sys/fs/ntfs/ntfs_vfsops.c			1.108
+
+	It is not possible to call vflush() from xxx_mount().
+	Replace with a vnode iterator and use vrecycle().
+	When the MFT record size is lower than the cluster size we have
+	to read consecutive clusters to fill the MFT record.
+	[hannken, ticket #1410]
+

Reply via email to