Sweden-Number/dlls/ntdll
Alexandre Julliard 29e0178cf5 ntdll/tests: Fix a test failure on restricted Windows.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-01-20 21:36:28 +09:00
..
tests ntdll/tests: Fix a test failure on restricted Windows. 2016-01-20 21:36:28 +09:00
Makefile.in
actctx.c
atom.c
cdrom.c
critsection.c ntdll: Implement RtlIsCriticalSectionLocked[ByThread]. 2015-10-11 13:47:34 +09:00
debugbuffer.c
debugtools.c
directory.c ntdll: Increase maximum number of autodetected COM/LPT ports to 256. 2015-12-25 12:04:40 +01:00
env.c
error.c
exception.c
file.c server: Pass full object attributes in the create_mailslot request. 2016-01-18 00:17:30 +09:00
handletable.c
heap.c ntdll: Fix valgrind heap realloc notifications. 2015-12-21 21:55:26 +01:00
large_int.c
loader.c ntdll: Avoid path buffer re-allocation step for common dll name lengths. 2015-11-10 19:43:11 +09:00
loadorder.c
misc.c
nt.c ntdll: Add NtQuerySystemInformationEx() stub. 2016-01-05 15:08:26 +01:00
ntdll.spec ntdll: Add RtlCreateUserProcess stub. 2016-01-09 17:30:04 +09:00
ntdll_misc.h ntdll: Add a helper function to allocate the full object_attributes structure. 2016-01-16 00:05:57 +09:00
om.c server: Pass full object attributes in the create_symlink request. 2016-01-18 00:17:30 +09:00
path.c
printf.c
process.c ntdll: ProcessDebugFlags should return debug_children flag instead of !debugger_present. 2015-12-21 18:14:43 +01:00
reg.c server: Fix constraints on the length of NT object names. 2016-01-19 20:48:08 +09:00
relay.c ntdll: Return from snoop tracing helpers earlier if tracing is disabled. 2015-10-20 00:30:36 +09:00
resource.c
rtl.c ntdll: Add RtlCreateUserProcess stub. 2016-01-09 17:30:04 +09:00
rtlbitmap.c ntdll: Trace RTL_BITMAP api arguments as unsigned when appropriate. 2015-12-21 21:54:35 +01:00
rtlstr.c
sec.c ntdll: Implement RtlValidRelativeSecurityDescriptor. 2015-10-12 22:09:56 +09:00
serial.c
server.c server: Unconditionally close APC handle in get_apc_result call. 2015-10-29 10:59:44 +09:00
signal_arm.c
signal_arm64.c
signal_i386.c ntdll: Silence useless fixme message when handling SIMD floating point invalid operation exception. 2015-12-03 16:23:30 +09:00
signal_powerpc.c
signal_x86_64.c ntdll: Check ContextFlags before restoring registers on x86_64. 2016-01-06 15:50:30 +01:00
string.c ntdll: Use an __ms_va_list in sscanf (Clang). 2015-10-01 23:18:43 +09:00
sync.c server: Fix constraints on the length of NT object names. 2016-01-19 20:48:08 +09:00
tape.c
thread.c ntdll: Receive debug registers from server on x86_64. 2016-01-06 15:50:42 +01:00
threadpool.c ntdll: Wait_thread_proc should not terminate on user APC. 2015-10-09 20:56:27 +09:00
time.c
version.c
version.rc
virtual.c server: Store the attributes in the object_attributes structure. 2016-01-16 00:05:57 +09:00
wcstring.c