Sweden-Number/dlls/ntdll/unix
Zebediah Figura fb8a44f3ee ntdll: Don't translate Unix virtual disks to FILE_DEVICE_VIRTUAL_DISK.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=36546
Signed-off-by: Zebediah Figura <z.figura12@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-07-10 13:19:27 +02:00
..
cdrom.c ntdll: Change master/slave to more neutral words. 2020-06-18 19:56:43 +02:00
debug.c ntdll: Consolidate some of the init routines into the init_threading() entry point. 2020-06-04 22:36:38 +02:00
env.c ntdll: Use char pointers instead of ANSI/UNICODE_STRING in unix_to_nt_file_name(). 2020-07-09 13:04:05 +02:00
file.c ntdll: Don't translate Unix virtual disks to FILE_DEVICE_VIRTUAL_DISK. 2020-07-10 13:19:27 +02:00
loader.c ntdll: Add a helper function to open a file from its Unix path. 2020-07-10 07:56:02 +02:00
process.c ntdll: Avoid using RtlDosPathNameToNtPathName_U() in the Unix library. 2020-07-10 07:58:14 +02:00
serial.c ntdll: Avoid using RtlQueueWorkItem() in the Unix library. 2020-07-10 13:19:27 +02:00
server.c ntdll: Add a helper function to retrieve the NT headers of the main exe. 2020-07-10 07:56:18 +02:00
signal_arm.c ntdll: Fix KiUserExceptionDispatcher ABI on x86. 2020-07-07 13:07:23 +02:00
signal_arm64.c ntdll: Fix KiUserExceptionDispatcher ABI on x86. 2020-07-07 13:07:23 +02:00
signal_i386.c ntdll: Fixup instruction pointer for EXCEPTION_BREAKPOINT in the Unix part on x86/x86_64. 2020-07-09 19:41:40 +02:00
signal_x86_64.c ntdll: Fix stack adjustment condition in call_user_exception_dispatcher on x86_64. 2020-07-09 19:41:40 +02:00
sync.c ntdll: Use malloc() to allocate the object attributes buffer. 2020-07-03 12:04:02 +02:00
system.c ntdll: Avoid using LdrQueryProcessModuleInformation() in the Unix library. 2020-07-10 07:58:35 +02:00
tape.c ntdll: Move the device I/O control functions to the Unix library. 2020-06-16 18:36:30 +02:00
thread.c ntdll: Silence a noisy error. 2020-07-10 07:55:28 +02:00
unix_private.h ntdll: Add a helper function to retrieve the NT headers of the main exe. 2020-07-10 07:56:18 +02:00
virtual.c ntdll: Avoid using RtlInitUnicodeString() in the Unix library. 2020-07-10 07:57:59 +02:00