Module Name: src
Committed By: snj
Date: Mon Aug 31 01:59:37 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
958
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.370 -r1.1.2.371 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.370 src/doc/CHANGES-7.0:1.1.2.371
--- src/doc/CHANGES-7.0:1.1.2.370 Sun Aug 30 09:59:10 2015
+++ src/doc/CHANGES-7.0 Mon Aug 31 01:59:37 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.370 2015/08/30 09:59:10 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.371 2015/08/31 01:59:37 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -33940,6 +33940,14 @@ distrib/utils/embedded/conf/armv7.conf
[jmcneill, ticket #959]
distrib/utils/embedded/conf/armv7.conf 1.6 via patch
- Properly escape the $ when trying to pass the u-boot env var $kernel.
+ Properly escape the $ when trying to pass the u-boot env var
+ $kernel.
+ [snj, ticket #961]
+
+sys/dev/ic/dwc_gmac.c 1.34
+
+ No need to BUS_DMASYNC_PREREAD the transmit data buffer. Fixes
+ an NFS write corruption issue on ODROID-C1.
+ [jmcneill, ticket #958]