ntdll/tests: Remove variable len which is not really used from create_file_test.
[wine] / dlls / ntdll / virtual.c
2010-04-09  Alexandre Julliardntdll: Build the virtual_release_address_space function...
2010-03-03  Alexandre Julliardntdll: Return STATUS_IMAGE_NOT_AT_BASE when an image...
2009-12-08  Gerald Pfeiferntdll: Guard debugging code by #ifdef instead of plain...
2009-11-04  Alexandre Julliardntdll: Reject VirtualAlloc blocks in NtUnmapViewOfSection.
2009-09-22  Eric Pouechntdll: In SYSTEM_BASIC_INFORMATION, the active processo...
2009-08-27  Alexandre Julliardntdll: Define correct address space limits for x86_64.
2009-08-27  Alexandre Julliardntdll: Fix a couple of system information structures...
2009-08-05  Alexandre Julliardntdll: Don't free low address space for large address...
2009-07-09  Alexandre Julliardntdll: Add support for the MEM_RESET flag in VirtualAll...
2009-07-09  Alexandre Julliardntdll: Display write watch status in virtual traces.
2009-06-29  Alexandre Julliardntdll: Disable releasing the address space on Mac OS...
2009-06-25  Alexandre Julliardntdll: Release some address space after the process...
2009-05-27  Alexandre Julliardntdll: Try any address in map_image no matter what...
2009-05-19  Alexandre Julliardntdll: Tweak the file mapping permission checks some...
2009-05-13  Francois Gougetntdll: virtual_free_system_view() is not used anymore...
2009-04-06  Alexandre Julliardntdll: Don't pretend that the whole address space is...
2009-03-23  Michael Stefaniucntdll: Remove superfluous pointer casts.
2009-02-23  Alexandre Julliardntdll: Allocate the stack for all threads, don't rely...
2009-02-16  Alexandre Julliardntdll: Don't fail in NtMapViewOfSection for 4Gb+ files...
2009-01-27  Alexandre Julliardntdll: Ignore spurious write faults for a write watch...
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtRead/WriteVirtualMe...
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtReadFile before...
2009-01-15  Alexandre Julliardntdll: Check buffer for access in NtWriteFile before...
2009-01-08  Alexandre Julliardntdll: Fix pointer cast warnings on 64-bit.
2008-12-30  Alexandre Julliardserver: Make a couple of fields smaller in the apc_call...
2008-12-30  Alexandre Julliardserver: Make the address parameters in inter-process...
2008-12-30  Alexandre Julliardserver: Make the mapping base address a client_ptr_t...
2008-12-30  Alexandre Julliardserver: Make the address argument for read/write_proces...
2008-12-26  Maarten Lankhorstntdll: Make the loader process relocations correctly...
2008-12-17  Alexandre Julliardserver: Use mem_size_t instead of file_pos_t for memory...
2008-12-17  Alexandre Julliardserver: Make mem_size_t always 64-bit.
2008-12-11  Alexandre Julliardntdll: Enforce correct protection values in virtual...
2008-12-08  Alexandre Julliardserver: Add functions for conversions between server...
2008-11-25  Maarten Lankhorstntdll: Make 64-bits wine only able to load amd64 binaries.
2008-11-25  Alexandre Julliardntdll: Add support for virtual write watches.
2008-11-25  Alexandre Julliardntdll: Pass the error code to VIRTUAL_HandleFault,...
2008-11-25  Alexandre Julliardntdll: Check for valid memory view size directly in...
2008-11-18  Alexandre Julliardntdll: Get rid of the Wine-specific MEM_SYSTEM flag.
2008-11-18  Alexandre Julliardkernel32: Moved allocation of the DOS memory area to...
2008-11-17  Alexandre Julliardntdll: Get rid of the unaligned_mmap wrapper.
2008-11-14  Alexandre Julliardntdll: Add private function to manage system virtual...
2008-11-14  Alexandre Julliardntdll: Added stubs for NtGetWriteWatch and NtResetWrite...
2008-11-07  Alexandre Julliardntdll: Store correct values in the various limits on...
2008-11-06  Alexandre Julliardntdll: Do not report non-reserved memory areas as free...
2008-11-06  Alexandre Julliardntdll: Keep track of the current working set limit...
2008-11-05  Alexandre Julliardntdll,server: Fixed access checks for OpenFileMapping...
2008-11-05  Alexandre Julliardntdll: Don't force anonymous file mappings to always...
2008-11-05  Alexandre Julliardntdll: Store the per-page committed status in the serve...
2008-11-04  Alexandre Julliardntdll: Add a noexec flag for memory views where we...
2008-11-04  Alexandre Julliardntdll: Store the per-view flags in the high word of...
2008-11-03  Alexandre Julliardntdll: Return more correct information for SystemBasicI...
2008-10-31  Alexandre Julliardntdll: Create a separate heap for allocating memory...
2008-10-28  Alexandre Julliardntdll: Use the end of the reserved area as address...
2008-10-27  Alexandre Julliardntdll: Make sure the last relocation contains some...
2008-07-25  John Reiserntdll: Tell valgrind to load the .pdb debugging info...
2008-06-30  Alexandre Julliardntdll: Add some sanity checks for invalid relocation...
2008-06-26  Alexandre Julliardntdll: Force execute permission again on the stack...
2008-05-20  James Hawkinsntdll: Remove NULL checks for attr, which has already...
2008-04-02  Alexandre Julliardntdll: Use LdrProcessRelocationBlock to apply relocations.
2008-04-01  Alexandre Julliardntdll: Add a guard page at the bottom of the stack...
2008-04-01  Alexandre Julliardntdll: Add support for handling page faults caused...
2008-04-01  Alexandre Julliardntdll: Moved stack allocation for thread and process...
2008-01-17  Dmitry Timoshkovntdll: Do not perform base relocation if an image is...
2008-01-03  Alexandre Julliardntdll: Print an error for unsupported shared writable...
2007-12-11  Dmitry Timoshkovntdll: Initialize the APC call union to suppress valgri...
2007-10-30  Rob Shearmanserver: Add the name length to the object_attributes...
2007-10-26  Rob Shearmanserver: Make create_mapping use struct object_attribute...
2007-10-10  Alexandre Julliardserver: Use the file_pos_t type for file sizes and...
2007-09-27  Peter Oberndorferntdll: NtAreMappedFilesTheSame semi stub.
2007-06-28  Andrew Talbotntdll: Constify some variables.
2007-05-23  Dmitry Timoshkovntdll: Fix compilation warnings in 64-bit mode.
2007-05-15  Andrew Talbotntdll: Exclude unused headers.
2007-01-18  Alexandre Julliardntdll: Get rid of the no longer used is_current_process...
2007-01-18  Alexandre Julliardntdll: Implementation of inter-process NtMapViewOfSecti...
2007-01-16  Alexandre Julliardntdll: Implemented NtLockVirtualMemory and NtUnlockVirt...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process NtFlushVirtualMe...
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualProtectEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualQueryEx.
2007-01-15  Alexandre Julliardntdll: Implementation of inter-process VirtualAllocEx...
2007-01-12  Alexandre Julliardntdll: Make the virtual.c critical section uninterrupti...
2007-01-12  Alexandre Julliardntdll: Fix handling of 64-bit sizes in NtMapViewOfSection.
2007-01-12  Alexandre Julliardntdll: Duplicate the mapping handle on the server side...
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.
next