Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #1287 - #1290
details: https://anonhg.NetBSD.org/src/rev/3d058e2bf73a
branches: netbsd-8
changeset: 452578:3d058e2bf73a
user: martin <martin%NetBSD.org@localhost>
date: Mon Jul 15 08:27:39 2019 +0000
description:
Tickets #1287 - #1290
diffstat:
doc/CHANGES-8.2 | 25 ++++++++++++++++++++++++-
1 files changed, 24 insertions(+), 1 deletions(-)
diffs (36 lines):
diff -r c95615434e3f -r 3d058e2bf73a doc/CHANGES-8.2
--- a/doc/CHANGES-8.2 Mon Jul 15 08:23:23 2019 +0000
+++ b/doc/CHANGES-8.2 Mon Jul 15 08:27:39 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.2,v 1.1.2.7 2019/07/09 15:17:50 martin Exp $
+# $NetBSD: CHANGES-8.2,v 1.1.2.8 2019/07/15 08:27:39 martin Exp $
A complete list of changes from the NetBSD 8.1 release to the NetBSD 8.2
release:
@@ -97,3 +97,26 @@
Zero clear the allocated ring buffer for vmbus_channel.
[nakayama, ticket #1286]
+sys/netipsec/keysock.c 1.69
+
+ Fix locking: it is fine if the lock is already key_so_mtx, this
+ can happen in socketpair.
+ [maxv, ticket #1287]
+
+sys/netinet6/udp6_usrreq.c 1.147
+
+ Fix the order in udp6_attach: soreserve should be called before
+ in6_pcballoc.
+ [maxv, ticket #1288]
+
+sys/dev/pci/vioscsi.c 1.21
+
+ Fix use-after-free.
+ [maxv, ticket #1289]
+
+xsrc/external/mit/xf86-video-intel/dist/src/intel_list.h 1.2
+
+ Fix sandy bridge crashes by merging changes from xorg-server 1.20
+ list.h into this older version.
+ [mrg, ticket #1290]
+
Home |
Main Index |
Thread Index |
Old Index