CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2009-06-07 07:26:07

Modified files:
        winsup/cygwin  : ChangeLog dll_init.cc 

Log message:
        * 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.4510&r2=1.4511
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dll_init.cc.diff?cvsroot=src&r1=1.61&r2=1.62

Reply via email to