*** empty log message ***

This commit is contained in:
Corinna Vinschen 2013-08-30 20:01:22 +00:00
parent b03bd1f41c
commit 9f0de58c22
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
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