summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-02-25 10:48:35 +0000
committerCorinna Vinschen <corinna@vinschen.de>2012-02-25 10:48:35 +0000
commit5ffd5f300f912af5ec3d54d75665f42b816d9838 (patch)
treeaee41be09751cd51496a7c22e40dc4f77c11c8ee
parent7ab41ee33af5a7c2056d416e606b555226eefad1 (diff)
downloadcygnal-5ffd5f300f912af5ec3d54d75665f42b816d9838.tar.gz
cygnal-5ffd5f300f912af5ec3d54d75665f42b816d9838.tar.bz2
cygnal-5ffd5f300f912af5ec3d54d75665f42b816d9838.zip
*** empty log message ***
-rw-r--r--winsup/cygwin/release/1.7.1112
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.11 b/winsup/cygwin/release/1.7.11
index 8923cb263..d4e0911d2 100644
--- a/winsup/cygwin/release/1.7.11
+++ b/winsup/cygwin/release/1.7.11
@@ -15,3 +15,15 @@ What changed:
- Change the way remote shares mapped to drive letters are recognized
when creating the cygdrive directory. If Windows claims the drive
is unavailable, don't show it in the cygdrive directory listing.
+
+- Lower the stack pressure in some Cygwin calls by reducing the buffer
+ space allocated on the stack.
+
+- Raise default stacksize of pthreads from 512K to 1 Meg. It can still
+ be changed using the pthread_attr_setstacksize call.
+
+- process.h header has been moved back from /usr/include/cygwin to
+ /usr/include.
+
+- Make <sys/wait.h> header C++ clean.
+