Module Name: src
Committed By: snj
Date: Wed Apr 19 17:17:18 UTC 2017
Modified Files:
src/doc [netbsd-7]: CHANGES-7.2
Log Message:
1354, 1382, 1385, 1388, 1403
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-7.2
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.2
diff -u src/doc/CHANGES-7.2:1.1.2.10 src/doc/CHANGES-7.2:1.1.2.11
--- src/doc/CHANGES-7.2:1.1.2.10 Tue Apr 18 19:54:52 2017
+++ src/doc/CHANGES-7.2 Wed Apr 19 17:17:17 2017
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.2,v 1.1.2.10 2017/04/18 19:54:52 snj Exp $
+# $NetBSD: CHANGES-7.2,v 1.1.2.11 2017/04/19 17:17:17 snj Exp $
A complete list of changes from the NetBSD 7.1 release to the NetBSD 7.2
release:
@@ -603,7 +603,7 @@ sys/compat/linux/arch/powerpc/linux_sysc
sys/compat/linux/arch/powerpc/linux_sysent.c regen
sys/compat/linux/arch/powerpc/syscalls.master 1.70 via patch
sys/compat/linux/common/linux_misc.c 1.234
-sys/compat/linux/common/linux_signal.h 1.31
+sys/compat/linux/common/linux_signal.h 1.31, 1.32
Add pselect6 Linux system call.
[manu, ticket #1354]
@@ -615,3 +615,28 @@ sys/arch/xen/x86/xen_pmap.c 1.25
Make xen dom0 SMP bootable again. Disabled by default.
[khorben/bouyer, ticket #1367]
+sys/arch/powerpc/powerpc/locore_subr.S 1.55
+
+ PR 44387: Fix hangs where a softint thread is blocked
+ waiting for a mutex that is not held.
+ [phx, ticket #1382]
+
+sys/dev/pci/if_wm.c 1.497
+
+ Fix panic on shutdown. PR kern/52039.
+ [kardel, ticket #1385]
+
+bin/sh/expand.c 1.102
+
+ Fix for the "${unset-var#$(cmd1)}$(cmd2)" runs the wrong
+ ommand bug.
+ [kre, ticket #1388]
+
+sys/rump/dev/lib/libugenhc/ugenhc.c 1.25, 1.26
+
+ Fix order of outputs in rumpuser_open call.
+ Fix bulk xfer buffer with usedma = false.
+
+ Now ugenhc works again after a four-year hiatus.
+ [skrll, ticket #1403]
+