Sweden-Number/dlls/ntdll
Uwe Bonnes 2148248976 ntdll: Add more serial speed settings. 2015-02-13 18:20:33 +09:00
..
tests ntdll/tests: Remove unused assigments (PVS-Studio). 2015-01-19 14:31:25 +01: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: Skip context dependencies that have allowDelayedBinding attribute set. 2014-12-31 21:13:31 +01:00
atom.c
cdrom.c
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: Unify retrieving the attributes of a file. 2014-12-17 19:42:23 +01: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: Always define UTIME_OMIT if not yet defined. 2014-12-23 20:43:01 +01:00
handletable.c
heap.c ntdll: Add stub for RtlSetHeapInformation. 2014-12-19 22:36:17 +01:00
large_int.c
loader.c ntdll: Wait until builtin dlls are unloaded before releasing the virtual view. 2014-10-07 20:22:15 +02:00
loadorder.c
misc.c ntdll: Avoid potential integer overflow when computing median position in bsearch. 2014-07-03 18:17:30 +02:00
nt.c ntdll: Stub TokenAppContainerSid in NtQueryInformationToken. 2014-06-12 18:13:19 +02:00
ntdll.spec ntdll: Support 64-bit Mac OS. 2015-02-06 22:35:17 +09:00
ntdll_misc.h 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
om.c
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
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c ntdll: Use boolean return values in boolean functions. 2014-01-29 17:30:46 +01:00
serial.c ntdll: Add more serial speed settings. 2015-02-13 18:20:33 +09:00
server.c configure: Add a check for sys/ucontext.h and include it where appropriate. 2014-07-23 19:06:58 +02:00
signal_arm.c ntdll: Directly use ucontext_t instead of SIGCONTEXT on all platforms. 2014-07-23 19:07:00 +02:00
signal_arm64.c ntdll: Directly use ucontext_t instead of SIGCONTEXT on all platforms. 2014-07-23 19:07:00 +02:00
signal_i386.c ntdll: Remove unused macros. 2014-12-09 19:36:06 +01:00
signal_powerpc.c configure: Add a check for sys/ucontext.h and include it where appropriate. 2014-07-23 19:06:58 +02:00
signal_x86_64.c ntdll: Support 64-bit Mac OS. 2015-02-06 22:35:17 +09:00
string.c
sync.c ntdll: NtWaitForMultipleObjects()'s third arguments means 'wait_any', not 'wait_all'. 2014-09-01 13:03:07 +02:00
tape.c
thread.c ntdll: Support 64-bit Mac OS. 2015-02-06 22:35:17 +09:00
threadpool.c ntdll: NtWaitForMultipleObjects()'s third arguments means 'wait_any', not 'wait_all'. 2014-09-01 13:03:07 +02:00
time.c ntdll: Remove unused macros. 2014-12-09 19:36:06 +01:00
version.c ntdll: Add support for Win 8.1. 2014-10-08 17:45:51 +02:00
version.rc
virtual.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
wcstring.c