Dmitry Timoshkov
|
c7afb0bb88
|
ntdll: Don't use asynchronous file IO in the loader.
|
2013-09-30 20:35:03 +02:00 |
Alexandre Julliard
|
3799d55d9b
|
ntdll: Implement RtlExitUserProcess.
|
2013-07-19 12:15:15 +02:00 |
Alexandre Julliard
|
1c11770159
|
ntdll: Simplify detach sequence now that there is no possible race on process exit.
|
2013-07-19 12:13:09 +02:00 |
André Hentschel
|
e187c4aec2
|
ntdll: Respect the 8-bit part in the ARM relocation.
|
2013-04-15 17:01:46 +02:00 |
Alexandre Julliard
|
cd03a51e7d
|
ntdll: Set the address space limit before running application code.
|
2013-04-04 13:28:43 +02:00 |
André Hentschel
|
0993f8bb7b
|
ntdll: Implement IMAGE_REL_BASED_THUMB_MOV32 relocation on ARM.
|
2013-01-21 12:51:14 +01:00 |
Alexandre Julliard
|
90e90e3b6a
|
ntdll: Make the page_size variable global.
|
2013-01-08 16:35:30 +01:00 |
Christian Costa
|
49d8b4c039
|
ntdll: Init retv to FALSE so in case of exception the trace shows the failure.
|
2012-10-01 12:05:48 +02:00 |
André Hentschel
|
33236819c8
|
ntdll: Add support for dynamically generated stub entry points on ARM.
|
2012-03-12 10:47:32 +01:00 |
Dmitry Timoshkov
|
0e85fc66de
|
ntdll: Use PAGE_EXECUTE_READ protection for an image section.
|
2012-01-24 18:10:31 +01:00 |
Jacek Caban
|
43a9faa734
|
ntdll: Make LdrLoadDll hotpatchable.
|
2012-01-06 19:24:23 +01:00 |
Dmitry Timoshkov
|
26f4ff1a38
|
ntdll: Use PAGE_EXECUTE_READWRITE protection when allocating stubs.
|
2011-11-08 10:19:42 +01:00 |
Dmitry Timoshkov
|
df9a086865
|
ntdll: Use PAGE_READWRITE access when resolving DLL imports.
|
2011-11-03 13:35:11 +01:00 |
Alexandre Julliard
|
f4024eaa49
|
ntdll: Fetch the windows directory from the shared user data.
|
2011-06-16 12:29:21 +02:00 |
Marcus Meissner
|
0f0692716b
|
ntdll: Mark FILE_umask with hidden visibility.
|
2011-05-27 12:21:39 +02:00 |
Alexandre Julliard
|
900352bc6b
|
server: Store a mapping instead of a file for process dlls.
|
2011-04-18 14:45:32 +02:00 |
Alexandre Julliard
|
e272b31b6b
|
ntdll: Ensure alignment of static TLS data and free it at thread exit.
|
2010-12-15 13:16:55 +01:00 |
Marcus Meissner
|
2ca5513a62
|
ntdll: Set correct protection flags on sections in builtin DLLs.
|
2010-08-24 17:22:32 +02:00 |
Jacek Caban
|
9713d62e89
|
ntdll: IMAGE_REL_BASED_HIGH, IMAGE_REL_BASED_LOW and IMAGE_REL_BASED_HIGHLOW should be supported on win64.
|
2010-08-20 13:21:27 +02:00 |
Alexandre Julliard
|
28e1398237
|
ntdll: Set a valid process title for the initial process.
|
2010-06-08 11:55:23 +02:00 |
Mikhail Maroukhine
|
2b8f11b8c0
|
ntdll: Fix compiler warnings with flag -Wcast-qual.
|
2010-03-29 12:15:28 +02:00 |
Alexandre Julliard
|
83c272a258
|
ntdll: Return STATUS_IMAGE_NOT_AT_BASE when an image mapping has to be relocated.
|
2010-03-03 20:05:40 +01:00 |
Alexandre Julliard
|
9055e9e3dd
|
ntdll: Set the heap debug flags based on the GlobalFlag value.
|
2010-01-22 12:33:03 +01:00 |
Alexandre Julliard
|
39a1227cdb
|
ntdll: Load the various PEB global options at startup.
|
2010-01-20 17:30:00 +01:00 |
Alexandre Julliard
|
1c119dad6d
|
ntdll: Implement LdrQueryImageFileExecutionOptions and use it to retrieve the per-process global flag.
|
2010-01-20 17:11:03 +01:00 |
Nikolay Sivov
|
dbbd2161ab
|
ntdll: Call DLL_PROCESS_DETACH if attaching failed.
|
2009-11-30 12:53:30 +01:00 |
Alexandre Julliard
|
4e77222820
|
ntdll: Move the window and system dir variables to directory.c
|
2009-10-22 19:55:06 +02:00 |
Andrey Turkin
|
7aeaa0338c
|
ntdll: Run TLS callbacks in zero-sized TLS directories.
|
2009-10-12 12:14:21 +02:00 |
Alexandre Julliard
|
135612d22f
|
ntdll: Add support for ordinal forwards.
|
2009-09-25 13:12:02 +02:00 |
Alexandre Julliard
|
c39e28edfb
|
ntdll: Support both 32-bit and 64-bit modules in RtlImageDirectoryEntryToData.
|
2009-09-25 12:46:39 +02:00 |
Michael Karcher
|
be90ae2fc3
|
ntdll: Fix DEP status initialization.
|
2009-09-15 16:41:23 -05:00 |
Alexandre Julliard
|
c9d85dd576
|
ntdll: Route the process startup through the platform-specific thread startup code.
|
2009-08-29 11:24:44 +02:00 |
Alexandre Julliard
|
b76dc21b82
|
ntdll: Ignore activation context entries that don't specify a path.
|
2009-08-05 11:23:16 +02:00 |
Alexandre Julliard
|
09712593c8
|
ntdll: Release some address space after the process initialization is done.
|
2009-06-25 14:33:34 +02:00 |
Alexandre Julliard
|
0c46341543
|
ntdll: Add call frame annotations in x86 assembly code.
|
2009-06-25 12:05:09 +02:00 |
Nikolay Sivov
|
ae8999f982
|
ntdll: Call NtCreateSection with NULL attributes loading native dll.
|
2009-06-08 12:42:55 +02:00 |
Michael Stefaniuc
|
d2f6f56873
|
ntdll: Remove superfluous pointer casts.
|
2009-03-23 12:40:53 +01:00 |
Alexandre Julliard
|
1056771b91
|
ntdll: Allocate the stack for all threads, don't rely on pthread to do it for us.
|
2009-02-23 14:24:59 +01:00 |
Alexandre Julliard
|
36334a1b5a
|
ntdll: Call pthread_sigmask directly instead of through the pthread function table.
|
2009-02-20 18:07:41 +01:00 |
Alexandre Julliard
|
947976f22c
|
server: Store module names as client_ptr_t instead of void pointers.
|
2008-12-29 17:10:11 +01:00 |
Alexandre Julliard
|
f2c4e09e80
|
server: Make module handles always 64-bit.
|
2008-12-29 16:47:51 +01:00 |
Maarten Lankhorst
|
72423f5f6d
|
ntdll: Make the loader process relocations correctly for x86_64.
|
2008-12-26 13:42:07 +01:00 |
Maarten Lankhorst
|
70441d5bb8
|
kernel32: Change all functions to use CDECL.
|
2008-12-23 13:09:45 +01:00 |
Maarten Lankhorst
|
768160e944
|
ntdll: Make all exported wine functions CDECL.
|
2008-12-17 15:02:25 +01:00 |
Alexandre Julliard
|
ccdfa4941e
|
ntdll: Add support for dynamically generated stub entry points.
Based on a patch by Maarten Lankhorst.
|
2008-12-16 12:25:07 +01:00 |
Alexandre Julliard
|
a2089abd94
|
ntdll: Enforce correct protection values in virtual memory functions.
|
2008-12-11 14:05:42 +01:00 |
Alexandre Julliard
|
b8e8cb6621
|
ntdll: Add a heuristic to detect dlls that are wrongly marked as using native subsystem.
|
2008-12-11 12:18:35 +01:00 |
Alexandre Julliard
|
d1b3d484f7
|
server: Add functions for conversions between server object handles and pointer-style handles.
|
2008-12-08 16:05:17 +01:00 |
Alexandre Julliard
|
92cf3d1900
|
ntdll: Don't set noexec protection on builtin dlls, some broken apps clear the execute permission.
|
2008-11-17 15:56:54 +01:00 |
Alexandre Julliard
|
a0c4bfef9d
|
ntdll: Add private function to manage system virtual views instead of abusing NtAllocateVirtualMemory.
|
2008-11-14 17:40:54 +01:00 |