projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ntdll: Remove superfluous semicolon.
[wine]
/
dlls
/
ntdll
/
virtual.c
2009-03-23
Michael Stefaniuc
ntdll: Remove superfluous pointer casts.
blob
|
commitdiff
|
raw
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
2008-01-17
Dmitry Timoshkov
ntdll: Do not perform base relocation if an image is...
blob
|
commitdiff
|
raw
|
diff to current
2008-01-03
Alexandre Julliard
ntdll: Print an error for unsupported shared writable...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-11
Dmitry Timoshkov
ntdll: Initialize the APC call union to suppress valgri...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-30
Rob Shearman
server: Add the name length to the object_attributes...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-26
Rob Shearman
server: Make create_mapping use struct object_attribute...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-10
Alexandre Julliard
server: Use the file_pos_t type for file sizes and...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-27
Peter Oberndorfer
ntdll: NtAreMappedFilesTheSame semi stub.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-28
Andrew Talbot
ntdll: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-23
Dmitry Timoshkov
ntdll: Fix compilation warnings in 64-bit mode.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Andrew Talbot
ntdll: Exclude unused headers.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Alexandre Julliard
ntdll: Get rid of the no longer used is_current_process...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-18
Alexandre Julliard
ntdll: Implementation of inter-process NtMapViewOfSecti...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-16
Alexandre Julliard
ntdll: Implemented NtLockVirtualMemory and NtUnlockVirt...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
ntdll: Implementation of inter-process NtFlushVirtualMe...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
ntdll: Implementation of inter-process VirtualProtectEx.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
ntdll: Implementation of inter-process VirtualQueryEx.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-15
Alexandre Julliard
ntdll: Implementation of inter-process VirtualAllocEx...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-12
Alexandre Julliard
ntdll: Make the virtual.c critical section uninterrupti...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-12
Alexandre Julliard
ntdll: Fix handling of 64-bit sizes in NtMapViewOfSection.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-12
Alexandre Julliard
ntdll: Duplicate the mapping handle on the server side...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-12
Alexandre Julliard
ntdll: Moved the check for removable file in load_dll...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-21
Alexandre Julliard
ntdll: File positions should be aligned to sector bound...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-20
Alexandre Julliard
ntdll: Fixed typo in map_image.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-13
Alexandre Julliard
ntdll: Map the PE header up to the specified size,...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-07
Alexandre Julliard
ntdll: Fix the failing loader tests.
blob
|
commitdiff
|
raw
|
diff to current
2006-12-05
Alexandre Julliard
ntdll: Force exec permissions on all mmaps unless the...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-01
Alexandre Julliard
ntdll: Don't free the DOS area when a broken app passes...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-20
Alexandre Julliard
ntdll: Store the fd type in the cache and return it...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-07
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-03
Alexandre Julliard
ntdll: Added a server_get_unix_fd function that avoids...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-18
Hans Leidekker
ntdll: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-28
Robert Shearman
ntdll: NtAllocateVirtual with type of MEM_WRITE_WATCH...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-30
Alexandre Julliard
ntdll: Use the right section size when setting protections.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Alexandre Julliard
ntdll: Allocate the PEB with NtAllocateVirtualMemory...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Alexandre Julliard
ntdll: Support memory allocations inside reserved areas.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Alexandre Julliard
ntdll: Propagate the MEM_TOP_DOWN flag into the map_vie...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-21
Alexandre Julliard
ntdll: Use NtAllocateVirtualMemory to allocate all...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-19
Alexandre Julliard
kernel: Added support for exec'ing a new Win32 process.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-13
Alexandre Julliard
ntdll: Make sure to not unmap anything from reserved...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-13
Alexandre Julliard
ntdll: Use the map_view() function to allocate TEBs...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-13
Alexandre Julliard
ntdll: Support for arbitrary memory allocation granularity.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-20
Dmitry Timoshkov
ntdll: Compile VIRTUAL_Dump only when somebody really...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-16
Francois Gouget
ntdll: Use page_size instead of page_mask+1.
blob
|
commitdiff
|
raw
|
diff to current
2006-06-14
Robert Shearman
ntdll: Change the test for no relocation information...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-05-09
Marcus Meissner
ntdll: Make the section with AddressOfEntryPoint in...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-08
Detlef Riekenberg
ntdll: Added ARM architecture.
blob
|
commitdiff
|
raw
|
diff to current
2006-04-07
Alexandre Julliard
server: Get rid of alignment requirements in write_proc...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-27
Alexandre Julliard
ntdll: Limit header_size to the file size.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-24
Alexandre Julliard
ntdll: Use PROT_NONE instead of 0.
blob
|
commitdiff
|
raw
|
diff to current
2006-02-07
Francois Gouget
ntdll: Protect sys/stat.h inclusion.
blob
|
commitdiff
|
raw
|
diff to current
2006-01-13
Alexandre Julliard
ntdll: Round PE header size to a page boundary for...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-11
Alexandre Julliard
ntdll: Round up the mapping size in map_file_into_view...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-03
Alexandre Julliard
ntdll: Check file size when mapping image sections...
blob
|
commitdiff
|
raw
|
diff to current
next