.. |
cdrom.c
|
ntdll: Use a pthread mutex for the CD-ROM cache section.
|
2020-07-13 21:22:13 +02:00 |
debug.c
|
…
|
|
env.c
|
ntdll: Update argc when changing process name.
|
2020-09-14 19:42:40 +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: Use the MacOS file handle limit workaround from libs/wine/loader.c.
|
2020-09-14 19:42:40 +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
|
include: Don't use IsBadStringPtr in debug functions for Unix libraries.
|
2020-09-18 15:13:42 +02:00 |