CVSROOT:        /cvs/src
Module name:    src
Changes by:     [email protected]  2011-08-16 20:08:34

Modified files:
        winsup/cygwin  : ChangeLog dlfcn.cc fhandler_process.cc ntdll.h 

Log message:
        * dlfcn.cc (dlopen): Reimplement RTLD_NODELETE for Windows 2000 using
        internal datastructures.  Explain the code.
        * ntdll.h (struct _LDR_DATA_TABLE_ENTRY): Define.
        (struct _PEB_LDR_DATA): Define.
        (struct _PEB): Change PVOID LoaderData to PPEB_LDR_DATA Ldr.
        
        * fhandler_process.cc (format_process_maps): Call NtQueryVirtualMemory
        with valid return length pointer.  Explain why.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ChangeLog.diff?cvsroot=src&r1=1.5482&r2=1.5483
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/dlfcn.cc.diff?cvsroot=src&r1=1.51&r2=1.52
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/fhandler_process.cc.diff?cvsroot=src&r1=1.107&r2=1.108
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/cygwin/ntdll.h.diff?cvsroot=src&r1=1.128&r2=1.129

Reply via email to