Module Name: src
Committed By: msaitoh
Date: Sun Apr 19 05:14:07 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Ticket 703-706 and 708-709.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.258 -r1.1.2.259 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.258 src/doc/CHANGES-7.0:1.1.2.259
--- src/doc/CHANGES-7.0:1.1.2.258 Fri Apr 17 09:47:18 2015
+++ src/doc/CHANGES-7.0 Sun Apr 19 05:14:06 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.258 2015/04/17 09:47:18 msaitoh Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.259 2015/04/19 05:14:06 msaitoh Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -19720,3 +19720,51 @@ sys/dev/i2c/files.i2c 1.58
Fix break build on evbppc which was caused by ticket 672.
dsrtc depends on sysmon_envsys.
[nonaka, ticket #700]
+
+sys/dev/sdmmc/sdhc.c 1.55
+sys/dev/sdmmc/sdhcvar.h 1.16
+
+ Add a new SDHC_FLAG, SDHC_FLAG_EXTDMA_DMAEN, which request that the
+ SDHC_DMA_ENABLE bit be set in the command, even if we're using an
+ external DMA engine. Needed by the upcoming DMA support for AM335x
+ (beaglebone).
+ [bouyer, ticket #703]
+
+sys/arch/arm/omap/files.omap2 1.30
+sys/arch/arm/omap/omap2_obio.c 1.22
+sys/arch/arm/omap/omap2_obiovar.h 1.3
+sys/arch/arm/omap/omap2_reg.h 1.29
+sys/arch/arm/omap/omap3_sdhc.c 1.16
+sys/arch/arm/omap/omap_edma.c 1.1
+sys/arch/arm/omap/omap_edma.h 1.1
+sys/arch/evbarm/conf/BEAGLEBONE 1.31
+
+ Add a driver for the Enhanced Direct Memory Access controller found
+ in the AM335x SoC. Written by Jared D. McNeill.
+ [bouyer, ticket #704]
+
+libexec/httpd/CHANGES 1.20
+libexec/httpd/bozohttpd.8 1.49
+libexec/httpd/bozohttpd.c 1.62
+libexec/httpd/bozohttpd.c 1.63
+
+ Don't quote /. It doesn't work. This should fix PR#49765.
+ Update the copyright and version name.
+ [mrg, ticket #705]
+
+xfree/xc/lib/X11/Xlibint.h 1.2
+
+ Fix CVE-2013-7439: Buffer overflow in MakeBigReq macro in libX11 prior
+ to 1.6.
+ [mrg, ticket #706]
+
+lib/libc/stdlib/atexit.c 1.28
+
+ Add __aeabi_atexit alias for another case of NIH on ARM.
+ [joerg, ticket #708]
+
+lib/libc/arch/sh3/gen/swapcontext.S 1.11-1.12
+
+ Correctly preserve old sate in swapcontext(3).
+ Fixes PR port-sh3/49597 reported by Yasushi Oshima.
+ [uwe, ticket #709]