Source-Changes-HG archive

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

[src/netbsd-6]: src/doc Tickets 254, 292-296.



details:   https://anonhg.NetBSD.org/src/rev/99b549e98a4e
branches:  netbsd-6
changeset: 774176:99b549e98a4e
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jun 11 17:56:14 2012 +0000

description:
Tickets 254, 292-296.

diffstat:

 doc/CHANGES-6.0 |  35 ++++++++++++++++++++++++++++++++++-
 1 files changed, 34 insertions(+), 1 deletions(-)

diffs (46 lines):

diff -r 1051e4dc8eac -r 99b549e98a4e doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Mon Jun 11 17:53:20 2012 +0000
+++ b/doc/CHANGES-6.0   Mon Jun 11 17:56:14 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.115 2012/06/06 18:20:51 bouyer Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.116 2012/06/11 17:56:14 riz Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -5285,3 +5285,36 @@
        CVE: CVE-2012-1667
        [christos, ticket #308]
 
+sys/arch/powerpc/booke/dev/pq3sdhc.c           1.4
+sys/dev/sdmmc/sdhc.c                           1.11,1.13 via patch
+
+       Support 32-bit only access to SDHC registers.
+       [matt, ticket #254]
+
+lib/libterminfo/term.h                         1.12
+
+       Add cdefs.h, so term.h is buildable on its own. PR#46492.
+       [dholland, ticket #292]
+
+sys/arch/vax/include/asm.h                     1.25
+
+       Remove an unneeded indirect access from polyd/polyf macros for VAX.
+       [martin, ticket #293]
+
+external/public-domain/sqlite/Makefile.inc     1.4
+
+       Build SQLite with SQLITE_ENABLE_COLUMN_METADATA. PR#46322.
+       [khorben, ticket #294]
+
+usr.bin/nbperf/nbperf.1                                1.4
+
+       Correct nbperf(1) documentation regarding the output function,
+       and mention what the default algorithm is.
+       [joerg, ticket #295]
+
+tools/gcc/Makefile                             1.51
+
+       Always use system zlib, to avoid the need for 32bit build
+       environment when bootstrapping on some Linux distros.
+       [joerg, ticket #296]
+



Home | Main Index | Thread Index | Old Index