.. |
cdrom.c
|
ntdll: Change master/slave to more neutral words.
|
2020-06-18 19:56:43 +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: Use char pointers instead of ANSI/UNICODE_STRING in unix_to_nt_file_name().
|
2020-07-09 13:04:05 +02:00 |
file.c
|
ntdll: Use stack buffers to retrieve the drive info from mountmgr.
|
2020-07-09 15:34:00 +02:00 |
loader.c
|
ntdll: Use char pointers instead of ANSI/UNICODE_STRING in unix_to_nt_file_name().
|
2020-07-09 13:04:05 +02:00 |
process.c
|
ntdll: Return a char pointer instead of an ANSI_STRING in nt_to_unix_file_name().
|
2020-07-09 13:04:05 +02:00 |
serial.c
|
ntdll: Use malloc() to allocate async I/O data.
|
2020-07-03 12:04:40 +02:00 |
server.c
|
ntdll: Correct a comment referring to fd_cache_section.
|
2020-07-06 21:08:56 +02:00 |
signal_arm.c
|
ntdll: Fix KiUserExceptionDispatcher ABI on x86.
|
2020-07-07 13:07:23 +02:00 |
signal_arm64.c
|
ntdll: Fix KiUserExceptionDispatcher ABI on x86.
|
2020-07-07 13:07:23 +02:00 |
signal_i386.c
|
ntdll: Fix KiUserExceptionDispatcher ABI on x86.
|
2020-07-07 13:07:23 +02:00 |
signal_x86_64.c
|
ntdll: Fix KiUserExceptionDispatcher ABI on x86.
|
2020-07-07 13:07:23 +02:00 |
sync.c
|
ntdll: Use malloc() to allocate the object attributes buffer.
|
2020-07-03 12:04:02 +02:00 |
system.c
|
ntdll: Set the thread creation time in NtQuerySystemInformation(SystemProcessInformation).
|
2020-07-08 07:57:41 +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: Fix KiUserExceptionDispatcher ABI on x86.
|
2020-07-07 13:07:23 +02:00 |
unix_private.h
|
ntdll: Use char pointers instead of ANSI/UNICODE_STRING in unix_to_nt_file_name().
|
2020-07-09 13:04:05 +02:00 |
virtual.c
|
ntdll: Clear the reply data on error in virtual_locked_server_call().
|
2020-07-09 15:34:00 +02:00 |