Module Name: src
Committed By: msaitoh
Date: Tue Jul 30 04:08:45 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.1
Log Message:
Ticket #921.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.14 -r1.1.2.15 src/doc/CHANGES-6.1.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-6.1.1
diff -u src/doc/CHANGES-6.1.1:1.1.2.14 src/doc/CHANGES-6.1.1:1.1.2.15
--- src/doc/CHANGES-6.1.1:1.1.2.14 Mon Jul 29 20:27:41 2013
+++ src/doc/CHANGES-6.1.1 Tue Jul 30 04:08:45 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.1,v 1.1.2.14 2013/07/29 20:27:41 jdc Exp $
+# $NetBSD: CHANGES-6.1.1,v 1.1.2.15 2013/07/30 04:08:45 msaitoh Exp $
A complete list of changes from the NetBSD 6.1 release to the NetBSD 6.1.1
release:
@@ -163,3 +163,8 @@ src/share/zoneinfo/zone.tab 1.1.1.45 v
Import tzdata2013d.
Changes for Morocco, Israel, Antarctica, metadata and documentation.
[apb, ticket #915]
+
+sys/net/if_mpls.c 1.9
+
+ Stop abusing kmem during softint context to prevent panic.
+ [kefren, ticket #921]