Added support for ANAT (Anadyr Standard Time) to TZ_INFO.
[wine] / dlls / ntdll / virtual.c
2005-02-22  Ivan Leo PuotiReplace GetCurrentProcess() with NtCurrentProcess(...
2005-01-24  Gerald PfeiferFix format string in NtQueryVirtualMemory().
2005-01-20  Hans LeidekkerStub implementations for EnumPageFiles{A,W}, GetProcess...
2005-01-04  Alexandre JulliardSupport mapping non page-aligned binaries for SEC_IMAGE...
2004-12-02  Peter ChapmanFix up several inline assembler blocks so that they...
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-09-22  Alexander YaworskyMoved TRACEs to the beginning of functions.
2004-09-21  Alexander YaworskyMake RtlCreateUserThread fail if process handle is...
2004-08-18  Alexandre JulliardFd type is no longer used, get rid of it.
2004-06-22  Alexandre JulliardWe no longer need to make the import directory writable...
2004-06-18  Alexandre JulliardAdded support for the IMAGE_FILE_LARGE_ADDRESS_AWARE...
2004-06-15  Eric PouechConst correctness.
2004-05-28  Alexandre JulliardDon't rely on the reserved area list being empty in...
2004-05-25  Alexandre JulliardAdded support for managing reserved memory areas in...
2004-05-21  Alexandre JulliardConverted the memory views list to use the standard...
2004-04-06  Alexandre JulliardHandle file mappings on removable media entirely inside...
2004-04-06  Alexandre JulliardFixed some potential races in the handling of the view...
2004-03-15  Mike HearnImprove message given on image map failure.
2004-02-17  Dmitry TimoshkovWrite section access also assumes read access.
2004-02-11  Dmitry TimoshkovAvoid double checking free type flags in NtFreeVirtualM...
2004-02-11  Alexandre JulliardDon't request PROT_EXEC permissions when mapping an...
2004-02-09  Dmitry TimoshkovAdd a test case for Virtual* APIs, fix a few bugs disco...
2004-01-30  Alexandre JulliardAdded memory constraint to avoid miscompilation of...
2004-01-23  Ge van GeldorpRename LARGE_INTEGER and ULARGE_INTEGER members "s...
2004-01-16  Alexandre JulliardCheck for overlapping memory views and delete the offen...
2004-01-07  Alexandre JulliardDon't use constructors for ntdll and kernel32 initializ...
2003-12-08  Dimitrie O. PaunMove content of global.h into the appropriate private...
2003-12-01  Alexandre JulliardAdded wine_server_release_fd function to release the...
2003-11-11  Alexandre JulliardMake sure the protection flags on the memory view of...
2003-11-04  Alexandre JulliardAllocate the TEB and signal stack separately from the...
2003-11-03  Alexandre JulliardFixed type and protection values returned by NtQueryVir...
2003-10-22  Alexandre JulliardSimplified signal stack allocation a bit, and avoid...
2003-10-08  Pavel RoskinInclude ntdll_misc.h to get the GetCurrentProcess/Threa...
2003-10-08  Alexandre JulliardStore a "removable" flag instead of the full drive...
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-28  Alexandre JulliardStart using the exported TEB structure from winternl...
2003-08-27  Alexandre JulliardRenamed a few TEB fields to use the "official" names.
2003-08-12  Alexandre JulliardAllocate DebugInfo field for all critical sections...
2003-07-08  Alexandre JulliardImplemented NtRead/WriteVirtualMemory.
2003-06-21  Eric PouechFixed section mapping in PE loading when both
2003-05-08  Alexandre JulliardFixed wrong file offset used when mapping the import...
2003-05-06  Alexandre JulliardAdded comment about why changing ADDRESS_SPACE_LIMIT...
2003-01-07  Dimitrie O. PaunDefine NONAMELESS{STRUCT,UNION} explicitly in the files...
2002-11-21  Andrew John HughesBuild ntdll with -DSTRICT.
2002-11-06  Alexandre JulliardDisable address space limit check on non-i386 platforms.
2002-09-17  Alexandre JulliardImplemented the ntdll virtual memory functions, and...