summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/release/2.1.0
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release/2.1.0')
-rw-r--r--winsup/cygwin/release/2.1.06
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.1.0 b/winsup/cygwin/release/2.1.0
index da484f5f4..aca69cdf3 100644
--- a/winsup/cygwin/release/2.1.0
+++ b/winsup/cygwin/release/2.1.0
@@ -1,6 +1,12 @@
What's new:
-----------
+- Handle pthread stacksizes as in GLibc: Default to RLIMIT_STACK resource.
+ Allow to set RLIMIT_STACK via setrlimit. Default RLIMIT_STACK to value
+ from executable header as described on
+ https://msdn.microsoft.com/en-us/library/windows/desktop/ms686774.aspx
+ Default stacksize to 2 Megs in case RLIMIT_STACK is set to RLIM_INFINITY.
+
- First cut of an implementation to allow signal handlers running on an
alternate signal stack.