wine/dlls/ntdll
Zebediah Figura 62a979347a ntdll: Allow specifying per-process channels.
Based on a patch by Michael Müller.
2023-11-30 10:12:10 +01:00
..
tests ntdll: Implement NtQueryInformationThread(ThreadIsTerminated). 2023-11-29 20:46:55 +01:00
unix ntdll: Allow specifying per-process channels. 2023-11-30 10:12:10 +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
handletable.c
heap.c ntdll: Fix pending free block validation in heap_validate() for LFH blocks. 2023-11-06 21:35:28 +01:00
large_int.c
loader.c ntdll: Print a warning when LdrGetProcedureAddress() fails. 2023-11-29 20:38:25 +01:00
locale.c
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.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: Don't use x86-64 assembly on ARM64EC. 2023-11-14 22:25:01 +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
rtlbitmap.c
rtlstr.c
sec.c
signal_arm.c ntdll: Generate syscall entry points from the C code with asm macros. 2023-11-20 18:08:27 +01:00
signal_arm64.c ntdll: Generate syscall entry points from the C code with asm macros. 2023-11-20 18:08:27 +01:00
signal_arm64ec.c ntdll: Convert the ARM64EC context to ARM64 for syscalls. 2023-11-24 14:04:53 +01:00
signal_i386.c ntdll: Generate syscall entry points from the C code with asm macros. 2023-11-20 18:08:27 +01:00
signal_x86_64.c ntdll: Generate syscall entry points from the C code with asm macros. 2023-11-20 18:08:27 +01:00
string.c
sync.c ntdll: Tweak the binary representation of SRWLOCK. 2023-11-10 00:03:44 +01:00
thread.c
threadpool.c
time.c
unixlib.h ntdll: Remove DECLSPEC_HIDDEN usage. 2023-11-15 22:56:37 +01:00
version.c
version.rc
wcstring.c