wine/dlls/ntdll
2023-11-06 21:35:28 +01:00
..
tests makefiles: Always use the global SOURCES variable for .c files. 2023-11-01 22:44:03 +01:00
unix ntdll/unix: Replace some malloc/sprintf calls with asprintf. 2023-11-06 14:54:52 +01:00
actctx.c include: Move RTL functions that belong in ntddk.h from winternl.h to ntddk.h. 2023-09-27 11:17:47 +02: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: 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: Move LdrInitializeThunk to the CPU backends. 2023-10-13 15:57:03 +02:00
locale.c
locale_private.h
make_errors
Makefile.in makefiles: Always use the global SOURCES variable for .rc files. 2023-11-01 22:43:56 +01:00
math.c
misc.c ntdll: Add WinSqmSetIfMaxDWORD stub. 2023-10-27 11:33:41 -05:00
ntdll.spec ntdll: Add WinSqmSetIfMaxDWORD stub. 2023-10-27 11:33:41 -05:00
ntdll_misc.h ntdll: Move LdrInitializeThunk to the CPU backends. 2023-10-13 15:57:03 +02:00
path.c
printf.c
printf.h
process.c ntdll: Fix the hardcoded selector values for ARM64. 2023-09-15 15:56:37 +02:00
reg.c
relay.c
resource.c
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: Move RtlUserThreadStart implementation to the CPU backends. 2023-10-16 11:59:50 +02:00
signal_arm64.c ntdll: Use .seh handler in RtlUserThreadStart on ARM64. 2023-10-16 18:53:48 +02:00
signal_i386.c ntdll: Move RtlUserThreadStart implementation to the CPU backends. 2023-10-16 11:59:50 +02:00
signal_x86_64.c ntdll: Use .seh handler in call_unwind_handler() on x64. 2023-10-17 21:48:20 +02:00
string.c
sync.c
thread.c ntdll: Move RtlUserThreadStart implementation to the CPU backends. 2023-10-16 11:59:50 +02:00
threadpool.c
time.c
unixlib.h
version.c ntdll: Bump current build number to 19043 (Win10 2009). 2023-10-31 17:04:57 +01:00
version.rc
wcstring.c