Sweden-Number/dlls/ntdll/unix
Akihiro Sagawa 22612bcff5 ntdll: Add a timezone mapping rule for North Korea Standard Time.
Otherwise, another UTC+9 timezone matches to the timezone.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=50213
Signed-off-by: Akihiro Sagawa <sagawa.aki@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-12-01 13:43:07 +01:00
..
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 converting large 32-bit time_t when time_t is signed. 2020-11-24 22:09:30 +01:00
loader.c ntdll: Fix backward compatibility for struct link_map on FreeBSD. 2020-11-30 22:18:20 +01:00
process.c ntdll: Avoid closing an invalid handle on process creation failure. 2020-11-27 15:57:07 +01: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 krnl386: Move the 16-bit stack out of the WOW32Reserved field. 2020-11-26 21:31:53 +01: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: Fix converting large 32-bit time_t when time_t is signed. 2020-11-24 22:09:30 +01:00
system.c ntdll: Add a timezone mapping rule for North Korea Standard Time. 2020-12-01 13:43:07 +01: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: Stub ThreadEnableAlignmentFaultFixup info class. 2020-11-20 19:01:04 +01:00
unix_private.h ntdll: Fix converting large 32-bit time_t when time_t is signed. 2020-11-24 22:09:30 +01:00
virtual.c ntdll: Store the syscall dispatcher also in the WOW32Reserved TEB field. 2020-11-26 21:31:53 +01:00