Sweden-Number/dlls/ntdll
Henri Verbeet 7bfe6c4308 ntdll: Return a more reasonable value for "Reserved3".
The value is based on 64-bit Win 7, the main thing we care about is that it's
not 0.
2010-03-29 15:50:52 +02:00
..
tests ntdll: Update error code mapping. 2010-03-22 15:52:35 +01:00
Makefile.in makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
actctx.c
atom.c ntdll: Avoid using HIWORD on types that are 64bit on Win64. 2010-02-10 14:32:05 +01:00
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c ntdll: Avoid compiler warning in the default case in append_entry. 2010-03-15 13:41:39 +01:00
env.c
error.c ntdll: Update error code mapping. 2010-03-22 15:52:35 +01:00
exception.c
file.c
handletable.c
heap.c ntdll: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:15:28 +02:00
large_int.c ntdll: Export RtlInterlockedCompareExchange64. 2010-02-05 12:23:48 +01:00
loader.c ntdll: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:15:28 +02:00
loadorder.c
misc.c
nt.c ntdll: Return a more reasonable value for "Reserved3". 2010-03-29 15:50:52 +02:00
ntdll.spec ntdll: Export RtlInterlockedCompareExchange64. 2010-02-05 12:23:48 +01:00
ntdll_misc.h
om.c
path.c
printf.c
process.c ntdll: Improve support for the ProcessDebugPort info class in NtQueryInformationProcess(). 2010-03-15 15:56:42 +01:00
reg.c ntdll: Fix the return value of NtOpenKey for some invalid parameters. 2010-02-16 14:32:26 +01:00
relay.c ntdll: Avoid using HIWORD on types that are 64bit on Win64. 2010-02-10 14:32:05 +01:00
resource.c ntdll: Avoid using HIWORD on types that are 64bit on Win64. 2010-02-10 14:32:05 +01:00
rtl.c Quiet two noisy FIXME's. 2010-03-26 15:34:57 +01:00
rtlbitmap.c
rtlstr.c ntdll: Fix compiler warnings with flag -Wcast-qual. 2010-03-29 12:15:28 +02:00
sec.c ntdll: Properly handle empty but present ACLs in self-relative descriptors. 2010-02-18 13:01:58 +01:00
serial.c
server.c ntdll: Mac: Fix leak of send right for Mach thread port. 2010-02-24 15:12:30 +01:00
signal_i386.c ntdll: Always restore the context after an exception even if setting the debug registers fails. 2010-03-05 12:25:34 +01:00
signal_powerpc.c
signal_sparc.c
signal_x86_64.c ntdll: Notify valgrind for stack management while in exception. 2010-02-23 12:06:47 +01:00
string.c
sync.c
tape.c
thread.c ntdll: Allow 'all processors' flag used in Vista and newer. 2010-02-22 11:57:08 +01:00
threadpool.c
time.c
version.c
version.rc
virtual.c ntdll: Return STATUS_IMAGE_NOT_AT_BASE when an image mapping has to be relocated. 2010-03-03 20:05:40 +01:00
wcstring.c