Source-Changes-HG archive

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

[src/netbsd-6]: src/doc Tickets 671 (update), 703-706, 717.



details:   https://anonhg.NetBSD.org/src/rev/aff1abcb66d8
branches:  netbsd-6
changeset: 775519:aff1abcb66d8
user:      jdc <jdc%NetBSD.org@localhost>
date:      Sat Nov 24 19:36:34 2012 +0000

description:
Tickets 671 (update), 703-706, 717.

diffstat:

 doc/CHANGES-6.1 |  36 +++++++++++++++++++++++++++++++++---
 1 files changed, 33 insertions(+), 3 deletions(-)

diffs (61 lines):

diff -r dd23f118f282 -r aff1abcb66d8 doc/CHANGES-6.1
--- a/doc/CHANGES-6.1   Sat Nov 24 19:32:28 2012 +0000
+++ b/doc/CHANGES-6.1   Sat Nov 24 19:36:34 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1,v 1.1.2.41 2012/11/24 04:36:38 riz Exp $
+# $NetBSD: CHANGES-6.1,v 1.1.2.42 2012/11/24 19:36:34 jdc Exp $
 
 A complete list of changes from the 6.0 release until the 6.1 release:
 
@@ -725,7 +725,7 @@
        [christos, ticket #670]
 
 sys/dev/marvell/if_mvgbe.c             1.19-1.23, 1.26-1.31
-sys/dev/marvell/mvgbereg.h             1.4-1.5, 1.7
+sys/dev/marvell/mvgbereg.h             1.4-1.5, patch, 1.7
 
        Fix a number of mvgbe(4) issues.
        [msaitoh, ticket #671]
@@ -916,7 +916,7 @@
 
 lib/libc/arch/arm/sys/__aeabi_read_tp.S                1.3
 
-       Add $NetBSD: CHANGES-6.1,v 1.1.2.41 2012/11/24 04:36:38 riz Exp $ tag.  Use ip to save r1 instead of the stack.
+       Add $NetBSD: CHANGES-6.1,v 1.1.2.42 2012/11/24 19:36:34 jdc Exp $ tag.  Use ip to save r1 instead of the stack.
        [matt, ticket #701]
 
 sys/net/npf/npf.c                              1.14
@@ -935,3 +935,33 @@
        listing, and preservation of entries on reload.
        [rmind, ticket #702]
 
+common/lib/libc/gen/ptree.c                    1.10
+sys/sys/ptree.h                                        1.8
+       Add a ptree_mask_node_p to determine if an item is a mask node, and
+       what its non-mask length is.
+       [rmind, ticket #717]
+
+src/lib/libc/softfloat/Makefile.inc            1.11-1.12 via patch
+src/doc/HACKS                                  1.124 via patch
+       For arm, add -fno-tree-vrp to COPTS when compiling softfloat.c.
+       Without -fno-tree-vrp, -INF + -INF returns 0 by adddf3.  PR#46953.
+       [msaitoh, ticket #703]
+
+sys/arch/arm/broadcom/bcm2835_tmr.c            1.2
+       Fix delay.
+       [skrll, ticket #704]
+
+distrib/x68k/floppies/ramdisk/Makefile         1.41
+sys/arch/x68k/conf/INSTALL                     1.96
+       - add dhcpcd support to x68k install ramdisk
+       - enable bpf(4) in INSTALL kernel for dhcpcd
+       - bump ramdisk size from 1400k to 1440k
+       [tsutsui, ticket #705]
+
+distrib/utils/sysinst/disks.c                  1.127
+       Don't show a disk which is mounted as root partition in the
+       "Available disks" list during sysinst procedure to prevent
+       users from shooting their foot in case of installation using
+       install-image on a USB stick.  PR#47195.
+       [tsutsui, ticket #706]
+



Home | Main Index | Thread Index | Old Index