Sweden-Number/dlls/ntdll
Michael Stefaniuc 68f90d9697 kernel32/ntdll: Mark a variable as unused. 2011-10-28 19:10:30 +02:00
..
tests ntdll/tests: Clear the full atom structure before every test. 2011-10-20 12:50:06 +02:00
Makefile.in
actctx.c ntdll: Fix string comparison against non null-terminated string (Valgrind). 2011-10-19 17:48:16 +02:00
atom.c ntdll: Fix printing NULL strings. 2011-09-20 16:21:38 +02:00
cdrom.c
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: Avoid shadowing "de" variable. 2011-10-20 11:07:08 +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: ETIME is not defined on FreeBSD. 2011-10-10 13:32:01 +02:00
handletable.c
heap.c ntdll: Avoid shadowing size variable. 2011-10-20 12:59:30 +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
nt.c ntdll: Fix SID data copy length. 2011-10-12 20:52:46 +02:00
ntdll.spec
ntdll_misc.h ntdll: Unwind the stack before calling exit/abort_thread on i386 the same way we do on x86_64. 2011-10-19 16:38:52 +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
reg.c
relay.c ntdll: Avoid shadowing "p" variable. 2011-10-20 13:20:44 +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: Mark some fall-throughs in a switch statement. 2011-10-08 20:23:06 +02:00
serial.c ntdll: Generate a single EV_TXEMPTY when the TX buffer turns empty. 2011-10-14 20:26:44 +02:00
server.c
signal_arm.c ntdll: Improved implementation of the segv handler on ARM. 2011-06-21 11:22:47 +02:00
signal_i386.c ntdll: Unwind the stack before calling exit/abort_thread on i386 the same way we do on x86_64. 2011-10-19 16:38:52 +02:00
signal_powerpc.c
signal_sparc.c
signal_x86_64.c
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 ntdll: Take into account timezone bias changes when detecting daylight saving rules. 2011-10-18 19:16:34 +02:00
version.c ntdll: Update Win2k8 to SP2. 2011-10-17 17:45:05 +02:00
version.rc
virtual.c kernel32/ntdll: Mark a variable as unused. 2011-10-28 19:10:30 +02:00
wcstring.c