1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00
wine/dlls/ntdll
Martin Storsjö aa78b46e9c arm64: Expose information about more modern CPU extensions.
Signed-off-by: Martin Storsjö <martin@martin.st>
2024-03-05 20:50:23 +01:00
..
tests ntdll: Use the correct structure for non-volatile registers on ARM. 2024-03-04 14:07:28 +01:00
unix arm64: Expose information about more modern CPU extensions. 2024-03-05 20:50:23 +01:00
actctx.c ntdll: Use the exported structures for dll redirection data. 2024-02-28 19:51:20 +01: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 server: Separate console and new group flag (CreateProcess). 2023-08-23 17:38:51 +02:00
error.c
error.h
exception.c ntdll: Use the official definitions for exception flags. 2024-02-29 18:14:48 +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: Use the official definitions for exception flags. 2024-02-29 18:14:48 +01:00
locale.c ntdll: Store the codepage data addresses in both PEBs. 2023-09-08 17:18:08 +02:00
locale_private.h
make_errors
Makefile.in ntdll: Move exception unwinding code to a separate file. 2024-02-14 19:19:33 +01:00
math.c ntdll: Use the fabs() implementation from the bundled musl library. 2023-04-11 22:22:18 +02:00
misc.c ntdll: Add WinSqmSetIfMaxDWORD stub. 2023-10-27 11:33:41 -05:00
ntdll.spec ntdll: Move RtlUnwind to unwind.c. 2024-02-14 19:19:33 +01:00
ntdll_misc.h include: Move unwinding functions definitions to rtlsupportapi.h. 2024-03-01 10:21:48 +01:00
ntsyscalls.h ntdll: Add NtCompareTokens() stub. 2024-01-17 11:30:55 +01:00
path.c
printf.c
printf.h
process.c ntdll: Fix RtlWow64GetCurrentMachine() result on ARM64EC. 2024-02-08 23:31:24 +01:00
reg.c
relay.c ntdll: Remove DECLSPEC_HIDDEN usage. 2023-11-15 22:56:37 +01:00
resource.c ntdll: Remove DECLSPEC_HIDDEN usage. 2023-11-15 22:56:37 +01:00
rtl.c ntdll: Force debug info in critical sections. 2024-02-23 17:09:41 +01:00
rtlbitmap.c ntdll: Reimplement RtlNumberOfSetBits() to check 32 bits at a time. 2023-04-22 17:34:32 +02:00
rtlstr.c include: Move RTL functions that belong in ntddk.h from winternl.h to ntddk.h. 2023-09-27 11:17:47 +02:00
sec.c ntdll: Fix the prototype of NtDuplicateToken(). 2023-05-08 20:02:26 +02:00
signal_arm.c ntdll: Use a common wrapper to call unwind handlers on ARM. 2024-03-05 14:34:52 +01:00
signal_arm64.c ntdll: Use a common wrapper to call unwind handlers on ARM64. 2024-03-05 14:34:52 +01:00
signal_arm64ec.c ntdll: Implement RtlRaiseException on ARM64EC. 2024-03-01 19:12:10 +01:00
signal_i386.c ntdll: Use the official definitions for exception flags. 2024-02-29 18:14:48 +01:00
signal_x86_64.c ntdll: Implement RtlVirtualUnwind2. 2024-03-01 11:16:54 +01:00
string.c
sync.c ntdll: Tweak the binary representation of SRWLOCK. 2023-11-10 00:03:44 +01:00
thread.c ntdll: Move RtlUserThreadStart implementation to the CPU backends. 2023-10-16 11:59:50 +02:00
threadpool.c ntdll: Force debug info in critical sections. 2024-02-23 17:09:41 +01:00
time.c ntdll: Use nameless unions/structs for CPU-related data. 2023-05-30 12:12:09 +02:00
unixlib.h ntdll: Remove DECLSPEC_HIDDEN usage. 2023-11-15 22:56:37 +01:00
unwind.c ntdll: Implement RtlVirtualUnwind2. 2024-03-01 11:16:54 +01:00
unwind.h ntdll: Implement RtlCaptureContext on ARM64EC. 2024-02-28 19:51:20 +01:00
version.c ntdll: Bump current build number to 19043 (Win10 2009). 2023-10-31 17:04:57 +01:00
version.rc
wcstring.c