Sweden-Number/dlls/ntdll/unix
Hans Leidekker ec02224941 ntdll: Return buffer filled with random values from NtQuerySystemInformation(SystemInterruptInformation).
Based on a patch by Sebastian Lackner.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-09 20:30:31 +02:00
..
cdrom.c ntdll: Use a pthread mutex for the CD-ROM cache section. 2020-07-13 21:22:13 +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: Load libwine dynamically. 2020-09-03 12:30:41 +02:00
file.c ntdll: Store the filesystem redirection flag in the 64-bit TEB. 2020-07-24 18:26:18 +02:00
loader.c ntdll: Load libwine dynamically. 2020-09-03 12:30:41 +02:00
process.c ntdll: Get rid of the exec_process() Unix library callback. 2020-09-02 15:24:01 +02:00
registry.c ntdll: Move the registry system calls to the Unix library. 2020-07-17 23:16:51 +02:00
security.c ntdll: Move the security system calls to the Unix library. 2020-07-20 20:14:18 +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 for memory allocations through mmap(). 2020-09-03 10:52:11 +02:00
signal_arm.c ntdll: Pop the Unix stack completely in call_user_apc_dispatcher(). 2020-09-04 21:16:49 +02:00
signal_arm64.c ntdll: Pop the Unix stack completely in call_user_apc_dispatcher(). 2020-09-04 21:16:49 +02:00
signal_i386.c ntdll: Pop the Unix stack completely in call_user_apc_dispatcher(). 2020-09-04 21:16:49 +02:00
signal_x86_64.c ntdll: Pop the Unix stack completely in call_user_apc_dispatcher(). 2020-09-04 21:16:49 +02:00
sync.c ntdll: Handle page faults happening during a syscall without dispatching the exception. 2020-08-24 11:46:22 +02:00
system.c ntdll: Return buffer filled with random values from NtQuerySystemInformation(SystemInterruptInformation). 2020-09-09 20:30:31 +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: Call the process entry point through RtlUserThreadStart(). 2020-09-01 16:41:03 +02:00
unix_private.h ntdll: Load libwine dynamically. 2020-09-03 12:30:41 +02:00
virtual.c ntdll: Add a helper function to try an mmap at a fixed address. 2020-09-03 10:54:17 +02:00