wine/dlls/ntdll
2024-04-17 22:34:44 +02:00
..
tests ntdll/tests: Add NtQueryInformationProcess(ProcessQuotaLimits) tests. 2024-04-16 22:09:59 +02:00
unix ntdll: Implement NtQueueApcThreadEx(). 2024-04-17 22:34:44 +02: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
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: Assign a primary token in elevate_token(). 2024-03-13 20:59:42 +01:00
locale.c
locale_private.h
make_errors ntdll: Add mappings for more status codes. 2024-03-15 15:06:37 +01:00
Makefile.in ntdll: Move exception unwinding code to a separate file. 2024-02-14 19:19:33 +01:00
math.c
misc.c ntdll: Add WinSqmSetIfMaxDWORD stub. 2023-10-27 11:33:41 -05:00
ntdll.spec ntdll: Implement NtQueueApcThreadEx(). 2024-04-17 22:34:44 +02:00
ntdll_misc.h ntdll: Support the __os_arm64x_helper functions in the loader. 2024-03-08 17:37:08 +01:00
ntsyscalls.h ntdll: Implement NtQueueApcThreadEx(). 2024-04-17 22:34:44 +02: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: Always use SEH support on ARM64. 2024-03-13 11:26:39 +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
rtlstr.c
sec.c
signal_arm.c ntdll: Move __C_specific_handler implementation to unwind.c. 2024-03-13 11:02:44 +01:00
signal_arm64.c ntdll: Always use SEH support on ARM64. 2024-03-13 11:26:39 +01:00
signal_arm64ec.c ntdll: Implement NtQueueApcThreadEx(). 2024-04-17 22:34:44 +02:00
signal_i386.c ntdll: Share RtlCaptureStackBackTrace implementation across platforms. 2024-03-11 17:31:38 +01:00
signal_x86_64.c ntdll: Use a common wrapper to call unwind handlers on x86-64. 2024-03-25 18:05:39 +01:00
string.c
sync.c ntdll: Don't use debug info presence to detect critical section global status. 2024-03-22 21:50:46 +01:00
thread.c
threadpool.c ntdll: Force debug info in critical sections. 2024-02-23 17:09:41 +01:00
time.c
unixlib.h ntdll: Remove DECLSPEC_HIDDEN usage. 2023-11-15 22:56:37 +01:00
unwind.c ntdll: Use __ASM_GLOBAL_IMPORT for RtlUnwind. 2024-04-01 20:22:52 +02: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