Sweden-Number/dlls/ntdll
Sebastian Lackner 3977ebafc0 ntdll: Lookup DynamicDST based on current year, instead of year of daylight date.
When there are no further time changes, the function find_dst_change() will
return (year_end + 1). This patch ensures that we don't lookup the wrong
DynamicDST entry in such a case.
2015-08-04 09:45:28 +02:00
..
tests server: Store correct entry point for first thread. 2015-07-30 11:37:15 +02:00
Makefile.in
actctx.c
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c
env.c
error.c
exception.c
file.c
handletable.c
heap.c
large_int.c
loader.c ntdll: Cache contents of IMAGE_TLS_DIRECTORY instead of saving a directory pointer. 2015-07-15 15:13:16 +09:00
loadorder.c
misc.c
nt.c
ntdll.spec ntdll: Implement RtlDecompressFragment. 2015-07-10 14:54:50 +09:00
ntdll_misc.h
om.c
path.c
printf.c
process.c ntdll: Avoid possible deadlock by using _exit() in NtTerminateProcess. 2015-07-17 14:29:04 +09:00
reg.c
relay.c
resource.c
rtl.c ntdll: Add missing WINAPI to RtlDecompressFragment. 2015-07-14 14:54:54 +09:00
rtlbitmap.c
rtlstr.c
sec.c
serial.c
server.c
signal_arm.c
signal_arm64.c
signal_i386.c
signal_powerpc.c
signal_x86_64.c
string.c
sync.c ntdll: Improve stub for NtQueryInformationJobObject. 2015-07-31 12:08:09 +02:00
tape.c ntdll: Silence warning about TAPE_GetStatus when sys/mtio.h is not available. 2015-06-30 14:42:13 +09:00
thread.c ntdll: Implement ThreadQuerySetWin32StartAddress info class in NtQueryInformationThread. 2015-07-29 21:44:03 +02:00
threadpool.c ntdll: Mark newly spawned worker threads as busy. 2015-07-29 22:23:56 +02:00
time.c ntdll: Lookup DynamicDST based on current year, instead of year of daylight date. 2015-08-04 09:45:28 +02:00
version.c
version.rc
virtual.c ntdll: Validate SecurityCookie pointer before accessing cookie value. 2015-07-30 11:36:21 +02:00
wcstring.c