Module Name: src
Committed By: martin
Date: Sun May 22 10:29:51 UTC 2016
Modified Files:
src/doc [netbsd-7]: CHANGES-7.1
Log Message:
Tickets #1170 and #1171
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.91 -r1.1.2.92 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.91 src/doc/CHANGES-7.1:1.1.2.92
--- src/doc/CHANGES-7.1:1.1.2.91 Wed May 18 09:22:11 2016
+++ src/doc/CHANGES-7.1 Sun May 22 10:29:51 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.1,v 1.1.2.91 2016/05/18 09:22:11 snj Exp $
+# $NetBSD: CHANGES-7.1,v 1.1.2.92 2016/05/22 10:29:51 martin Exp $
A complete list of changes from the NetBSD 7.0 release to the NetBSD 7.1
release:
@@ -4744,3 +4744,17 @@ external/mit/expat/lib/libexpat/shlib_ve
Update expat to 2.1.1. Apply fixes for CVE-2016-0718.
[spz, ticket #1169]
+sys/dev/ic/gem.c 1.105
+
+ PR kern/46083:
+ Track the start of each packet, so that we set the "Start of
+ Frame" bit in all the relevant transmit descriptors when enqueing
+ multiple packets.
+ [jdc, ticket #1170]
+
+
+sys/modules/lua/lua.c 1.17
+
+ Fix double require bug.
+ [salazar, ticket #1171]
+