wine/dlls/ntdll
2024-06-25 09:19:54 +02:00
..
tests ntdll: Don't special-case default values in RtlQueryRegistryValues. 2024-06-24 13:23:19 +02:00
unix ntdll: Factor filling the IOSB into set_async_direct_result(). 2024-06-25 09:19:54 +02:00
actctx.c ntdll: Also load arm64 manifests for amd64 architecture on ARM64EC. 2024-06-12 09:57:05 +02:00
atom.c
crypt.c
debugbuffer.c
env.c ntdll: Move the PEB lock Rtl functions to env.c. 2024-06-14 11:50:44 +02:00
error.c
error.h
exception.c
handletable.c
heap.c
large_int.c
loader.c ntdll: Fix UNC path handling in alloc_module. 2024-05-27 22:59:21 +02:00
locale.c
locale_private.h
make_errors
Makefile.in makefiles: Hardcode the dll directory. 2024-06-24 15:21:42 +02:00
math.c
misc.c
ntdll.spec ntdll: Fix params_mask type in NtRaiseHardError(). 2024-06-24 13:22:53 +02:00
ntdll_misc.h
ntsyscalls.h
path.c
printf.c
printf.h
process.c ntdll: Fix the fake 32-bit %cs value on ARM64EC. 2024-06-20 23:03:26 +02:00
reg.c ntdll: Don't special-case default values in RtlQueryRegistryValues. 2024-06-24 13:23:19 +02:00
relay.c ntdll: Remove some unnecessary asm macros on ARM plaforms. 2024-06-11 10:30:19 +02:00
resource.c
rtl.c ntdll: Add stub RtlNumberGenericTableElementsAvl function. 2024-06-24 13:19:21 +02:00
rtlbitmap.c
rtlstr.c ntdll: Move the IP string conversion functions to rtlstr.c. 2024-06-21 22:59:39 +02:00
sec.c ntdll: Move some security Rtl functions to sec.c. 2024-06-14 11:40:12 +02:00
signal_arm.c ntdll: Move RtlIsProcessorFeaturePresent implementation to the CPU backends. 2024-06-21 22:59:39 +02:00
signal_arm64.c ntdll: Move RtlIsProcessorFeaturePresent implementation to the CPU backends. 2024-06-21 22:59:39 +02:00
signal_arm64ec.c ntdll: Fix params_mask type in NtRaiseHardError(). 2024-06-24 13:22:53 +02:00
signal_i386.c ntdll: Move RtlIsProcessorFeaturePresent implementation to the CPU backends. 2024-06-21 22:59:39 +02:00
signal_x86_64.c ntdll: Move RtlIsProcessorFeaturePresent implementation to the CPU backends. 2024-06-21 22:59:39 +02:00
string.c ntdll: Move the memory copy Rtl functions to string.c. 2024-06-14 11:50:44 +02:00
sync.c ntdll: Move some synchronization Rtl functions to sync.c. 2024-06-14 11:40:59 +02:00
thread.c ntdll: Move the error mode Rtl functions to thread.c. 2024-06-14 11:50:42 +02:00
threadpool.c
time.c
unixlib.h
unwind.c ntdll: Fix a couple of compiler warnings on ARM64EC. 2024-06-06 20:46:03 +02:00
unwind.h ntdll: Fix inverted floating point masks on ARM64EC. 2024-06-06 20:46:03 +02:00
version.c
version.rc
wcstring.c