Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #1409 and #1410
details: https://anonhg.NetBSD.org/src/rev/36777e2b6f16
branches: netbsd-8
changeset: 460404:36777e2b6f16
user: martin <martin%NetBSD.org@localhost>
date: Mon Oct 21 17:03:01 2019 +0000
description:
Tickets #1409 and #1410
diffstat:
doc/CHANGES-8.2 | 30 +++++++++++++++++++++++++++++-
1 files changed, 29 insertions(+), 1 deletions(-)
diffs (41 lines):
diff -r f99a501c730a -r 36777e2b6f16 doc/CHANGES-8.2
--- a/doc/CHANGES-8.2 Mon Oct 21 17:01:57 2019 +0000
+++ b/doc/CHANGES-8.2 Mon Oct 21 17:03:01 2019 +0000
@@ -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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index