Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2019-04-06 19:03:22 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-04-06 19:03:42 +0300
commit51dc93a98bb91905dc2f54e82a3514a77eabb1c3 (patch)
tree06b8f6b372d27fff3612f417b62f825e02a2bc21
parent54923ed173d18d60bd85064c46c2d36d69584e16 (diff)
Cygwin: add latest signal handling fixes to release notescygwin-3_0_6-release
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/3.0.69
1 files changed, 7 insertions, 2 deletions
diff --git a/winsup/cygwin/release/3.0.6 b/winsup/cygwin/release/3.0.6
index 14a83290e..d9fca5875 100644
--- a/winsup/cygwin/release/3.0.6
+++ b/winsup/cygwin/release/3.0.6
@@ -9,6 +9,11 @@ What changed:
Bug Fixes
---------
-- Fix the problem that `ps' or `pstree' may show up in their own
- output twice.
+- Fix the problem that `ps' or `pstree' may show up in their own output twice.
Addresses: Report on IRC
+
+- Honor setting uc_sigmask in a sigaction signal handler.
+ Addresses: https://cygwin.com/ml/cygwin/2019-04/msg00016.html
+
+- Fix signal handling if setcontext is called from a signal handler.
+ Addresses: Self-tested.