Source-Changes-HG archive

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

[src/netbsd-6]: src/doc Tickets 235-240.



details:   https://anonhg.NetBSD.org/src/rev/1ae10740a4fb
branches:  netbsd-6
changeset: 774088:1ae10740a4fb
user:      riz <riz%NetBSD.org@localhost>
date:      Wed May 09 20:11:55 2012 +0000

description:
Tickets 235-240.

diffstat:

 doc/CHANGES-6.0 |  38 +++++++++++++++++++++++++++++++++++++-
 1 files changed, 37 insertions(+), 1 deletions(-)

diffs (49 lines):

diff -r 647bfdf58d83 -r 1ae10740a4fb doc/CHANGES-6.0
--- a/doc/CHANGES-6.0   Wed May 09 20:11:12 2012 +0000
+++ b/doc/CHANGES-6.0   Wed May 09 20:11:55 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.86 2012/05/09 15:57:59 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.87 2012/05/09 20:11:55 riz Exp $
 
 A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
 until the 6.0 release:
@@ -2222,3 +2222,39 @@
        Avoid tools build error on Cygwin hosts.
        [tsutsui, ticket #234]
 
+distrib/common/bootimage/Makefile.bootimage    1.5
+
+       Add two optinal variables MBR_BOOTCODE and INSTALLBOOTOPTIONS for
+       liveimage/installimage builds.
+       [tsutsui, ticket #235]
+
+sys/arch/x68k/dev/fd.c                         1.97
+sys/arch/x68k/x68k/machdep.c                   1.182
+
+       Make x68k's floppy driver actually work on machines with extended
+       high memories.
+       [tsutsui, ticket #236]
+
+sys/arch/zaurus/dev/zkbdmap.h                  1.7
+
+       Fix wrong keycode in raw keycode map so that right shift key properly
+       works on Xserver on C7x0/860.
+       [tsutsui, ticket #237]
+
+Makefile                                       1.292
+
+       Stop doing 'make includes' in usr.bin since it is no longer
+       necessary.
+       [veego, ticket #238]
+
+sys/arch/powerpc/powerpc/vm_machdep.c          1.96
+
+       PowerPC stack fix, atf test t_clone:clone_basic now passes.
+       [matt, ticket #239]
+
+sys/dev/ic/ld_cac.c                            1.27
+
+       Stop the annoying "cac0: unable to alloc CCB" messages by reserving
+       a CCB.
+       [macallan, ticket #240]
+



Home | Main Index | Thread Index | Old Index