Source-Changes-HG archive

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

[src/netbsd-7]: src/doc Ticket 703-706 and 708-709.



details:   https://anonhg.NetBSD.org/src/rev/dc0d085087ad
branches:  netbsd-7
changeset: 799224:dc0d085087ad
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Apr 19 05:14:06 2015 +0000

description:
Ticket 703-706 and 708-709.

diffstat:

 doc/CHANGES-7.0 |  50 +++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 49 insertions(+), 1 deletions(-)

diffs (61 lines):

diff -r bd3e251dcc41 -r dc0d085087ad doc/CHANGES-7.0
--- a/doc/CHANGES-7.0   Sun Apr 19 05:05:41 2015 +0000
+++ b/doc/CHANGES-7.0   Sun Apr 19 05:14:06 2015 +0000
@@ -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 @@
        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]



Home | Main Index | Thread Index | Old Index