Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-7]: src/doc 411-415
details: https://anonhg.NetBSD.org/src/rev/37aec4e620cb
branches: netbsd-7
changeset: 798835:37aec4e620cb
user: snj <snj%NetBSD.org@localhost>
date: Mon Jan 12 21:18:45 2015 +0000
description:
411-415
diffstat:
doc/CHANGES-7.0 | 44 ++++++++++++++++++++++++++++++++++++++++++--
1 files changed, 42 insertions(+), 2 deletions(-)
diffs (62 lines):
diff -r e00fad017096 -r 37aec4e620cb doc/CHANGES-7.0
--- a/doc/CHANGES-7.0 Mon Jan 12 21:15:12 2015 +0000
+++ b/doc/CHANGES-7.0 Mon Jan 12 21:18:45 2015 +0000
@@ -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 @@
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 @@
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]
+
Home |
Main Index |
Thread Index |
Old Index