ntdll: Moved the check for removable file in load_dll to the server.
[wine] / dlls / ntdll / virtual.c
2007-01-12  Alexandre Julliardntdll: Moved the check for removable file in load_dll...
2006-12-21  Alexandre Julliardntdll: File positions should be aligned to sector bound...
2006-12-20  Alexandre Julliardntdll: Fixed typo in map_image.
2006-12-13  Alexandre Julliardntdll: Map the PE header up to the specified size,...
2006-12-07  Alexandre Julliardntdll: Fix the failing loader tests.
2006-12-05  Alexandre Julliardntdll: Force exec permissions on all mmaps unless the...
2006-12-01  Alexandre Julliardntdll: Don't free the DOS area when a broken app passes...
2006-11-20  Alexandre Julliardntdll: Store the fd type in the cache and return it...
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-03  Alexandre Julliardntdll: Added a server_get_unix_fd function that avoids...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-09-28  Robert Shearmanntdll: NtAllocateVirtual with type of MEM_WRITE_WATCH...
2006-07-30  Alexandre Julliardntdll: Use the right section size when setting protections.
2006-07-24  Alexandre Julliardntdll: Allocate the PEB with NtAllocateVirtualMemory...
2006-07-24  Alexandre Julliardntdll: Support memory allocations inside reserved areas.
2006-07-24  Alexandre Julliardntdll: Propagate the MEM_TOP_DOWN flag into the map_vie...
2006-07-21  Alexandre Julliardntdll: Use NtAllocateVirtualMemory to allocate all...
2006-07-19  Alexandre Julliardkernel: Added support for exec'ing a new Win32 process.
2006-07-13  Alexandre Julliardntdll: Make sure to not unmap anything from reserved...
2006-07-13  Alexandre Julliardntdll: Use the map_view() function to allocate TEBs...
2006-07-13  Alexandre Julliardntdll: Support for arbitrary memory allocation granularity.
2006-06-20  Dmitry Timoshkovntdll: Compile VIRTUAL_Dump only when somebody really...
2006-06-16  Francois Gougetntdll: Use page_size instead of page_mask+1.
2006-06-14  Robert Shearmanntdll: Change the test for no relocation information...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-09  Marcus Meissnerntdll: Make the section with AddressOfEntryPoint in...
2006-04-08  Detlef Riekenbergntdll: Added ARM architecture.
2006-04-07  Alexandre Julliardserver: Get rid of alignment requirements in write_proc...
2006-03-27  Alexandre Julliardntdll: Limit header_size to the file size.
2006-02-24  Alexandre Julliardntdll: Use PROT_NONE instead of 0.
2006-02-07  Francois Gougetntdll: Protect sys/stat.h inclusion.
2006-01-13  Alexandre Julliardntdll: Round PE header size to a page boundary for...
2006-01-11  Alexandre Julliardntdll: Round up the mapping size in map_file_into_view...
2006-01-03  Alexandre Julliardntdll: Check file size when mapping image sections...
2005-12-17  Alexandre Julliardntdll: Don't use a real guard page at the bottom of...
2005-12-14  Alexandre Julliardntdll: Fixes in virtual memory protection flags.
2005-12-12  Alexandre JulliardTEB.StackLimit should not include the guard page.
2005-12-12  Alexandre JulliardPass specific access rights to wine_server_handle_to_fd.
2005-12-02  Vitaliy MargolenMove mapping (section) objects into directory name...
2005-12-01  Alexandre JulliardCheck for need to add area to the reserved list also...
2005-12-01  Alexandre JulliardIgnore the large address space flag when version is...
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-10-27  Vitaliy Margolen- Send whole OBJECT_ATTRIBUTES.Attributes to the server...
2005-09-26  Francois GougetReplace the 'if (!cond) ; else code' construct with...
2005-09-25  Alexandre JulliardReplace DPRINTF by TRACE in a few places.
2005-09-21  Alexandre JulliardIgnore relocations for unmapped pages.
2005-09-16  Alexandre JulliardFixed a few pointer truncation bugs for 64-bit platforms.
2005-09-14  Alexandre JulliardSupport arbitrary sizes for the thread signal stack...
2005-09-12  Alexandre JulliardFixed a number of pointer to integer conversions that...
2005-09-09  Alexandre JulliardAdded descriptions for a few more machine types.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-08-25  Alexandre JulliardUse FILE_GetDeviceInfo in NtMapViewOfSection to avoid...
2005-08-15  Alexandre JulliardBetter handling of conflicting section information...
2005-08-12  Alexandre JulliardDon't map data beyond the virtual size of a section.
2005-08-09  Alexandre JulliardAdded a VIRTUAL_alloc_teb function to allocate TEBs...
2005-07-15  Dmitry TimoshkovMake VIRTUAL_HandleFault return an NTSTATUS.
2005-07-15  Dmitry TimoshkovUse SIZE_T type for size variables in NTDLL when approp...
2005-07-05  Felix NawothnigReplace stubs for information classes in NtQueryVirtual...
2005-07-02  Vitaliy MargolenLoad all dll sections no matter what attributes say.
2005-06-25  Mike McCormackUse RTL_CRITICAL_SECTION instead of CRITICAL_SECTION.
2005-06-21  Alexandre JulliardAdd PAGE_GUARD flag to the returned protection of guard...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-06-06  Alexandre JulliardRemoved some unnecessary inclusions of thread.h
2005-05-23  Mike McCormackUse LIST_FOR_EACH_ENTRY in virtual memory code.
2005-05-18  Dimi PaunMake the argument comments out-of-line.
2005-04-20  Alexandre JulliardRemove all traces of the VIRTUAL_SetFaultHandler support.
2005-04-19  Troy RolloFix SEGVs in NtCreateSection and NtMapViewOfSection.
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...
next