Sweden-Number/dlls/ntdll
Michael Müller 7567db85be ntdll: Add support for Dynamic DST (daylight saving time) information in registry. 2015-04-28 15:37:54 +09:00
..
tests ntdll/tests: Avoid printing an unterminated string (DPH). 2015-04-24 14:30:04 +09:00
Makefile.in configure: Rename substituted variables to a standard _CFLAGS and _LIBS format. 2014-01-30 14:51:33 +01:00
actctx.c ntdll: Treat strings as case-insensitive in find_window_class. 2015-03-31 00:04:44 +09:00
atom.c
cdrom.c ntdll: Potential buffer overwrite (Coverity). 2015-04-20 14:38:41 +09:00
critsection.c ntdll: Use the configured CriticalSection timeout in RtlpWaitForCriticalSection. 2014-09-11 19:30:42 +02:00
debugbuffer.c
debugtools.c ntdll: Fix a typo in comment. 2014-01-17 11:01:44 +01:00
directory.c ntdll: Remove unneeded NONAMELESSXXX directives. 2015-03-16 15:04:50 +09:00
env.c
error.c include: Correctly spell STATUS_SMI_PRIMITIVE_INSTALLER_FAILED. 2014-07-23 21:24:24 +02:00
exception.c ntdll: Make RtlAddVectoredExceptionHandler hotpatchable. 2015-01-16 16:52:20 +01:00
file.c ntdll: Define a couple more information classes. 2015-03-26 14:20:48 +09:00
handletable.c
heap.c ntdll: Remove unneeded NONAMELESSXXX directives. 2015-03-16 15:04:50 +09:00
large_int.c
loader.c ntdll: Remove unneeded NONAMELESSXXX directives. 2015-03-16 15:04:50 +09:00
loadorder.c
misc.c ntdll: Add stub for WinSqmIsOptedIn. 2015-04-22 14:02:21 +09:00
nt.c ntdll: Get available CPU info from FreeBSD on ARM. 2015-03-27 21:28:52 +09:00
ntdll.spec ntdll: Add stub for WinSqmIsOptedIn. 2015-04-22 14:02:21 +09:00
ntdll_misc.h ntdll: Correctly document the offset of ntdll_thread_data. 2015-04-21 14:30:45 +09:00
om.c server: Track handle count of objects. 2015-04-03 17:07:37 +09:00
path.c
printf.c
process.c ntdll: Fix calculation of process and thread affinity masks on systems with a large number of processors. 2015-01-21 15:31:16 +01:00
reg.c ntdll: Implement [Nt|Zw]QueryLicenseValue. 2015-03-13 21:53:25 +09:00
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c ntdll: Improve parameter validation in RtlAddAce. 2015-03-30 20:03:44 +09:00
serial.c ntdll: Remove unneeded NONAMELESSXXX directives. 2015-03-16 15:04:50 +09:00
server.c ntdll: Assert when trying to replace an exiting file descriptor in fd_cache. 2015-03-04 21:50:38 +09:00
signal_arm.c ntdll: Add support for FreeBSD on ARM. 2015-03-27 21:28:44 +09:00
signal_arm64.c ntdll: Try to handle write-watches while we're on the signal stack. 2015-02-27 14:59:08 +09:00
signal_i386.c ntdll: Try to handle write-watches while we're on the signal stack. 2015-02-27 14:59:08 +09:00
signal_powerpc.c ntdll: Try to handle write-watches while we're on the signal stack. 2015-02-27 14:59:08 +09:00
signal_x86_64.c ntdll: Fix various bugs RtlUnwindEx on x86_64. 2015-04-03 17:07:36 +09:00
string.c
sync.c server: Implement TerminateJobObject. 2015-04-07 23:15:47 +09:00
tape.c ntdll: Remove unneeded NONAMELESSXXX directives. 2015-03-16 15:04:50 +09:00
thread.c ntdll: Support 64-bit Mac OS. 2015-02-06 22:35:17 +09:00
threadpool.c ntdll: Move all structs and definitions to the beginning in threadpool.c. 2015-03-17 14:52:07 +09:00
time.c ntdll: Add support for Dynamic DST (daylight saving time) information in registry. 2015-04-28 15:37:54 +09:00
version.c ntdll: Add support for Win 8.1. 2014-10-08 17:45:51 +02:00
version.rc
virtual.c ntdll: Handle write watches in virtual_uninterrupted_write_memory. 2015-03-19 17:06:29 +09:00
wcstring.c