Sweden-Number/dlls/ntdll
Sebastian Lackner 82ce3fdcfd server: Implement set_named_pipe_info wineserver call for NtSetInformationFile/FilePipeInformation.
Based on a patch by Adam Martinson.
2014-08-20 19:40:07 +02:00
..
tests include: Correctly spell STATUS_SMI_PRIMITIVE_INSTALLER_FAILED. 2014-07-23 21:24:24 +02: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: Fix LdrLockLoaderLock()/LdrUnlockLoaderLock() on 64bit. 2014-06-11 13:05:39 +02:00
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c ntdll: In find_file_in_dir(), don't test directory entries' short names if the target name isn't a short name. 2014-07-30 11:31:55 -05:00
env.c
error.c include: Correctly spell STATUS_SMI_PRIMITIVE_INSTALLER_FAILED. 2014-07-23 21:24:24 +02:00
exception.c
file.c server: Implement set_named_pipe_info wineserver call for NtSetInformationFile/FilePipeInformation. 2014-08-20 19:40:07 +02:00
handletable.c
heap.c ntdll: Heap handles should be 64K-aligned. 2014-03-26 11:24:30 +01:00
large_int.c
loader.c ntdll: Fix LdrLockLoaderLock()/LdrUnlockLoaderLock() on 64bit. 2014-06-11 13:05:39 +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: Implement RtlInstallFunctionTableCallback on x86_64. 2014-04-08 19:23:14 +02:00
ntdll_misc.h
om.c
path.c
printf.c
process.c
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
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: Fix the compilation by using the right mcontext_t field names for the signal context on FreeBSD. 2014-07-24 19:24:41 +02: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: Define arch_prctl since it is missing on Android. 2014-07-24 20:44:50 +02:00
string.c
sync.c Assorted spelling fixes. 2014-02-10 15:47:29 +01:00
tape.c
thread.c ntdll: Avoid leaking activation context in RtlCreateUserThread. (Valgrind). 2014-06-23 10:18:23 +02:00
threadpool.c ntdll: Use condition variable for RtlQueueWorkItem implementation. 2014-03-12 10:41:26 +01:00
time.c kernel32: Added QueryUnbiasedInterruptTime(). 2014-04-02 15:50:09 +02:00
version.c
version.rc
virtual.c ntdll: Determine the mapping type automatically from the WRITECOPY flag. 2014-05-13 12:28:58 +02:00
wcstring.c