.. |
cdrom.c
|
ntdll: Add inline wrappers for pthread mutex locking.
|
2020-09-22 11:28:25 +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: Make NtGetNlsSectionPtr() into a proper Nt syscall.
|
2020-10-15 20:18:01 +02:00 |
file.c
|
ntdll: Fix read buffer overflow in find_file_in_dir().
|
2020-10-22 22:02:03 +02:00 |
loader.c
|
ntdll: Fix a memory leak (Valgrind).
|
2020-10-05 20:54:23 +02:00 |
process.c
|
server: Implement support for creating a process with a specified token.
|
2020-09-24 15:21: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: Implement NtFilterToken.
|
2020-09-23 15:58:10 +02:00 |
serial.c
|
ntdll: Avoid using RtlQueueWorkItem() in the Unix library.
|
2020-07-10 13:19:27 +02:00 |
server.c
|
ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread().
|
2020-10-13 22:30:05 +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: Restore the original Lr value when unwinding through raise_func_trampoline on arm64.
|
2020-10-05 12:33:31 +02:00 |
signal_i386.c
|
ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread().
|
2020-10-13 22:30:05 +02:00 |
signal_x86_64.c
|
ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread().
|
2020-10-13 22:30:05 +02:00 |
sync.c
|
ntdll: Add inline wrappers for pthread mutex locking.
|
2020-09-22 11:28:25 +02:00 |
system.c
|
ntdll: Add inline wrappers for pthread mutex locking.
|
2020-09-22 11:28:25 +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: Support AVX registers for other thread in Nt{Get|Set}ContextThread().
|
2020-10-13 22:30:05 +02:00 |
unix_private.h
|
ntdll: Support AVX registers for other thread in Nt{Get|Set}ContextThread().
|
2020-10-13 22:30:05 +02:00 |
virtual.c
|
ntdll: Use the standard code path to load ntdll.dll.
|
2020-09-28 19:38:42 +02:00 |