widl: Print large enum constants in hex.
[wine] / dlls / ntdll / virtual.c
2012-08-17  André Hentschelinclude: Rename IMAGE_FILE_MACHINE_ARMV7 to IMAGE_FILE_...
2012-06-25  André Hentschelntdll: Check for ARMv7 architecture dynamically when...
2012-04-06  Erich Hooverntdll: Fix section header heap deadlock.
2012-04-04  Henri Verbeetntdll: Use the copy of the section headers for applying...
2012-04-04  Henri Verbeetntdll: Free the correct section headers copy in map_ima...
2012-03-16  Erich Hooverntdll: Fix mapping sections for applications that map...
2012-01-24  Dmitry Timoshkovntdll: Add an access check for file mappings.
2012-01-17  Dmitry Timoshkovkernel32: Fix access flags to page protection mapping...
2011-12-16  Dmitry Timoshkovntdll: Replace WRITE by WRITECOPY protection on an...
2011-12-16  Dmitry Timoshkovntdll: Setting WRITECOPY protection on a memory-mapped...
2011-12-15  Francois Gougetconfigure: Use errno.h instead of the non-standard...
2011-11-23  Dmitry Timoshkovntdll: Revert 33b0f0edffa0c8a06b4ee8831c92fdc373f83ece.
2011-11-08  Dmitry Timoshkovkernel32: Add a bunch of tests for protections accepted...
2011-11-03  Dmitry Timoshkovntdll: Make the VirtualProtect tests pass under Wine.
2011-11-02  André Hentschelntdll: Only load ARMv7 PE images when supported by...
2011-11-01  André Hentschelntdll: Try to load ARMv7 PE images on ARM.
2011-10-28  Michael Stefaniuckernel32/ntdll: Mark a variable as unused.
2011-10-17  Dmitry Timoshkovntdll: Move adding VPROT_READ for Solaris to the same...
2011-10-17  Dmitry Timoshkovntdll: FreeBSD needs page read access when execute...
2011-09-28  Dmitry Timoshkovntdll: Use STATUS_INVALID_PAGE_PROTECTION as return...
2011-09-09  Alexandre Julliardntdll: Fix protection flags for uninitialized sections.
2011-09-08  André Hentschelntdll: Fix a comment.
2011-09-07  André Hentschelntdll: Allow reading from a writable section.
2011-07-20  Dmitry Timoshkovkernel32: Add a test how PE section characteristics...
2011-05-23  André Hentschelntdll: Improved ARM little endianess detection.
2011-04-13  Piotr Cabanntdll: Restore stack guard and prevent stack from shrin...
2011-02-19  Alexandre Julliardntdll: Improve the error reporting for invalid PE file...
2010-12-17  Alexandre Julliardntdll: Avoid putting the virtual heap in the low 2Gb...
2010-12-16  Alexandre Julliardntdll: Don't worry about the DOS area on non-x86.
2010-12-10  Marcus Meissnerntdll: Report a failed executable mmap on nonexec files...
2010-12-02  Hans Leidekkerntdll: Don't call NtClose directly in delete_view.
2010-11-15  Marcus Meissnerntdll: Fixed file view mapping in regards to no-exec.
2010-11-08  Marcus Meissnerntdll: Check and fix PE header protections.
2010-11-04  Alexandre Julliardntdll: Explicitly check for failure to map page 0.
2010-11-04  Alexandre Julliardntdll: Report memory areas in DOS memory to be free...
2010-11-02  André Hentschelntdll: Add Support for loading ARM PEs.
2010-10-19  Alexandre Julliardntdll: More complete implementation of NtAreMappedFiles...
2010-10-19  Alexandre Julliardntdll: Get rid of the FILE_VIEW typedef.
2010-08-26  Alexandre Julliardntdll: Fix the protection state of writable sections.
2010-08-24  Marcus Meissnerntdll: Set correct protection flags on sections in...
2010-08-24  Austin Englishntdll: Sparc support for map_image().
2010-06-16  Alexandre Julliardntdll: Print a warning when failing to set execute...
2010-06-15  Alexandre Julliardntdll: Make the DOS area accessible even when not using...
2010-05-19  Michael Stefaniucntdll: Remove superfluous "not NULL" check for the...
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...
next