Source-Changes-HG archive

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

[src/netbsd-8]: src/doc Tickets #1345 - #1347



details:   https://anonhg.NetBSD.org/src/rev/ec271b4367d9
branches:  netbsd-8
changeset: 453879:ec271b4367d9
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Aug 29 16:33:56 2019 +0000

description:
Tickets #1345 - #1347

diffstat:

 doc/CHANGES-8.2 |  20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 28b564dfbfd0 -r ec271b4367d9 doc/CHANGES-8.2
--- a/doc/CHANGES-8.2   Thu Aug 29 16:31:53 2019 +0000
+++ b/doc/CHANGES-8.2   Thu Aug 29 16:33:56 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.29 2019/08/26 13:17:02 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.30 2019/08/29 16:33:56 martin Exp $
 
 A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
 release:
@@ -618,3 +618,21 @@
        MODULE_CLASS_DRIVER, not MODULE_CLASS_MISC.
        [nakayama, ticket #1344]
 
+sys/fs/tmpfs/tmpfs_rename.c                    1.9
+
+       Fix uninitialized variable that could have caused a KASSERT to
+       wrongfully fire.
+       [maxv, ticket #1345]
+
+sys/miscfs/kernfs/kernfs_vnops.c               1.161
+sys/miscfs/procfs/procfs_vnops.c               1.207
+
+       Add missing operation VOP_GETPAGES() returning EFAULT.
+       [hannken, ticket #1346]
+
+sys/dev/pci/ixgbe/ixgbe.c                      1.205,1.206
+
+       Fix typo in error handling of ixgbe_allocate_legacy().
+       Fix panic on single cpu systems.
+       [knakahara, ticket #1347]
+



Home | Main Index | Thread Index | Old Index