1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00
wine/dlls/ntdll
2024-06-27 11:29:24 +02:00
..
tests ntdll: Always fill the 32-bit iosb for overlapped handles, for server I/O. 2024-06-27 11:29:24 +02:00
unix ntdll: Always fill the 32-bit iosb for overlapped handles, for regular read/write. 2024-06-27 11:29:24 +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 ntdll: Fix structure layout in RtlQueryProcessDebugInformation for 64-bit. 2024-01-24 21:36:23 +01:00
env.c ntdll: Move the PEB lock Rtl functions to env.c. 2024-06-14 11:50:44 +02:00
error.c
error.h ntdll: Add mappings for more status codes. 2024-03-15 15:06:37 +01:00
exception.c ntdll: Implement RtlGetCallersAddress. 2024-03-14 18:02:29 +01:00
handletable.c
heap.c ntdll: Force debug info in critical sections. 2024-02-23 17:09:41 +01:00
large_int.c
loader.c ntdll: Fix UNC path handling in alloc_module. 2024-05-27 22:59:21 +02:00
locale_private.h
locale.c
make_errors ntdll: Add mappings for more status codes. 2024-03-15 15:06:37 +01:00
Makefile.in ntdll: Build relative paths at run-time instead of depending on makedep. 2024-06-25 13:32:57 +02:00
math.c
misc.c
ntdll_misc.h ntdll: Support the __os_arm64x_helper functions in the loader. 2024-03-08 17:37:08 +01:00
ntdll.spec ntdll: Fix params_mask type in NtRaiseHardError(). 2024-06-24 13:22:53 +02:00
ntsyscalls.h ntdll: Implement NtQueueApcThreadEx(). 2024-04-17 22:34:44 +02:00
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 ntdll: Force debug info in critical sections. 2024-02-23 17:09:41 +01:00
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