Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-8]: src/doc Tickets #973, #974, #975 and #976
details: https://anonhg.NetBSD.org/src/rev/6bc991c142b6
branches: netbsd-8
changeset: 435200:6bc991c142b6
user: martin <martin%NetBSD.org@localhost>
date: Wed Aug 15 12:16:31 2018 +0000
description:
Tickets #973, #974, #975 and #976
diffstat:
doc/CHANGES-8.1 | 24 +++++++++++++++++++++++-
1 files changed, 23 insertions(+), 1 deletions(-)
diffs (35 lines):
diff -r 077ab1f82a41 -r 6bc991c142b6 doc/CHANGES-8.1
--- a/doc/CHANGES-8.1 Wed Aug 15 12:09:58 2018 +0000
+++ b/doc/CHANGES-8.1 Wed Aug 15 12:16:31 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-8.1,v 1.1.2.11 2018/08/13 12:06:17 martin Exp $
+# $NetBSD: CHANGES-8.1,v 1.1.2.12 2018/08/15 12:16:31 martin Exp $
A complete list of changes from the NetBSD 8.0 release to the NetBSD 8.1
release:
@@ -487,3 +487,25 @@
Make ENOBUFS a soft error.
[christos, ticket #972]
+sys/arch/xen/xen/xennetback_xenbus.c 1.68 (patch)
+
+ Disestablish interrupt handler regardless of the state.
+ [dolecek, ticket #973]
+
+sys/net/if_tun.c 1.145,1.146
+
+ tun(4): fix locking against myself and kevent locking.
+ [ozaki-r, ticket #974]
+
+sys/netinet6/nd6_rtr.c 1.144
+
+ Don't call find_pfxlist_reachable_router, which may sleep, in a
+ pserialize read section
+ [ozaki-r, ticket #975]
+
+sbin/route/route.c 1.160
+
+ Resolve every route(4) message type before printing anything more
+ about it other than the type and length.
+ [roy, ticket #976]
+
Home |
Main Index |
Thread Index |
Old Index