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>2009-06-07 11:26:07 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-06-07 11:26:07 +0400
commitcf2e7e9cbcda91783b81de4ecec07116e8c2e641 (patch)
tree3c1f123047ed93bbefad90ef12db8ae943f5926e /winsup/cygwin/ChangeLog
parentf985cc1c535516836e4bb323b0498255ce7a8b6b (diff)
* dll_init.cc (dll_list::alloc): Allocate memory using a section
object. Explain why. Drop call to GetSystemInfo, rather call getpagesize to get allocation granularity. Only align to allocation granularity under WOW64. Use roundup2 to align. (dll_list::detach): Call NtUnmapViewOfSection instead of VirtualFree.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e11466cbc..07389daf8 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2009-06-06 Corinna Vinschen <corinna@vinschen.de>
+ * dll_init.cc (dll_list::alloc): Allocate memory using a section
+ object. Explain why. Drop call to GetSystemInfo, rather call
+ getpagesize to get allocation granularity. Only align to allocation
+ granularity under WOW64. Use roundup2 to align.
+ (dll_list::detach): Call NtUnmapViewOfSection instead of VirtualFree.
+
+2009-06-06 Corinna Vinschen <corinna@vinschen.de>
+
* mmap.cc: Use NtUnmapViewOfSection instead of UnmapViewOfFile
throughout for symmetry.
(fhandler_dev_mem::munmap): Use correct process handle in call to