Module Name: src
Committed By: jdc
Date: Sat Nov 24 19:36:35 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.1
Log Message:
Tickets 671 (update), 703-706, 717.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.41 -r1.1.2.42 src/doc/CHANGES-6.1
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-6.1
diff -u src/doc/CHANGES-6.1:1.1.2.41 src/doc/CHANGES-6.1:1.1.2.42
--- src/doc/CHANGES-6.1:1.1.2.41 Sat Nov 24 04:36:38 2012
+++ src/doc/CHANGES-6.1 Sat Nov 24 19:36:34 2012
@@ -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 @@ sys/kern/kern_exec.c 1.358
[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 @@ sys/dev/usb/if_urndis.c 1.4
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 @@ usr.sbin/npf/npftest/libnpftest/npf_tabl
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]
+