Module Name: src
Committed By: snj
Date: Mon Jan 12 21:18:46 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
411-415
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.161 -r1.1.2.162 src/doc/CHANGES-7.0
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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.161 src/doc/CHANGES-7.0:1.1.2.162
--- src/doc/CHANGES-7.0:1.1.2.161 Mon Jan 12 19:18:22 2015
+++ src/doc/CHANGES-7.0 Mon Jan 12 21:18:45 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.161 2015/01/12 19:18:22 martin Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.162 2015/01/12 21:18:45 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -13205,7 +13205,6 @@ sys/kern/kern_rndq.c 1.29
Don't use cpu_counter32() unconditionally.
[christos, ticket #397]
-
sys/kern/vfs_mount.c 1.32
vfs_vnode_iterator_destroy: set v_usecount of marker to zero to
@@ -13381,3 +13380,44 @@ sys/dev/marvell/if_gfe.c 1.44
rxd out.
[joerg, ticket #410]
+sys/arch/sparc/stand/ofwboot/Makefile 1.33
+
+ Strip debug symbols from ofwboot. The forth bootsector loading
+ this file when booting from disk is "simplistic" and does not
+ skip non loadable sections. The five times bigger file with
+ debug info overruns some important memory contents with some
+ firmware versions otherwise.
+ [martin, ticket #411]
+
+sys/arch/arm/arm32/arm32_boot.c 1.12
+
+ use IPL_NONE for CPU attach message serialization mutex
+ [jmcneill, ticket #412]
+
+tests/lib/libc/gen/isqemu.h 1.4
+tests/lib/libm/Makefile 1.31
+tests/lib/libm/t_fmod.c 1.3
+
+ Add stdlib.h to isqenu.h for EXIT_FAILURE.
+ Mark the lib/libm/t_fmod test as an expected failure
+ under QEMU.
+ [gson, ticket #413]
+
+sys/arch/x86/x86/cpu.c 1.113
+
+ Don't touch cr4 in cpus that don't have it. PR port-i386/49104
+ [christos, ticket #414]
+
+share/man/man9/sysmon_pswitch.9 1.6
+sys/dev/pci/if_wpi.c 1.70, 1.71
+sys/dev/pci/if_wpivar.h 1.19
+sys/dev/sysmon/sysmon_power.c 1.49
+sys/sys/power.h 1.20
+
+ Introduce a new switch type, PSWITCH_TYPE_RADIO, to be used to
+ report to userland hardware radio switch changes. powerd(8)
+ will call a "radio_button" script to handle the event. This
+ script can e.g. start or stop wpa_supplicant. Update wpi(4)
+ to report PSWITCH_TYPE_RADIO events to sysmon.
+ [bouyer, ticket #415]
+