projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ntdll: Properly follow jumps when checking a function epilog.
[wine]
/
dlls
/
ntdll
/
virtual.c
2012-01-24
Dmitry Timoshkov
ntdll: Add an access check for file mappings.
blob
|
commitdiff
|
raw
2012-01-17
Dmitry Timoshkov
kernel32: Fix access flags to page protection mapping...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-16
Dmitry Timoshkov
ntdll: Replace WRITE by WRITECOPY protection on an...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-16
Dmitry Timoshkov
ntdll: Setting WRITECOPY protection on a memory-mapped...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-15
Francois Gouget
configure: Use errno.h instead of the non-standard...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-23
Dmitry Timoshkov
ntdll: Revert 33b0f0edffa0c8a06b4ee8831c92fdc373f83ece.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
Dmitry Timoshkov
kernel32: Add a bunch of tests for protections accepted...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-03
Dmitry Timoshkov
ntdll: Make the VirtualProtect tests pass under Wine.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-02
André Hentschel
ntdll: Only load ARMv7 PE images when supported by...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-01
André Hentschel
ntdll: Try to load ARMv7 PE images on ARM.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-28
Michael Stefaniuc
kernel32/ntdll: Mark a variable as unused.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Dmitry Timoshkov
ntdll: Move adding VPROT_READ for Solaris to the same...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-17
Dmitry Timoshkov
ntdll: FreeBSD needs page read access when execute...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-28
Dmitry Timoshkov
ntdll: Use STATUS_INVALID_PAGE_PROTECTION as return...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-09
Alexandre Julliard
ntdll: Fix protection flags for uninitialized sections.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-08
André Hentschel
ntdll: Fix a comment.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-07
André Hentschel
ntdll: Allow reading from a writable section.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-20
Dmitry Timoshkov
kernel32: Add a test how PE section characteristics...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-23
André Hentschel
ntdll: Improved ARM little endianess detection.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-13
Piotr Caban
ntdll: Restore stack guard and prevent stack from shrin...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-19
Alexandre Julliard
ntdll: Improve the error reporting for invalid PE file...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-17
Alexandre Julliard
ntdll: Avoid putting the virtual heap in the low 2Gb...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-16
Alexandre Julliard
ntdll: Don't worry about the DOS area on non-x86.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-10
Marcus Meissner
ntdll: Report a failed executable mmap on nonexec files...
blob
|
commitdiff
|
raw
|
diff to current
2010-12-02
Hans Leidekker
ntdll: Don't call NtClose directly in delete_view.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-15
Marcus Meissner
ntdll: Fixed file view mapping in regards to no-exec.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-08
Marcus Meissner
ntdll: Check and fix PE header protections.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-04
Alexandre Julliard
ntdll: Explicitly check for failure to map page 0.
blob
|
commitdiff
|
raw
|
diff to current
2010-11-04
Alexandre Julliard
ntdll: Report memory areas in DOS memory to be free...
blob
|
commitdiff
|
raw
|
diff to current
2010-11-02
André Hentschel
ntdll: Add Support for loading ARM PEs.
blob
|
commitdiff
|
raw
|
diff to current
2010-10-19
Alexandre Julliard
ntdll: More complete implementation of NtAreMappedFiles...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-19
Alexandre Julliard
ntdll: Get rid of the FILE_VIEW typedef.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-26
Alexandre Julliard
ntdll: Fix the protection state of writable sections.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
Marcus Meissner
ntdll: Set correct protection flags on sections in...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-24
Austin English
ntdll: Sparc support for map_image().
blob
|
commitdiff
|
raw
|
diff to current
2010-06-16
Alexandre Julliard
ntdll: Print a warning when failing to set execute...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-15
Alexandre Julliard
ntdll: Make the DOS area accessible even when not using...
blob
|
commitdiff
|
raw
|
diff to current
2010-05-19
Michael Stefaniuc
ntdll: Remove superfluous "not NULL" check for the...
blob
|
commitdiff
|
raw
|
diff to current
2010-04-09
Alexandre Julliard
ntdll: Build the virtual_release_address_space function...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-03
Alexandre Julliard
ntdll: Return STATUS_IMAGE_NOT_AT_BASE when an image...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-08
Gerald Pfeifer
ntdll: Guard debugging code by #ifdef instead of plain...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-04
Alexandre Julliard
ntdll: Reject VirtualAlloc blocks in NtUnmapViewOfSection.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-22
Eric Pouech
ntdll: In SYSTEM_BASIC_INFORMATION, the active processo...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Alexandre Julliard
ntdll: Define correct address space limits for x86_64.
blob
|
commitdiff
|
raw
|
diff to current
2009-08-27
Alexandre Julliard
ntdll: Fix a couple of system information structures...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-05
Alexandre Julliard
ntdll: Don't free low address space for large address...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Alexandre Julliard
ntdll: Add support for the MEM_RESET flag in VirtualAll...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-09
Alexandre Julliard
ntdll: Display write watch status in virtual traces.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-29
Alexandre Julliard
ntdll: Disable releasing the address space on Mac OS...
blob
|
commitdiff
|
raw
|
diff to current
2009-06-25
Alexandre Julliard
ntdll: Release some address space after the process...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-27
Alexandre Julliard
ntdll: Try any address in map_image no matter what...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-19
Alexandre Julliard
ntdll: Tweak the file mapping permission checks some...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-13
Francois Gouget
ntdll: virtual_free_system_view() is not used anymore...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-06
Alexandre Julliard
ntdll: Don't pretend that the whole address space is...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-23
Michael Stefaniuc
ntdll: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-23
Alexandre Julliard
ntdll: Allocate the stack for all threads, don't rely...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-16
Alexandre Julliard
ntdll: Don't fail in NtMapViewOfSection for 4Gb+ files...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-27
Alexandre Julliard
ntdll: Ignore spurious write faults for a write watch...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-15
Alexandre Julliard
ntdll: Check buffer for access in NtRead/WriteVirtualMe...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-15
Alexandre Julliard
ntdll: Check buffer for access in NtReadFile before...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-15
Alexandre Julliard
ntdll: Check buffer for access in NtWriteFile before...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-08
Alexandre Julliard
ntdll: Fix pointer cast warnings on 64-bit.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-30
Alexandre Julliard
server: Make a couple of fields smaller in the apc_call...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-30
Alexandre Julliard
server: Make the address parameters in inter-process...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-30
Alexandre Julliard
server: Make the mapping base address a client_ptr_t...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-30
Alexandre Julliard
server: Make the address argument for read/write_proces...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-26
Maarten Lankhorst
ntdll: Make the loader process relocations correctly...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-17
Alexandre Julliard
server: Use mem_size_t instead of file_pos_t for memory...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-17
Alexandre Julliard
server: Make mem_size_t always 64-bit.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-11
Alexandre Julliard
ntdll: Enforce correct protection values in virtual...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-08
Alexandre Julliard
server: Add functions for conversions between server...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-25
Maarten Lankhorst
ntdll: Make 64-bits wine only able to load amd64 binaries.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-25
Alexandre Julliard
ntdll: Add support for virtual write watches.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-25
Alexandre Julliard
ntdll: Pass the error code to VIRTUAL_HandleFault,...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-25
Alexandre Julliard
ntdll: Check for valid memory view size directly in...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-18
Alexandre Julliard
ntdll: Get rid of the Wine-specific MEM_SYSTEM flag.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-18
Alexandre Julliard
kernel32: Moved allocation of the DOS memory area to...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-17
Alexandre Julliard
ntdll: Get rid of the unaligned_mmap wrapper.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-14
Alexandre Julliard
ntdll: Add private function to manage system virtual...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-14
Alexandre Julliard
ntdll: Added stubs for NtGetWriteWatch and NtResetWrite...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-07
Alexandre Julliard
ntdll: Store correct values in the various limits on...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-06
Alexandre Julliard
ntdll: Do not report non-reserved memory areas as free...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-06
Alexandre Julliard
ntdll: Keep track of the current working set limit...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-05
Alexandre Julliard
ntdll,server: Fixed access checks for OpenFileMapping...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-05
Alexandre Julliard
ntdll: Don't force anonymous file mappings to always...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-05
Alexandre Julliard
ntdll: Store the per-page committed status in the serve...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-04
Alexandre Julliard
ntdll: Add a noexec flag for memory views where we...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-04
Alexandre Julliard
ntdll: Store the per-view flags in the high word of...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-03
Alexandre Julliard
ntdll: Return more correct information for SystemBasicI...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-31
Alexandre Julliard
ntdll: Create a separate heap for allocating memory...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-28
Alexandre Julliard
ntdll: Use the end of the reserved area as address...
blob
|
commitdiff
|
raw
|
diff to current
2008-10-27
Alexandre Julliard
ntdll: Make sure the last relocation contains some...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-25
John Reiser
ntdll: Tell valgrind to load the .pdb debugging info...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-30
Alexandre Julliard
ntdll: Add some sanity checks for invalid relocation...
blob
|
commitdiff
|
raw
|
diff to current
2008-06-26
Alexandre Julliard
ntdll: Force execute permission again on the stack...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-20
James Hawkins
ntdll: Remove NULL checks for attr, which has already...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-02
Alexandre Julliard
ntdll: Use LdrProcessRelocationBlock to apply relocations.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-01
Alexandre Julliard
ntdll: Add a guard page at the bottom of the stack...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-01
Alexandre Julliard
ntdll: Add support for handling page faults caused...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-01
Alexandre Julliard
ntdll: Moved stack allocation for thread and process...
blob
|
commitdiff
|
raw
|
diff to current
next