From 9f0de58c2284a74df0e8baf5f8b87f0b1f97c776 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 30 Aug 2013 20:01:22 +0000 Subject: [PATCH] *** empty log message *** --- winsup/cygwin/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 8c3907993..de274c522 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2013-08-30 Corinna Vinschen + + * 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 * fhandler_tape.cc (mtinfo_drive::open): Handle bus reset gracefully