wine/dlls/ntdll/unix
2023-12-03 14:21:20 +01: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: Allow unwind rules to override the default stack pointer assignment. 2023-11-30 23:12:54 +01:00
env.c ntdll: Restrict cases for std handle inheritance in CreateProcess(). 2023-11-30 23:12:54 +01:00
file.c ntdll: Fix an out-of-bounds read (Coverity). 2023-11-27 22:39:52 +01:00
loader.c win32u: Store the service table entry directly into the ntdll variable. 2023-11-17 09:57:56 +01:00
loadorder.c
process.c ntdll: Restrict cases for std handle inheritance in CreateProcess(). 2023-11-30 23:12:54 +01: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: Replace sprintf with snprintf to avoid deprecation warnings on macOS. 2023-11-08 17:25:41 +01:00
server.c ntdll/unix: Replace some malloc/sprintf calls with asprintf. 2023-11-06 14:54:52 +01:00
signal_arm.c ntdll: Fix stack layout for KiUserCallbackDispatcher on ARM. 2023-12-03 14:21:20 +01:00
signal_arm64.c ntdll: Fix stack layout and unwind information for KiUserCallbackDispatcher on ARM64. 2023-12-01 17:21:39 +01:00
signal_i386.c ntdll: Fix stack layout for KiUserCallbackDispatcher on i386. 2023-12-01 17:21:39 +01:00
signal_x86_64.c ntdll: Fix macOS build error with LLVM 17. 2023-12-01 19:10:21 +01:00
socket.c ntdll: Check for some more IP socket options at compile time. 2023-11-27 22:39:51 +01:00
sync.c ntdll: Implement thread-ID alerts using kqueue/kevent. 2023-11-16 22:22:41 +01:00
system.c ntdll: Fix an out-of-bounds write (Coverity). 2023-11-27 22:39:51 +01: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: Implement NtQueryInformationThread(ThreadIsTerminated). 2023-11-29 20:46:55 +01:00
unix_private.h ntdll: Restrict cases for std handle inheritance in CreateProcess(). 2023-11-30 23:12:54 +01:00
virtual.c ntdll: Don't use sysconf(_SC_PHYS_PAGES) on macOS. 2023-11-14 11:30:45 +01:00