wine/dlls/ntdll/unix
Jacek Caban 434702fdc9 ntdll: Use assembly wrapper for unixlib calls on ARM64EC.
Instead of using indirect C calls, which need to go through the call dispatcher.
2024-05-23 12:20:48 +02:00
..
cdrom.c ntdll/unix: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2023-11-08 17:25:41 +01:00
debug.c ntdll: Allow specifying per-process channels. 2023-11-30 10:12:10 +01:00
dwarf.h ntdll: Fix DW_OP_abs absolute value warning on labs() for clang. 2024-02-08 23:31:25 +01:00
env.c ntdll: Allocate wow64 environment block within the 32-bit address space. 2024-05-06 22:20:24 +02:00
file.c ntdll: Don't warn on macOS and FreeBSD when xattr doesn't exist. 2024-05-20 22:49:25 +02:00
loader.c ntdll: Use assembly wrapper for unixlib calls on ARM64EC. 2024-05-23 12:20:48 +02:00
loadorder.c
process.c ntdll: Add NtQueryInformationProcess(ProcessQuotaLimits) stub. 2024-04-16 22:09:59 +02:00
registry.c ntdll/unix: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2023-11-08 17:25:41 +01:00
security.c ntdll: Fix a memory leak (Coverity). 2023-11-27 22:39:51 +01:00
serial.c ntdll/unix: Fix building on musl by explicitly including asm/ioctls.h. 2024-05-06 22:20:24 +02:00
server.c ntdll: Store exception reporting flags in server context. 2024-04-26 23:21:57 +02:00
signal_arm.c ntdll: Store exception reporting flags for debug events. 2024-04-26 23:21:57 +02:00
signal_arm64.c ntdll: Store exception reporting flags for debug events. 2024-04-26 23:21:57 +02:00
signal_i386.c ntdll: Store exception reporting flags for debug events. 2024-04-26 23:21:57 +02:00
signal_x86_64.c ntdll: Store exception reporting flags for debug events. 2024-04-26 23:21:57 +02:00
socket.c ntdll: Remove support for msg_accrights FD passing. 2024-03-11 18:12:03 +01:00
sync.c ntdll: Return STATUS_NO_YIELD_PERFORMED from NtYieldExecution() on Linux if no yield was performed. 2024-04-17 22:27:32 +02:00
system.c ntdll: Don't use gmtime concurrently. 2024-05-17 18:01:44 +02:00
tape.c ntdll/unix: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2023-11-08 17:25:41 +01:00
thread.c ntdll: Store exception reporting flags for debug events. 2024-04-26 23:21:57 +02:00
unix_private.h ntdll: Store exception reporting flags for debug events. 2024-04-26 23:21:57 +02:00
virtual.c ntdll: Allocate the data structure and stack for the ARM64EC emulator. 2024-03-06 12:24:15 +01:00