Sweden-Number/dlls/ntdll
Francois Gouget 17e62a5603 ntdll: Fix printing NULL strings. 2011-09-20 16:21:38 +02:00
..
tests ntdll/tests: Skip some tests if not allowed to modify image file execution options. 2011-09-19 17:56:04 +02:00
Makefile.in
actctx.c ntdll: Remove dead increments (clang). 2011-09-09 17:33:14 +02:00
atom.c ntdll: Fix printing NULL strings. 2011-09-20 16:21:38 +02:00
cdrom.c ntdll: Implement CDROM_GetInterfaceInfo() on Mac OS. 2011-03-02 12:29:28 +01:00
critsection.c ntdll: Use FUTEX_PRIVATE_FLAG for critical section futexes when available. 2011-08-04 09:03:57 +02:00
debugbuffer.c
debugtools.c ntdll: Provide a timestamp debug channel, which prints a millisecond resolution timestamp in front of debug output. 2011-09-01 18:06:39 +02:00
directory.c ntdll: Handle errno also for non ENOENT errors on lseek (Coverity). 2011-08-31 19:43:07 +02:00
env.c
error.c
exception.c ntdll: Encode the function pointers in the vectored handler list. 2011-06-28 08:01:58 -05:00
file.c ntdll: Fix a compile time warning. 2011-02-01 18:14:09 +01:00
handletable.c
heap.c ntdll: Fix race condition in RtlCreateHeap(). 2011-03-29 12:37:26 +02:00
large_int.c ntdll: Remove divl second argument for compatibility with clang. 2011-07-29 19:18:41 +02:00
loader.c ntdll: Fetch the windows directory from the shared user data. 2011-06-16 12:29:21 +02:00
loadorder.c
misc.c ntdll: Don't call compare function on memory not provided by user in qsort. 2011-03-30 12:20:47 +02:00
nt.c ntdll: Detect if NX support is enabled. 2011-08-24 19:07:45 +02:00
ntdll.spec ntdll: Avoid copying and restoring the context in RtlCaptureContext for i386. 2011-02-01 12:38:58 +01:00
ntdll_misc.h ntdll: Fetch the windows directory from the shared user data. 2011-06-16 12:29:21 +02:00
om.c ntdll: Don't trace potentially uninitialized structures if we are not going to use them. 2011-09-19 17:56:05 +02:00
path.c ntdll: Remove dead increments (clang). 2011-09-09 17:33:14 +02:00
printf.c
process.c ntdll: Implement the ProcessAffinityMask case in NtQueryInformationProcess. 2011-04-14 19:57:34 +02:00
reg.c
relay.c ntdll: Provide a timestamp debug channel, which prints a millisecond resolution timestamp in front of debug output. 2011-09-01 18:06:39 +02:00
resource.c
rtl.c dlls: Assorted spelling fixes. 2011-08-03 14:15:50 +02:00
rtlbitmap.c
rtlstr.c
sec.c ntdll: Fix RtlGetSacl/DaclSecurityDescriptor for relative descriptors on 64-bit. 2011-03-09 13:44:11 +01:00
serial.c
server.c ntdll: Remove Alpha support. 2011-04-20 13:09:39 +02:00
signal_arm.c ntdll: Improved implementation of the segv handler on ARM. 2011-06-21 11:22:47 +02:00
signal_i386.c ntdll: Add check for DragonFly BSD. 2011-03-28 17:30:20 +02:00
signal_powerpc.c
signal_sparc.c ntdll: Fix usage of ContextFlags on Sparc. 2011-04-21 12:45:31 +02:00
signal_x86_64.c ntdll: Add support for longjmp in RtlUnwindEx. 2011-02-01 18:14:09 +01:00
string.c
sync.c
tape.c
thread.c ntdll: Initialize the Length field of PEB->LdrData. 2011-08-22 19:49:39 +02:00
threadpool.c ntdll: Use list_empty() instead of list_count() == 0. 2011-06-16 11:57:25 +02:00
time.c
version.c ntdll: Fix the field names of KUSER_SHARED_DATA and update it. 2011-08-03 14:15:48 +02:00
version.rc
virtual.c ntdll: Fix protection flags for uninitialized sections. 2011-09-09 12:40:44 +02:00
wcstring.c