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>2013-08-31 00:01:22 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-08-31 00:01:22 +0400
commit9f0de58c2284a74df0e8baf5f8b87f0b1f97c776 (patch)
tree5dd320c32375ea62c8846e1ecb6613cbb09ba220
parentb03bd1f41c334a739c343b3d6574125752a8ad12 (diff)
*** empty log message ***
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8c3907993..de274c522 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,12 @@
2013-08-30 Corinna Vinschen <corinna@vinschen.de>
+ * heap.cc (sbrk): Add a FIXME comment to VirtualFree call. Fix memory
+ reservation and commit strategy when more memory is requested than
+ available on the heap. Release newly reserved memory if commiting
+ it fails. Add more comments to explain what we do.
+
+2013-08-30 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler_tape.cc (mtinfo_drive::open): Handle bus reset gracefully
after opening the device.