wine/dlls/ntdll
2023-12-17 17:42:14 +01:00
..
tests ntdll: Use position independent syscall thunk for NtQueryInformationProcess on i386. 2023-12-17 17:42:14 +01:00
unix ntdll: Only free reserved memory for DYNAMIC_BASE binaries. 2023-12-14 23:40:04 +01:00
actctx.c ntdll: Add ACTCTX field limit checks to RtlCreateActivationContext(). 2023-11-08 17:24:16 +01:00
atom.c
crypt.c
debugbuffer.c
env.c
error.c
error.h
exception.c ntdll: Move RtlUserThreadStart implementation to the CPU backends. 2023-10-16 11:59:50 +02:00
handletable.c
heap.c ntdll: Remove unused valgrind_make_readable function. 2023-12-07 08:36:56 +01:00
large_int.c
loader.c ntdll: Print a warning when LdrGetProcedureAddress() fails. 2023-11-29 20:38:25 +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: Add a stub ARM64EC CPU backend. 2023-11-14 22:25:01 +01:00
math.c
misc.c ntdll: Add WinSqmSetIfMaxDWORD stub. 2023-10-27 11:33:41 -05:00
ntdll.spec ntdll: Export __chkstk_arm64ec(). 2023-11-14 22:25:01 +01:00
ntdll_misc.h ntdll: Remove DECLSPEC_HIDDEN usage. 2023-11-15 22:56:37 +01:00
ntsyscalls.h make_specfiles: Generate a list of syscalls from the corresponding spec files. 2023-11-16 14:07:26 +01:00
path.c
printf.c
printf.h
process.c ntdll: Use public type for SystemSupportedProcessorArchitectures returned data. 2023-12-06 10:20:50 +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 ws2_32: Make htonl/htons/ntohl/ntohs proper functions. 2023-10-10 11:05:28 +02:00
rtlbitmap.c
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
signal_arm.c ntdll: Use .seh handler in RtlUserThreadStart on ARM. 2023-12-05 13:28:05 +01:00
signal_arm64.c ntdll: Skip NtRaiseException() call on ARM64 when debugger is not present. 2023-12-01 17:21:39 +01:00
signal_arm64ec.c ntdll: Declare seh debug channel in signal_arm64ec.c. 2023-12-11 23:11:19 +01:00
signal_i386.c ntdll: Use position independent syscall thunk for NtQueryInformationProcess on i386. 2023-12-17 17:42:14 +01:00
signal_x86_64.c configure: Require SEH support for PE builds. 2023-12-05 09:48:46 +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
time.c
unixlib.h ntdll: Remove DECLSPEC_HIDDEN usage. 2023-11-15 22:56:37 +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