wine/dlls/ntdll/unix
Tim Clem b866406080 ntdll: Zero the process and thread handles when creating a Unix process.
Otherwise we will return success while potentially leaving them with
garbage values, which the caller is likely to close.
2025-08-26 21:28:30 +02:00
..
cdrom.c
debug.c
dwarf.h
env.c
file.c ntdll: Remove redundant fusefs detection for NetBSD. 2025-08-08 19:19:32 +09:00
loader.c ntdll: Add stubs for some syscalls that need explicit ids. 2025-07-18 12:01:07 +02:00
loadorder.c
process.c ntdll: Zero the process and thread handles when creating a Unix process. 2025-08-26 21:28:30 +02:00
registry.c
security.c ntdll: Add NtAccessCheckByTypeAndAuditAlarm() and NtCloseObjectAuditAlarm() stubs. 2025-07-17 17:52:23 +02:00
serial.c
server.c ntdll: Pass user APC flags to call_user_apc_dispatcher(). 2025-08-19 22:55:49 +02:00
signal_arm.c ntdll: Pass user APC flags to call_user_apc_dispatcher(). 2025-08-19 22:55:49 +02:00
signal_arm64.c ntdll: Pass user APC flags to call_user_apc_dispatcher(). 2025-08-19 22:55:49 +02:00
signal_i386.c ntdll: Pass user APC flags to call_user_apc_dispatcher(). 2025-08-19 22:55:49 +02:00
signal_x86_64.c ntdll: Implement QUEUE_USER_APC_CALLBACK_DATA_CONTEXT in NtQueueApcThreadEx2() on x64. 2025-08-19 22:55:49 +02:00
socket.c ntdll: Support SOCK_RAW / IPPROTO_ICMPV6 fallback over SOCK_DGRAM. 2025-08-18 09:22:41 +02:00
sync.c ntdll: Add more LPC stubs. 2025-07-17 17:52:23 +02:00
system.c ntdll: Fix XState data initialisation with non-AVX CPUs. 2025-08-18 13:10:21 +02:00
tape.c
thread.c ntdll: Implement NtGetCurrentProcessorNumber() with pthread_cpu_number_np() when available on macOS. 2025-08-22 10:06:08 +02:00
unix_private.h ntdll: Pass user APC flags to call_user_apc_dispatcher(). 2025-08-19 22:55:49 +02:00
virtual.c ntdll: Reimplement get_memory_region_info() on top of get_memory_region_size(). 2025-08-18 21:26:00 +02:00