Alexandre Julliard
|
c998667bf0
|
ntdll: Also return the SECTION_IMAGE_INFORMATION data from RtlCreateUserProcess().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-10-24 16:58:08 +02:00 |
Alexandre Julliard
|
03e05c1f57
|
ntdll: Implement RtlSetUnhandledExceptionFilter().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-10-09 14:49:54 +02:00 |
Alexandre Julliard
|
da60ea1c33
|
ntdll: Add a wrapper to call the unhandled exception filter.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-10-09 14:42:30 +02:00 |
Alexandre Julliard
|
2cab0ec389
|
server: Don't return the process exe file to the client.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-09-24 22:41:30 +02:00 |
Alexandre Julliard
|
36371075f8
|
ntdll: Pass the server context to get/set_thread_context().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-06-12 14:01:35 +02:00 |
Alexandre Julliard
|
39c8875ff8
|
ntdll: Add support for running IL-only .NET executables.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-21 09:55:05 +01:00 |
Alexandre Julliard
|
12276796c9
|
ntdll: Hardcode the windows and system directories.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-19 19:38:29 +01:00 |
Alexandre Julliard
|
73d1b89a12
|
ntdll: Get rid of the vm86 structure in the TEB.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-02-05 17:16:44 +01:00 |
Alexandre Julliard
|
60e6331520
|
ntdll: Move file mapping functionality to a helper function.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-01-30 15:10:23 +01:00 |
Alexandre Julliard
|
9d911a5736
|
ntdll: Move suspending a thread on startup back to the platform-specific files.
This partially reverts f64d2688d2 .
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2018-01-22 22:26:46 +01:00 |
Alexandre Julliard
|
6fe15e6c41
|
ntdll: Round the pthread stack size to a page boundary.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-12-26 10:14:38 +01:00 |
Alexandre Julliard
|
7e9f1878db
|
ntdll: Run the thread/process detach code on the thread stack.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-12-14 10:54:56 +01:00 |
Alexandre Julliard
|
b526a48a24
|
ntdll: Pass the stack pointer to virtual_clear_thread_stack().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-12-04 15:03:55 +01:00 |
Alexandre Julliard
|
23ec3ce2a3
|
ntdll: Start process execution directly at the kernel32 process entry point.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-12-04 15:03:55 +01:00 |
Alexandre Julliard
|
f64d2688d2
|
ntdll: Move suspending a thread on startup into attach_dlls().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-12-01 20:32:12 +01:00 |
Alexandre Julliard
|
c3dd077d34
|
ntdll: Run the entire thread initialization code on the thread stack on remaining platforms.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-12-01 19:26:10 +01:00 |
Alexandre Julliard
|
70b69f3e5f
|
ntdll: Don't return from attach_dlls on failure.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-30 19:06:44 +01:00 |
Alexandre Julliard
|
6c61ea6a13
|
ntdll: Suspend a thread with its start context explicitly before attaching dlls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-30 12:15:51 +01:00 |
Alexandre Julliard
|
53e4c36ef8
|
ntdll: Add a platform-specific helper for starting a thread.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-29 20:15:30 +01:00 |
Alexandre Julliard
|
afb16abc0f
|
ntdll: Add a platform-specific helper for starting a process.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-29 17:18:23 +01:00 |
Alexandre Julliard
|
f8e0bd1b0d
|
ntdll: Put the initial pthread stack at the end of the Win32 stack.
Create a separate view for it so that the main stack can be freed
independently.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-29 10:44:21 +01:00 |
Alexandre Julliard
|
8477ae27a8
|
ntdll: Fixup imports in the first thread that runs, even if it's not the main one.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-11-20 20:24:39 +01:00 |
Alexandre Julliard
|
51d348c8c2
|
ntdll: Add helpers to lock the user output buffer during file reads.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-09-22 15:10:42 +02:00 |
Alexandre Julliard
|
a20c4e11df
|
ntdll: Add a helper to lock the user output buffer during a server call.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-09-22 15:10:21 +02:00 |
Alexandre Julliard
|
8c103f298b
|
ntdll: Add support for setting a platform-specific initial context.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-09-19 12:10:14 +02:00 |
Alexandre Julliard
|
a003f0aed8
|
ntdll: Store the kernel32 process entry point in a global variable.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-09-19 11:59:58 +02:00 |
Alexandre Julliard
|
3bfd7973a4
|
ntdll: Don't do partial writes in virtual_uninterrupted_write_memory.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-09-06 17:31:00 +02:00 |
Alexandre Julliard
|
ca20bddefc
|
ntdll: Remove support for relay debugging of register functions.
The only remaining ones in krnl386 have been removed.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-07-26 10:41:27 +02:00 |
Alexandre Julliard
|
b87c66dd65
|
ntdll: Move the plaform-independent thread data to the GdiTebBatch TEB field.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-07-19 19:13:29 +02:00 |
Alexandre Julliard
|
ce46de5a94
|
ntdll: Move NtGetContextThread implementation to the platform-specific files.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-07-18 20:43:32 +02:00 |
Alexandre Julliard
|
675e8218f0
|
ntdll: Move NtSetContextThread implementation to the platform-specific files.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2017-07-18 20:43:32 +02:00 |
Alexandre Julliard
|
fe0924625f
|
ntdll: Add a helper to validate attributes in open calls, and use a common pattern in all calls.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-29 21:25:11 +09:00 |
Alexandre Julliard
|
3198fb0c1c
|
ntdll: Add a helper function to allocate the full object_attributes structure.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
|
2016-01-16 00:05:57 +09:00 |
Qian Hong
|
604c4dba80
|
ntdll: Correctly document the offset of ntdll_thread_data.
This is a follow up of 16ddc62405 .
|
2015-04-21 14:30:45 +09:00 |
Sebastian Lackner
|
6bec132c7a
|
ntdll: Try to handle write-watches while we're on the signal stack.
|
2015-02-27 14:59:08 +09:00 |
Hans Leidekker
|
faf70e2fbd
|
ntdll: Fix calculation of process and thread affinity masks on systems with a large number of processors.
|
2015-01-21 15:31:16 +01:00 |
Erich E. Hoover
|
ca51e113e4
|
ntdll: Unify retrieving the attributes of a file.
|
2014-12-17 19:42:23 +01:00 |
Sebastian Lackner
|
34b2d920b4
|
ntdll: Improve check_atl_thunk to prevent passing exceptions to the usermode application.
|
2014-10-15 11:52:06 +09:00 |
Alexandre Julliard
|
e54503f708
|
ntdll: Allocate TLS data in all running threads on module load.
|
2013-12-23 18:39:58 +01:00 |
Frédéric Delanoy
|
502fc1aef9
|
ntdll: Use boolean type where appropriate.
|
2013-12-09 11:45:50 +01:00 |
Alexandre Julliard
|
f21961cc14
|
ntdll: Add a configure check for the tcdrain function.
Also remove the tcgetattr check that is no longer used.
|
2013-09-05 13:18:21 +02:00 |
Alexandre Julliard
|
fcb3e60332
|
ntdll: Implement the RunOnce functions.
|
2013-08-28 22:27:31 +02:00 |
Alexandre Julliard
|
5c0b5f4dcb
|
ntdll: Move the select and APC support to server.c.
|
2013-08-26 20:36:56 +02:00 |
Alexandre Julliard
|
a56ffb6326
|
ntdll: Rename NTDLL_wait_for_multiple_objects to server_select since it's more generic now.
|
2013-08-26 20:36:22 +02:00 |
Alexandre Julliard
|
947e337480
|
server: Make signal and wait a separate select operation.
|
2013-08-26 20:34:28 +02:00 |
Alexandre Julliard
|
cbdc0ec72d
|
ntdll: Pass a select operation structure to NTDLL_wait_for_multiple_objects.
|
2013-08-26 20:32:19 +02:00 |
Nikolay Sivov
|
5ce01b3597
|
ntdll: Implement compatible FindActCtxSectionString() for window class section.
|
2013-08-02 14:36:12 +02:00 |
Nikolay Sivov
|
9e5097187e
|
ntdll: Implement RtlHashUnicodeString().
|
2013-07-24 14:35:09 -05:00 |
Alexandre Julliard
|
cd03a51e7d
|
ntdll: Set the address space limit before running application code.
|
2013-04-04 13:28:43 +02:00 |
Alexandre Julliard
|
99d89b347f
|
ntdll: Add a helper function to check that a fault address lies in a known virtual memory view.
|
2013-02-12 19:56:19 +01:00 |