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:
authorChristopher Faylor <me@cgf.cx>2011-12-31 23:23:05 +0400
committerChristopher Faylor <me@cgf.cx>2011-12-31 23:23:05 +0400
commit594a229a803b67dc4e856c595e32bfc938dbdd0b (patch)
tree5cb9f0b1aa4c9c233e071f1e17ab203dc5d20e6d /winsup/cygwin/release
parent03062ffa8e935f5f2adad76c585760a9ad39c800 (diff)
Add a couple other items which have been changed since initial call for testing
Diffstat (limited to 'winsup/cygwin/release')
-rw-r--r--winsup/cygwin/release/1.7.1010
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.10 b/winsup/cygwin/release/1.7.10
index 4927ec3af..5b96dcc58 100644
--- a/winsup/cygwin/release/1.7.10
+++ b/winsup/cygwin/release/1.7.10
@@ -80,6 +80,16 @@ What changed:
- Try harder to send SIGHUP to children when process group leader fails.
+- Deal with Windows problem where non-blocking pipe I/O was not flushed properly
+ on close.
+
+- Attempt to regularize most syscall-related strace output.
+
+- Improve behavior of Cygwin when started from a 64-bit process, especially under
+ Windows 2003.
+
+- Improve multi-threading safety with syscalls that deal with fds.
+
- New heap management. Drop registry setting "heap_chunk_in_mb" in favor of
a new per-executable setting in the executable file header which can be set
using the peflags tool. Drop registry setting "heap_slop_in_mb" entirely.