Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-7]: src/doc Tickets #211 and #212



details:   https://anonhg.NetBSD.org/src/rev/c5a3241a5c73
branches:  netbsd-7
changeset: 798545:c5a3241a5c73
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Nov 11 12:53:54 2014 +0000

description:
Tickets #211 and #212

diffstat:

 doc/CHANGES-7.0 |  13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 9dc2ac9a54b6 -r c5a3241a5c73 doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Tue Nov 11 12:50:48 2014 +0000
+++ b/doc/CHANGES-7.0   Tue Nov 11 12:53:54 2014 +0000
@@ -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 @@
        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]
+



Home | Main Index | Thread Index | Old Index