Alexandre Julliard
|
7250f9a95b
ntdll: Add some more section information data.
|
3 years ago |
Alexandre Julliard
|
8fa03e494a
server: Create the NLS section object for the l_intl.nls file.
|
4 years ago |
Alexandre Julliard
|
5c4d6cf837
server: Pass all creation arguments to the device creation functions.
|
4 years ago |
Alexandre Julliard
|
2e51f9aae3
server: Add an object operation to retrieve an object name.
|
4 years ago |
Huw Davies
|
b72270cb16
include: Update some members of KUSER_SHARED_DATA.
|
4 years ago |
Alexandre Julliard
|
917a206b01
winebuild: Generate Windows-style syscall thunks on x86_64.
|
4 years ago |
Alexandre Julliard
|
4fcf20d1d1
ntdll: Move part of the PE image mapping code into virtual_map_section().
|
4 years ago |
Alexandre Julliard
|
e854ea34cc
ntdll: Create user shared data section in the server, and initialize it in wineboot.
|
4 years ago |
Alexandre Julliard
|
54a7e592e4
ntdll: Implement ProcessImageInformation class in NtQueryInformationProcess().
|
4 years ago |
Alexandre Julliard
|
1ae1088964
server: Update shared user data timestamps on every request.
|
4 years ago |
Dmitry Timoshkov
|
ae9eb36e21
server: All fields up to CheckSum are mandatory regardless of SizeOfOptionalHeader value.
|
4 years ago |
Rémi Bernon
|
a1c46c3806
server: Add USD support with timestamp updates.
|
4 years ago |
Alex Henrie
|
f3c9fdf852
server: Fix use after free in add_committed_range (scan-build).
|
5 years ago |
Alexandre Julliard
|
f59d05223d
server: Fix the returned error code for an invalid NT header offset.
|
5 years ago |
Jefferson Carpenter
|
dd318b135d
server: Add __pad member to pe_image_info_t and zero it.
|
5 years ago |
Alexandre Julliard
|
546fa12755
server: Add flag for builtin dlls in the image information.
|
5 years ago |
Jacek Caban
|
b2a546c92d
server: Introduce kernel_object struct for generic association between server and kernel objects.
|
5 years ago |
Alexandre Julliard
|
9381da9f1c
server: Report a 64-bit CPU for IL-only binaries.
|
5 years ago |
Alexandre Julliard
|
f244c3b5eb
server: Add custom flag for fake dlls in PE image information.
|
5 years ago |
Michael Stefaniuc
|
9e365e4ecc
server: Use the ARRAY_SIZE() macro.
|
6 years ago |
Alexandre Julliard
|
33584dc12c
server: Also return CPU type in the mapping image information.
|
6 years ago |
Alexandre Julliard
|
622aeeba6a
server: Return more specific error status for NE binaries.
|
6 years ago |
Alexandre Julliard
|
4a2ad423a6
server: Implement the various image flags in SECTION_IMAGE_INFORMATION.
|
6 years ago |
Alexandre Julliard
|
0810e6a688
server: Implement the ImageContainsCode flag for image mappings.
|
6 years ago |
Alexandre Julliard
|
f9bd73c4d6
server: Allow creating image mappings for all supported CPU platforms.
|
6 years ago |
Jacek Caban
|
6b08e60f03
server: Introduce get_file_info request for server-side NtQueryInformationFile implementation.
|
7 years ago |
Alexandre Julliard
|
af238f5653
server: Avoid potential double free (Coverity).
|
7 years ago |
Alexandre Julliard
|
8c944f7a9d
server: Keep a reference to the shared PE mapping in mapped views.
|
7 years ago |
Alexandre Julliard
|
71903899aa
server: Add a separate object to store the PE shared mapping file.
|
7 years ago |
Alexandre Julliard
|
c583953b95
server: Use the correct process when looking for a mapped dll.
|
7 years ago |