wine/dlls/ntdll
Alexandre Julliard 47404fb36c ntdll: Reimplement allocation inside a reserved area without using a callback.
And make the allocation limits more explicit.
2023-06-07 22:48:27 +02:00
..
tests kernelbase: Don't modify non-volatile regs in RaiseException() on x64. 2023-06-01 22:00:19 +02:00
unix ntdll: Reimplement allocation inside a reserved area without using a callback. 2023-06-07 22:48:27 +02:00
actctx.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
atom.c
crypt.c
debugbuffer.c
env.c
error.c
error.h
exception.c ntdll: Use nameless unions/structs for CPU-related data. 2023-05-30 12:12:09 +02:00
handletable.c
heap.c ntdll: Use nameless unions/structs for CPU-related data. 2023-05-30 12:12:09 +02:00
large_int.c
loader.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
locale.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
locale_private.h
make_errors
Makefile.in ntdll: Use the sin() implementation from the bundled musl library. 2023-04-11 22:22:18 +02:00
math.c ntdll: Use the fabs() implementation from the bundled musl library. 2023-04-11 22:22:18 +02:00
misc.c
ntdll.spec ntdll: Use x18 for the TEB on ARM64. 2023-05-30 12:12:09 +02:00
ntdll_misc.h
path.c
printf.c
printf.h
process.c
reg.c
relay.c
resource.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
rtl.c ntdll: Use nameless unions/structs for CPU-related data. 2023-05-30 12:12:09 +02:00
rtlbitmap.c ntdll: Reimplement RtlNumberOfSetBits() to check 32 bits at a time. 2023-04-22 17:34:32 +02:00
rtlstr.c
sec.c ntdll: Fix the prototype of NtDuplicateToken(). 2023-05-08 20:02:26 +02:00
signal_arm.c ntdll: Use nameless unions/structs for register contexts. 2023-04-26 22:49:16 +02:00
signal_arm64.c ntdll: Use x18 for the TEB on ARM64. 2023-05-30 12:12:09 +02:00
signal_i386.c
signal_x86_64.c ntdll: Implement RtlIsEcCode(). 2023-05-09 14:28:04 +02:00
string.c
sync.c ntdll: Simplify critical section timeout logic. 2023-06-05 14:01:07 +02:00
thread.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
threadpool.c ntdll: Use nameless unions/structs for IO_STATUS_BLOCK. 2023-05-30 12:12:09 +02:00
time.c ntdll: Use nameless unions/structs for CPU-related data. 2023-05-30 12:12:09 +02:00
unixlib.h
version.c
version.rc
wcstring.c