.. |
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: Add a helper function for fixed anonymous mmaps.
|
2020-09-03 10:51:09 +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: Get rid of the server_init_process_done() Unix library callback.
|
2020-09-01 18:40:08 +02:00 |
signal_arm.c
|
ntdll: Call the process entry point through RtlUserThreadStart().
|
2020-09-01 16:41:03 +02:00 |
signal_arm64.c
|
ntdll: Call the process entry point through RtlUserThreadStart().
|
2020-09-01 16:41:03 +02:00 |
signal_i386.c
|
ntdll: Implement saving AVX registers in NtGetContextThread().
|
2020-09-02 16:30:04 +02:00 |
signal_x86_64.c
|
ntdll: Implement saving AVX registers in NtGetContextThread().
|
2020-09-02 16:30:04 +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: Call the process entry point through RtlUserThreadStart().
|
2020-09-01 16:41:03 +02:00 |
unix_private.h
|
ntdll: Add a helper function for fixed anonymous mmaps.
|
2020-09-03 10:51:09 +02:00 |
virtual.c
|
ntdll: Add a helper function for fixed anonymous mmaps.
|
2020-09-03 10:51:09 +02:00 |