CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]  2003-01-14 12:40:10

Modified files:
        winsup/cygwin  : ChangeLog mmap.cc 

Log message:
        * mmap.cc (mmap_record::access): Change argument type to caddr_t
        for strictness.
        (mprotect): Protect against calling VirtualProtect() for shared
        pages on 9x/Me.
        (fixup_mmaps_after_fork): If ReadProcessMemory() fails, try to
        change protection of parent page to PAGE_READONLY, then try again.
        Revert protection afterwards.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1685&r2=1.1686
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&r1=1.65&r2=1.66

Reply via email to