Sweden-Number/dlls/ntdll
Qian Hong c61407f651 ntdll: Removed incorrect stub message in NtQueryObject and NtSetInformationObject. 2015-03-11 12:42:35 +09:00
..
tests ntdll/tests: Add tests for TpSimpleTryPost function. 2015-03-03 17:11:25 +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: 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: Move NtNotifyChangeDirectoryFile to file.c and make it use the standard fileio structure. 2015-03-02 23:00:28 +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: Implemented FileNetworkOpenInformation class support in NtQueryInformationFile. 2015-03-10 15:18:13 +09: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: Try to handle write-watches while we're on the signal stack. 2015-02-27 14:59:08 +09:00
om.c ntdll: Removed incorrect stub message in NtQueryObject and NtSetInformationObject. 2015-03-11 12:42:35 +09:00
path.c
printf.c ntdll: Allow passing NULL buffer to printf functions. 2013-12-23 12:05:07 +01:00
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 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: Try to handle write-watches while we're on the signal stack. 2015-02-27 14:59:08 +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: Try to handle write-watches while we're on the signal stack. 2015-02-27 14:59:08 +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: Move static threadpool variables into a struct. 2015-03-10 15:33:20 +09: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: Try to handle write-watches while we're on the signal stack. 2015-02-27 14:59:08 +09:00
wcstring.c