Sweden-Number/dlls/ntdll
Sebastian Lackner 4a1629c411 ntdll: Avoid possible deadlock by using _exit() in NtTerminateProcess.
When threads are killed with SIGQUIT some locks can be in an undefined
state, and it not safe to call exit handlers.
2015-07-17 14:29:04 +09:00
..
tests ntdll/tests: Add tests for RtlDecompressFragment. 2015-07-10 14:54:57 +09:00
Makefile.in
actctx.c
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c
env.c
error.c
exception.c
file.c
handletable.c
heap.c
large_int.c
loader.c ntdll: Cache contents of IMAGE_TLS_DIRECTORY instead of saving a directory pointer. 2015-07-15 15:13:16 +09:00
loadorder.c
misc.c
nt.c
ntdll.spec ntdll: Implement RtlDecompressFragment. 2015-07-10 14:54:50 +09:00
ntdll_misc.h
om.c
path.c
printf.c
process.c ntdll: Avoid possible deadlock by using _exit() in NtTerminateProcess. 2015-07-17 14:29:04 +09:00
reg.c
relay.c
resource.c
rtl.c ntdll: Add missing WINAPI to RtlDecompressFragment. 2015-07-14 14:54:54 +09:00
rtlbitmap.c
rtlstr.c
sec.c
serial.c
server.c
signal_arm.c
signal_arm64.c
signal_i386.c
signal_powerpc.c
signal_x86_64.c
string.c
sync.c
tape.c
thread.c
threadpool.c ntdll: Fix incorrect assignment in assert statement (Coverity). 2015-07-13 14:44:40 +09:00
time.c
version.c
version.rc
virtual.c ntdll: Only set the security cookie if it has not already been set. 2015-07-14 16:43:30 +09:00
wcstring.c