Source-Changes-HG archive

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

[src/netbsd-9]: src/doc Tickets #896 and #897



details:   https://anonhg.NetBSD.org/src/rev/e715021acda5
branches:  netbsd-9
changeset: 932494:e715021acda5
user:      martin <martin%NetBSD.org@localhost>
date:      Sat May 09 08:21:36 2020 +0000

description:
Tickets #896 and #897

diffstat:

 doc/CHANGES-9.1 |  16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 1ee3f3cefea5 -r e715021acda5 doc/CHANGES-9.1
--- a/doc/CHANGES-9.1   Sat May 09 08:20:34 2020 +0000
+++ b/doc/CHANGES-9.1   Sat May 09 08:21:36 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.1,v 1.1.2.54 2020/05/07 18:27:19 martin Exp $
+# $NetBSD: CHANGES-9.1,v 1.1.2.55 2020/05/09 08:21:36 martin Exp $
 
 A complete list of changes from the NetBSD 9.0 release to the NetBSD 9.1
 release:
@@ -2496,3 +2496,17 @@
        Do not store a pointer to the passed in struct pci_attach_args.
        [jmcneill, ticket #895]
 
+sys/dev/usb/if_cdce.c                          1.71
+
+       cdce(4): PR 55240: search the descriptors of the appropriate
+       interface to ensure correct match.
+       [skrll, ticket #896]
+
+external/cddl/osnet/dist/uts/common/fs/zfs/zfs_vnops.c 1.65
+external/cddl/osnet/dist/uts/common/fs/zfs/zfs_znode.c 1.33
+
+       Operation zfs_znode.c::zfs_zget_cleaner() depends on zil_commit() as
+       a barrier to guarantee the znode cannot be freed before its log entries
+       are resolved.
+       [hannken, ticket #897]
+



Home | Main Index | Thread Index | Old Index