.. |
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: Use syscalls for the server functions.
|
2020-08-25 13:55: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 exported APIs instead of virtual_map_section() to load PE modules.
|
2020-08-26 14:16:54 +02:00 |
process.c
|
ntdll: Use syscalls for a couple of Wine internal functions.
|
2020-08-25 19:31:43 +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
|
…
|
|
server.c
|
ntdll: Get rid of the server_init_process_done() Unix library callback.
|
2020-08-26 13:04:09 +02:00 |
signal_arm.c
|
ntdll: Clear the syscall frame on return instead of popping the previous one.
|
2020-08-27 12:14:35 +02:00 |
signal_arm64.c
|
ntdll: Clear the syscall frame on return instead of popping the previous one.
|
2020-08-27 12:14:35 +02:00 |
signal_i386.c
|
ntdll: Clear the syscall frame on return instead of popping the previous one.
|
2020-08-27 12:14:35 +02:00 |
signal_x86_64.c
|
ntdll: Clear the syscall frame on return instead of popping the previous one.
|
2020-08-27 12:14:35 +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
|
include: Define _XSAVE_FORMAT structure.
|
2020-08-20 18:49:38 +02:00 |
tape.c
|
…
|
|
thread.c
|
ntdll: Use syscalls for the server functions.
|
2020-08-25 13:55:40 +02:00 |
unix_private.h
|
ntdll: Use exported APIs instead of virtual_map_section() to load PE modules.
|
2020-08-26 14:16:54 +02:00 |
virtual.c
|
ntdll: Use exported APIs instead of virtual_map_section() to load PE modules.
|
2020-08-26 14:16:54 +02:00 |