.. |
tests
|
ntdll: Throw exception if invalid handle is passed to NtClose and debugger enabled.
|
2018-04-02 16:02:55 +02:00 |
Makefile.in
|
…
|
|
actctx.c
|
ntdll: Check the namespace in RtlQueryActivationContextApplicationSettings.
|
2018-03-27 16:03:57 +02:00 |
atom.c
|
…
|
|
cdrom.c
|
…
|
|
critsection.c
|
…
|
|
debugbuffer.c
|
…
|
|
debugtools.c
|
ntdll: Support magic \1 prefix in debug format for relay traces.
|
2017-11-25 12:05:40 +01:00 |
directory.c
|
ntdll: Hardcode the windows and system directories.
|
2018-02-19 19:38:29 +01:00 |
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
|
ntdll: Add free list buckets for every arena size up to 0x100.
|
2017-10-09 19:52:29 +02:00 |
large_int.c
|
…
|
|
loader.c
|
ntdll: Add support for loading IL-only dlls.
|
2018-04-02 20:47:11 +02:00 |
loadorder.c
|
ntdll: Hardcode the windows and system directories.
|
2018-02-19 19:38:29 +01:00 |
misc.c
|
…
|
|
nt.c
|
ntdll: Support TokenLogonSid in NtQueryInformationToken.
|
2018-02-07 19:38:29 +01:00 |
ntdll.spec
|
ntdll: Implement RtlQueryActivationContextApplicationSettings.
|
2018-03-23 09:13:31 +01:00 |
ntdll_misc.h
|
ntdll: Add support for running IL-only .NET executables.
|
2018-02-21 09:55:05 +01:00 |
om.c
|
ntdll: Throw exception if invalid handle is passed to NtClose and debugger enabled.
|
2018-04-02 16:02:55 +02:00 |
path.c
|
ntdll: RtlGetCurrentDirectory_U() returns length, not status.
|
2017-10-23 10:33:50 +02:00 |
printf.c
|
ntdll: Use WINAPIV calling convention for variadic functions.
|
2017-11-02 10:16:54 +01:00 |
process.c
|
ntdll: Implement ProcessImageFileNameWin32 in NtQueryInformationProcess.
|
2018-03-05 06:57:37 -06:00 |
reg.c
|
ntdll: Implement RtlCreateRegistryKey.
|
2018-03-15 14:24:01 +01:00 |
relay.c
|
ntdll: Fix extra comma in x86_64 relay traces.
|
2018-03-09 14:13:05 -06:00 |
resource.c
|
ntdll: Handle LOAD_LIBRARY_AS_IMAGE_RESOURCE modules when loading resources.
|
2018-03-06 09:15:29 -06:00 |
rtl.c
|
ntdll: Add stub for RtlGetUnloadEventTrace.
|
2017-10-04 22:27:00 +02:00 |
rtlbitmap.c
|
…
|
|
rtlstr.c
|
ntdll: Hardcode the windows and system directories.
|
2018-02-19 19:38:29 +01:00 |
sec.c
|
ntdll: Fix size returned from RtlMakeSelfRelativeSD on 64-bit.
|
2017-11-24 16:48:02 +01:00 |
serial.c
|
…
|
|
server.c
|
ntdll: Don't return from attach_dlls on failure.
|
2017-11-30 19:06:44 +01:00 |
signal_arm.c
|
ntdll: Add support for running IL-only .NET executables.
|
2018-02-21 09:55:05 +01:00 |
signal_arm64.c
|
ntdll: Update the ARM64 CONTEXT struct to match Win SDK 10.0.16299.0.
|
2018-03-19 13:13:59 +01:00 |
signal_i386.c
|
ntdll: Avoid pushl %esp instruction in RtlUnwind prolog.
|
2018-03-09 13:47:01 -06:00 |
signal_powerpc.c
|
ntdll: Fix build on PowerPC.
|
2018-03-23 16:24:29 +01:00 |
signal_x86_64.c
|
ntdll: Set proper ExceptionInformation[0] for x86_64 exceptions.
|
2018-03-27 10:30:14 +02:00 |
string.c
|
ntdll: Export strnlen.
|
2018-01-18 19:19:28 +01:00 |
sync.c
|
ntdll: Apply owner and group regardless of the SE_OWNER_DEFAULTED or SE_GROUP_DEFAULTED flags.
|
2017-09-13 08:41:29 +02:00 |
tape.c
|
ntdll: Use standard wine_dbgstr_longlong.
|
2017-08-25 12:47:14 +02:00 |
thread.c
|
ntdll: Implement NtCreateThreadEx.
|
2018-03-08 13:07:36 -06:00 |
threadpool.c
|
ntdll: Make RtlDeregisterWaitEx(handle, INVALID_HANDLE_VALUE) thread safe.
|
2017-09-06 20:32:07 +02:00 |
time.c
|
ntdll: Return correct time zone names for Asia/Tokyo and Asia/Yakutsk.
|
2017-12-07 19:15:19 +01:00 |
version.c
|
ntdll: Fix condition mask handling in RtlVerifyVersionInfo.
|
2018-02-27 12:47:45 +01:00 |
version.rc
|
ntdll: Update version resource.
|
2018-03-20 11:38:19 +01:00 |
virtual.c
|
ntdll: Fix error code when querying too large memory address.
|
2018-02-28 17:24:36 +01:00 |
wcstring.c
|
…
|
|