1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00
wine/dlls/ntdll
2023-09-11 13:15:15 +02:00
..
tests server: Support FileStandardInformation for pipes. 2023-09-11 13:15:15 +02:00
unix ntdll: Don't save segment registers in the syscall frame on x86-64. 2023-09-11 11:50:58 +02:00
actctx.c ntdll: Fail loudly if RtlActivateActivationContextEx fails to allocate memory. 2023-07-13 23:42:46 +02:00
atom.c
crypt.c
debugbuffer.c
env.c server: Separate console and new group flag (CreateProcess). 2023-08-23 17:38:51 +02:00
error.c
error.h
exception.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
handletable.c
heap.c ntdll: Match Windows used block filling. 2023-07-27 13:12:06 +09:00
large_int.c
loader.c ntdll: Unconditionally forward console events to kernelbase. 2023-09-06 11:59:18 +02:00
locale_private.h
locale.c ntdll: Store the codepage data addresses in both PEBs. 2023-09-08 17:18:08 +02:00
make_errors
Makefile.in
math.c
misc.c
ntdll_misc.h ntdll: Implement _errno(). 2023-06-21 18:15:43 +02:00
ntdll.spec ntdll: Implement NtCreateToken(). 2023-08-31 19:53:16 +02:00
path.c
printf.c
printf.h
process.c ntdll: Implement RtlOpenCrossProcessEmulatorWorkConnection(). 2023-08-28 11:39:42 +02:00
reg.c
relay.c winebuild: Add SEH information to relay entry points on ARM64. 2023-09-07 17:12:55 +02:00
resource.c ntdll: Use nameless unions/structs for loader data. 2023-05-30 12:12:09 +02:00
rtl.c ntdll: Use COMPRESSION_FORMAT_MASK instead of ~COMPRESSION_ENGINE_MAXINUM. 2023-08-08 21:13:29 +09:00
rtlbitmap.c
rtlstr.c
sec.c ntdll: Fix the prototype of NtDuplicateToken(). 2023-05-08 20:02:26 +02:00
signal_arm.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
signal_arm64.c ntdll: Don't define stdcall functions on non-i386. 2023-06-14 18:53:36 +02:00
signal_i386.c
signal_x86_64.c ntdll: Ignore attempts to change segment registers on x86-64. 2023-09-11 11:46:33 +02:00
string.c
sync.c ntdll: Simplify critical section timeout logic. 2023-06-05 14:01:07 +02:00
thread.c ntdll: Implement RtlIsCurrentProcess/Thread. 2023-07-03 22:15:42 +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