Module Name: src
Committed By: martin
Date: Tue Nov 11 12:53:54 UTC 2014
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tickets #211 and #212
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.87 -r1.1.2.88 src/doc/CHANGES-7.0
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.0
diff -u src/doc/CHANGES-7.0:1.1.2.87 src/doc/CHANGES-7.0:1.1.2.88
--- src/doc/CHANGES-7.0:1.1.2.87 Tue Nov 11 12:28:28 2014
+++ src/doc/CHANGES-7.0 Tue Nov 11 12:53:54 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.87 2014/11/11 12:28:28 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.88 2014/11/11 12:53:54 martin Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -2316,3 +2316,14 @@ sys/net/if.c 1.292
parallel causes panic.
[ozaki-r, ticket #205]
+sys/arch/evbarm/awin/awin_machdep.c 1.27
+
+ get_bootconf_option doesnt return the value null-terminated, so
+ look for an awge0.mac-address value of exactly the correct length.
+ [jmcneill, ticket #211]
+
+sys/dev/wscons/wsdisplay_vcons.c 1.33
+
+ Allocate char and attr buffers with M_ZERO.
+ [jmcneill, ticket #212]
+