Sweden-Number/dlls/ntdll
Alexandre Julliard 3863b243fe ntdll: Clear the thread stack by hand instead of remapping zero pages.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-08-27 12:24:05 +02:00
..
tests ntdll/tests: Add a larger testcase covering most arm64 unwinding opcodes. 2020-08-25 13:34:31 +02:00
unix ntdll: Clear the syscall frame on return instead of popping the previous one. 2020-08-27 12:14:35 +02:00
Makefile.in ntdll: Use syscalls for the server functions. 2020-08-25 13:55:40 +02:00
actctx.c
atom.c
critsection.c
crypt.c
debugbuffer.c
directory.c ntdll: Use syscalls for the file path conversion functions. 2020-08-25 13:57:19 +02:00
env.c
error.c
exception.c kernel32: Implement GetEnabledXStateFeatures(). 2020-08-20 21:14:15 +02:00
handletable.c
heap.c
large_int.c
loader.c ntdll: Use exported APIs instead of virtual_map_section() to load PE modules. 2020-08-26 14:16:54 +02:00
loadorder.c
locale.c
make_errors
misc.c ntdll: Use syscalls for the Wine version functions. 2020-08-25 19:31:43 +02:00
nt.c
ntdll.spec ntdll: Use syscalls for a couple of Wine internal functions. 2020-08-25 19:31:43 +02:00
ntdll_misc.h ntdll: Get rid of the server_init_process_done() Unix library callback. 2020-08-26 13:04:09 +02:00
path.c ntdll: Use syscalls for the file path conversion functions. 2020-08-25 13:57:19 +02:00
printf.c
printf.h
process.c ntdll: Use syscalls for a couple of Wine internal functions. 2020-08-25 19:31:43 +02:00
reg.c
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c
signal_arm.c ntdll: Clear the thread stack by hand instead of remapping zero pages. 2020-08-27 12:24:05 +02:00
signal_arm64.c ntdll: Clear the thread stack by hand instead of remapping zero pages. 2020-08-27 12:24:05 +02:00
signal_i386.c ntdll: Clear the thread stack by hand instead of remapping zero pages. 2020-08-27 12:24:05 +02:00
signal_x86_64.c ntdll: Clear the thread stack by hand instead of remapping zero pages. 2020-08-27 12:24:05 +02:00
string.c
sync.c ntdll: Read the condition variable and manipulate the lock on the PE side. 2020-08-24 11:17:04 +02:00
thread.c
threadpool.c
time.c
unixlib.h ntdll: Use exported APIs instead of virtual_map_section() to load PE modules. 2020-08-26 14:16:54 +02:00
version.c
version.rc
virtual.c ntdll: Clear the thread stack by hand instead of remapping zero pages. 2020-08-27 12:24:05 +02:00
wcstring.c