Sweden-Number/dlls/ntdll
Andrew Talbot d0d28b96a4 ntdll: Avoid signed-unsigned integer comparisons. 2013-02-21 08:34:13 +01:00
..
tests ntdll/tests: Fix SYSTEM_CACHE_INFORMATION failures. 2013-01-17 12:18:54 +01:00
Makefile.in ntdll: Use a monotonic time counter to implement NtQueryPerformanceCounter. 2013-01-28 15:39:37 +01:00
actctx.c
atom.c
cdrom.c ntdll: Make the page_size variable global. 2013-01-08 16:35:30 +01:00
critsection.c ntdll: Use the __NR_ names for Linux system calls. 2013-01-21 21:37:02 +01:00
debugbuffer.c
debugtools.c
directory.c ntdll: Avoid signed-unsigned integer comparisons. 2013-02-21 08:34:13 +01:00
env.c ntdll: Add stub for NtQuerySystemEnvironmentValueEx. 2012-06-06 11:54:37 +02:00
error.c
exception.c
file.c ntdll: Make the page_size variable global. 2013-01-08 16:35:30 +01:00
handletable.c
heap.c ntdll: Make the page_size variable global. 2013-01-08 16:35:30 +01:00
large_int.c
loader.c ntdll: Implement IMAGE_REL_BASED_THUMB_MOV32 relocation on ARM. 2013-01-21 12:51:14 +01:00
loadorder.c
misc.c
nt.c ntdll: Avoid signed-unsigned integer comparisons. 2013-02-21 08:34:13 +01:00
ntdll.spec ntdll: Add ARM64 signal handling. 2013-01-16 12:51:50 +01:00
ntdll_misc.h ntdll: Add a helper function to check that a fault address lies in a known virtual memory view. 2013-02-12 19:56:19 +01:00
om.c
path.c Assorted typo, spelling, wording and case fixes. 2012-05-15 16:26:43 +02:00
printf.c ntdll: Avoid TRUE:FALSE conditional expressions. 2012-08-14 11:58:40 +02:00
process.c
reg.c ntdll: Fix status returned for too-long registry value names. 2012-03-13 10:28:10 +01:00
relay.c ntdll: Correctly align the stack for odd numbers of arguments in relay traces on ARM. 2013-02-19 10:39:03 +01:00
resource.c
rtl.c ntdll: Move the _chkstk implementation to signal_i386.c. 2012-04-02 12:46:38 +02:00
rtlbitmap.c ntdll: Avoid TRUE:FALSE conditional expressions. 2012-08-14 11:58:40 +02:00
rtlstr.c
sec.c
serial.c configure: Get rid of the check for strings.h. 2013-01-09 12:25:14 +01:00
server.c ntdll: Use the __NR_ names for Linux system calls. 2013-01-21 21:37:02 +01:00
signal_arm.c ntdll: Implement RtlUnwind for ARM. 2013-02-13 17:44:06 +01:00
signal_arm64.c ntdll: Add ARM64 signal handling. 2013-01-16 12:51:50 +01:00
signal_i386.c kernel32: Use the correct pointer size in atl thunk (Coverity). 2013-02-18 10:31:22 +01:00
signal_powerpc.c ntdll: Make the page_size variable global. 2013-01-08 16:35:30 +01:00
signal_sparc.c ntdll: Make the page_size variable global. 2013-01-08 16:35:30 +01:00
signal_x86_64.c ntdll: Export _local_unwind. 2012-05-29 21:33:45 +02:00
string.c ntdll: Remove unused include. 2012-12-27 17:15:40 +01:00
sync.c ntdll: Avoid signed-unsigned integer comparisons. 2013-02-21 08:34:13 +01:00
tape.c ntdll: Avoid using Low/HighPart of a large integer when not necessary. 2012-10-30 18:08:05 +01:00
thread.c ntdll: Exit when we can't map the shared user data. 2012-11-28 20:14:51 +01:00
threadpool.c ntdll: Stabilize CreateTimerQueueTimer callbacks over time. 2013-02-19 19:50:54 +01:00
time.c ntdll: Use the monotonic counter for NtGetTickCount. 2013-01-28 18:22:16 +01:00
version.c ntdll: Add support for Windows 8 version. 2012-08-21 11:49:58 +02:00
version.rc
virtual.c ntdll: Add a helper function to check that a fault address lies in a known virtual memory view. 2013-02-12 19:56:19 +01:00
wcstring.c