Sweden-Number/dlls/ntdll
Alexandre Julliard a83532d8dd ntdll: Store the context on the thread stack after the initial suspend.
The initial stack pointer may have been modified during suspend.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2018-01-22 22:26:45 +01:00
..
tests ntdll/tests: Fix resource leak. 2018-01-04 11:56:41 +01:00
Makefile.in
actctx.c ntdll: Handle RtlReAllocateHeap failure in com_class_add_progid (Coverity). 2018-01-18 18:45:12 +01:00
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c
env.c
error.c
exception.c server: Only update the modified parts of the context on thread suspend. 2018-01-22 15:18:48 +01:00
file.c server: Introduce get_file_info request for server-side NtQueryInformationFile implementation. 2017-12-22 12:19:43 +01:00
handletable.c
heap.c
large_int.c
loader.c ntdll: Use DWORDs for ARM assembly instructions. 2018-01-18 19:20:10 +01:00
loadorder.c
misc.c
nt.c
ntdll.spec ntdll: Implement RtlPushFrame, RtlPopFrame and RtlGetFrame. 2018-01-22 16:26:13 +01:00
ntdll_misc.h ntdll: Round the pthread stack size to a page boundary. 2017-12-26 10:14:38 +01:00
om.c
path.c
printf.c
process.c
reg.c
relay.c ntdll: Avoid the strd ARM instruction. 2018-01-17 09:35:12 +01:00
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
serial.c
server.c
signal_arm.c ntdll: Store the context on the thread stack after the initial suspend. 2018-01-22 22:26:45 +01:00
signal_arm64.c ntdll: Determine write fault based on failed instruction on ARM64. 2018-01-22 10:20:07 +01:00
signal_i386.c ntdll: Store the context on the thread stack after the initial suspend. 2018-01-22 22:26:45 +01:00
signal_powerpc.c ntdll: Run the thread/process detach code on the thread stack. 2017-12-14 10:54:56 +01:00
signal_x86_64.c ntdll: Store the context on the thread stack after the initial suspend. 2018-01-22 22:26:45 +01:00
string.c ntdll: Export strnlen. 2018-01-18 19:19:28 +01:00
sync.c
tape.c
thread.c ntdll: Implement RtlPushFrame, RtlPopFrame and RtlGetFrame. 2018-01-22 16:26:13 +01:00
threadpool.c
time.c ntdll: Return correct time zone names for Asia/Tokyo and Asia/Yakutsk. 2017-12-07 19:15:19 +01:00
version.c
version.rc
virtual.c ntdll: NtQuerySection takes SIZE_T parameters. 2017-12-28 13:06:43 +01:00
wcstring.c