..
tests
server: Store correct entry point for first thread.
2015-07-30 11:37:15 +02:00
Makefile.in
…
actctx.c
ntdll: Treat strings as case-insensitive in find_window_class.
2015-03-31 00:04:44 +09:00
atom.c
…
cdrom.c
ntdll: Fix IOCTL_DVD_READ_STRUCTURE expected output size.
2015-06-15 14:50:19 +09:00
critsection.c
…
debugbuffer.c
…
debugtools.c
…
directory.c
ntdll: Fix the "not found" status set by read_directory_stat() and read_directory_getattrlist() for when restart_scan is set.
2015-06-12 21:22:42 +09:00
env.c
…
error.c
…
exception.c
…
file.c
ntdll: Add support for file I/O on device files.
2015-05-21 17:38:04 +09:00
handletable.c
…
heap.c
ntdll: Remove unneeded NONAMELESSXXX directives.
2015-03-16 15:04:50 +09:00
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
ntdll: Add stub for WinSqmIsOptedIn.
2015-04-22 14:02:21 +09:00
nt.c
ntdll: Add ARMv8 detection for ARM32.
2015-05-22 14:10:29 +09:00
ntdll.spec
ntdll: Implement RtlDecompressFragment.
2015-07-10 14:54:50 +09:00
ntdll_misc.h
ntdll: Correctly document the offset of ntdll_thread_data.
2015-04-21 14:30:45 +09:00
om.c
ntdll: Implemenent ObjectTypeInformation class support in NtQueryObject.
2015-06-05 14:32:01 +09:00
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
ntdll: Implement [Nt|Zw]QueryLicenseValue.
2015-03-13 21:53:25 +09:00
relay.c
ntdll: Avoid movs between rcx, rdx and xmm registers.
2015-05-06 20:44:58 +09:00
resource.c
…
rtl.c
ntdll: Add missing WINAPI to RtlDecompressFragment.
2015-07-14 14:54:54 +09:00
rtlbitmap.c
…
rtlstr.c
…
sec.c
ntdll: Add stub for NtImpersonateAnonymousToken.
2015-05-21 13:57:05 +09:00
serial.c
ntdll: Remove unneeded NONAMELESSXXX directives.
2015-03-16 15:04:50 +09:00
server.c
ntdll: Enable wow64 on ARM64.
2015-05-08 14:54:47 +09:00
signal_arm.c
ntdll: Set TPIDRURW inline on ARM.
2015-06-17 18:19:55 +09:00
signal_arm64.c
ntdll: Set platform register x18 to TEB on ARM64.
2015-06-17 18:19:55 +09:00
signal_i386.c
ntdll: Try to handle write-watches while we're on the signal stack.
2015-02-27 14:59:08 +09:00
signal_powerpc.c
ntdll: Try to handle write-watches while we're on the signal stack.
2015-02-27 14:59:08 +09:00
signal_x86_64.c
ntdll: Add partial support for version 3 of DWARF CIEs which are generated by Clang/LLVM.
2015-06-05 18:40:39 +09:00
string.c
…
sync.c
ntdll: Improve stub for NtQueryInformationJobObject.
2015-07-31 12:08:09 +02:00
tape.c
ntdll: Silence warning about TAPE_GetStatus when sys/mtio.h is not available.
2015-06-30 14:42:13 +09:00
thread.c
ntdll: Implement ThreadQuerySetWin32StartAddress info class in NtQueryInformationThread.
2015-07-29 21:44:03 +02:00
threadpool.c
ntdll: Mark newly spawned worker threads as busy.
2015-07-29 22:23:56 +02:00
time.c
ntdll: Lookup DynamicDST based on current year, instead of year of daylight date.
2015-08-04 09:45:28 +02:00
version.c
…
version.rc
…
virtual.c
ntdll: Validate SecurityCookie pointer before accessing cookie value.
2015-07-30 11:36:21 +02:00
wcstring.c
…