CVSROOT:        /cvs/src
Module name:    src
Changes by:     [EMAIL PROTECTED]       2003-07-03 20:53:26

Modified files:
        winsup/cygwin  : ChangeLog mmap.cc 

Log message:
        * mmap.cc (mmap64): Allow MAP_FIXED with pagesize granularity (4K).
        If a non-zero addr is given, align it to the next lower 64K boundary.
        (fhandler_disk_file::mmap): If a non-zero address is given, try
        mapping using the given address first.  If it fails and flags is not
        MAP_FIXED, try again with NULL address.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.1947&r2=1.1948
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygwin/mmap.cc.diff?cvsroot=src&r1=1.76&r2=1.77

Reply via email to