CVSROOT:        /cvs/uberbaum
Module name:    winsup
Changes by:     [EMAIL PROTECTED]       2005-04-28 23:59:44

Modified files:
        cygwin         : ChangeLog autoload.cc cygmagic 
                         fhandler_console.cc fhandler_tape.cc pinfo.cc 
                         shared.cc shared_info.h 

Log message:
        * shared_info.h (cygwin_shared_address): Bump to a higher value to avoid
        collision with large data areas.
        * fhandler_console.cc (fhandler_console::get_tty_stuff): Accommodate 
changes to
        open_shared arguments.
        * fhandler_tape.cc (mtinfo_init): Ditto.
        * pinfo.cc (pinfo::init): Use open_shared rather than win32 mmap calls.
        * shared.cc (user_shared_initialize): Ditto.
        (memory_init): Ditto.
        (open_shared): Change to allow use a smore general mmap handler.
        * shared_info.h (shared_locations): Add SH_JUSTCREATE, SH_JUSTOPEN.
        (open_shared): Change declaration to match new usage.
        * autoload.cc (LoadDLLfuncEx2): Define in terms of LoadDLLfuncEx3.
        (LoadDLLfuncEx3): New macro.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/ChangeLog.diff?cvsroot=uberbaum&r1=1.2861&r2=1.2862
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/autoload.cc.diff?cvsroot=uberbaum&r1=1.99&r2=1.100
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/cygmagic.diff?cvsroot=uberbaum&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_console.cc.diff?cvsroot=uberbaum&r1=1.135&r2=1.136
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/fhandler_tape.cc.diff?cvsroot=uberbaum&r1=1.55&r2=1.56
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/pinfo.cc.diff?cvsroot=uberbaum&r1=1.170&r2=1.171
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shared.cc.diff?cvsroot=uberbaum&r1=1.92&r2=1.93
http://sources.redhat.com/cgi-bin/cvsweb.cgi/winsup/cygwin/shared_info.h.diff?cvsroot=uberbaum&r1=1.47&r2=1.48

Reply via email to