wine/dlls/ntdll
2022-12-19 22:25:15 +01:00
..
tests ntdll/tests: Add tests for RtlU(long|short)ByteSwap(). 2022-12-16 18:48:30 +01:00
unix ntdll: Match a timezone change happening at 23:59:59 with the following day. 2022-12-19 22:25:15 +01:00
actctx.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
atom.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
crypt.c
debugbuffer.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
env.c ntdll: Use a different alignment for initial process parameters. 2022-09-09 17:30:55 +02:00
error.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
error.h
exception.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
handletable.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
heap.c ntdll: Keep subheap parent heap pointer and check for mismatches. 2022-12-02 11:04:45 +01:00
large_int.c ntdll: Correctly handle shift greater than the type width in 64-bit shift functions. 2022-07-08 19:53:21 +02:00
loader.c ntdll: Fix printf format warnings on ARM platforms. 2022-12-08 18:11:23 +01:00
locale.c ntdll: Use system language as preferred, if user language is custom-unspecified. 2022-11-22 18:27:31 +01:00
locale_private.h ntdll: Share a few more locale functions with the Unix side. 2022-06-09 13:20:13 +02:00
make_errors
Makefile.in ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
math.c ntdll: Add atan2. 2022-07-01 19:16:16 +02:00
misc.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
ntdll.spec ntdll: Implement RtlU(short|long)ByteSwap() using fastcall bits. 2022-12-16 18:48:30 +01:00
ntdll_misc.h ntdll: Use the unique id of the user locale for resource lookup. 2022-11-16 21:24:18 +01:00
path.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
printf.c ntdll: Add _vscprintf and _vscwprintf. 2022-07-01 19:16:16 +02:00
printf.h
process.c ntdll: Avoid truncating pointer to 32-bits in get_cpu_area(). 2022-05-20 17:21:10 +02:00
reg.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
relay.c ntdll: Fix printf format warnings on ARM platforms. 2022-12-08 18:11:23 +01:00
resource.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
rtl.c ntdll: Implement RtlU(short|long)ByteSwap() using fastcall bits. 2022-12-16 18:48:30 +01:00
rtlbitmap.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
rtlstr.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
sec.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
signal_arm.c ntdll: Fix printf format warnings on ARM platforms. 2022-12-08 18:11:23 +01:00
signal_arm64.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
signal_i386.c ntdll: Consistently use %I printf format for ULONG_PTR values. 2022-12-09 17:52:25 +01:00
signal_x86_64.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
string.c ntdll: Add _makepath_s. 2022-06-30 12:32:48 +02:00
sync.c ntdll: Trace the name of critical sections which are released while not acquired. 2022-12-02 11:04:45 +01:00
thread.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
threadpool.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
time.c ntdll: Use a proper Unix syscall for RtlGetSystemTimePrecise(). 2022-11-10 10:38:12 +01:00
unixlib.h ntdll: Move the .so module initialization to winecrt0. 2022-12-04 22:00:43 +01:00
version.c ntdll: Build the PE side without -DWINE_NO_LONG_TYPES. 2022-11-21 18:03:53 +01:00
version.rc
wcstring.c ntdll: Add _wmakepath_s. 2022-06-30 12:32:48 +02:00