Module Name: src
Committed By: martin
Date: Sun Mar 6 18:53:51 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Ticket #1125
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.62 -r1.1.2.63 src/doc/CHANGES-7.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-7.1
diff -u src/doc/CHANGES-7.1:1.1.2.62 src/doc/CHANGES-7.1:1.1.2.63
--- src/doc/CHANGES-7.1:1.1.2.62 Sun Mar 6 18:47:39 2016
+++ src/doc/CHANGES-7.1 Sun Mar 6 18:53:50 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.62 2016/03/06 18:47:39 martin Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.63 2016/03/06 18:53:50 martin Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -2369,3 +2369,11 @@ bin/cp/cp.c 1.59
a terminal.
[uwe, ticket #1131]
+sys/arch/xen/xen/if_xennet_xenbus.c 1.67
+
+ In xennet_xenbus_detach(), remove the event handler early (just after
+ xennet_stop()) so that we don't get events while slepping (e.g.
+ in softint_disestablish()) when some structures have already been
+ freed.
+ [bouyer, ticket #1125]
+