..
cdrom.c
ntdll: Use a pthread mutex for the CD-ROM cache section.
2020-07-13 21:22:13 +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 a pthread mutex for the current directory section.
2020-07-13 21:22:14 +02:00
loader.c
ntdll: Add a helper function to open a file from its Unix path.
2020-07-10 07:56:02 +02:00
process.c
ntdll: Avoid using RtlDosPathNameToNtPathName_U() in the Unix library.
2020-07-10 07:58:14 +02:00
serial.c
ntdll: Avoid using RtlQueueWorkItem() in the Unix library.
2020-07-10 13:19:27 +02:00
server.c
ntdll: Use a pthread mutex for the wait on address section.
2020-07-13 21:22:14 +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: Fixup instruction pointer for EXCEPTION_BREAKPOINT in the Unix part on x86/x86_64.
2020-07-09 19:41:40 +02:00
signal_x86_64.c
ntdll: Fix stack adjustment condition in call_user_exception_dispatcher on x86_64.
2020-07-09 19:41:40 +02:00
sync.c
ntdll: Use a pthread mutex for the wait on address section.
2020-07-13 21:22:14 +02:00
system.c
ntdll: Use a pthread mutex for the timezone section.
2020-07-13 21:22:13 +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: Move the activation context initialization out of NtCreateThreadEx().
2020-07-13 21:22:13 +02:00
unix_private.h
ntdll: Use a pthread mutex for the wait on address section.
2020-07-13 21:22:14 +02:00
virtual.c
ntdll: Stop search on mmap() error in try_map_free_area().
2020-07-13 21:26:23 +02:00