Sweden-Number/dlls/ntdll
Dmitry Timoshkov 94336f1aab ntdll: Thread creation control is now taken care by server. 2013-05-17 12:29:43 +02:00
..
tests ntdll: Improve stub for FileFsAttributeInformation in NtQueryVolumeInformationFile. 2013-03-26 16:36:42 +01:00
Makefile.in ntdll: Remove SPARC support. 2013-03-05 11:01:27 +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: Improve stub for FileFsAttributeInformation in NtQueryVolumeInformationFile. 2013-03-26 16:36:42 +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: Respect the 8-bit part in the ARM relocation. 2013-04-15 17:01:46 +02:00
loadorder.c
misc.c ntdll: Remove an unused debug channel. 2013-04-18 19:12:57 +02:00
nt.c ntdll: Remove SPARC support. 2013-03-05 11:01:27 +01:00
ntdll.spec ntdll: Add a stub for RtlConvertToAutoInheritSecurityObject. 2013-03-27 20:12:26 +01:00
ntdll_misc.h ntdll: Set the address space limit before running application code. 2013-04-04 13:28:43 +02:00
om.c
path.c
printf.c ntdll: Avoid TRUE:FALSE conditional expressions. 2012-08-14 11:58:40 +02:00
process.c server: Add support for NtTerminateProcess(0). 2013-04-15 16:45:33 +02:00
reg.c
relay.c ntdll: Hint that call_entry_point is ARM assembler. 2013-04-05 11:57:52 +02:00
resource.c include: Make IMAGE_RESOURCE_DIRECTORY_ENTRY match PSDK definition. 2013-04-29 13:33:54 +02:00
rtl.c include: Make KNONVOLATILE_CONTEXT_POINTERS match PSDK definition. 2013-04-30 11:47:05 +02:00
rtlbitmap.c ntdll: Avoid TRUE:FALSE conditional expressions. 2012-08-14 11:58:40 +02:00
rtlstr.c
sec.c ntdll: Add a stub for RtlConvertToAutoInheritSecurityObject. 2013-03-27 20:12:26 +01:00
serial.c configure: Get rid of the check for strings.h. 2013-01-09 12:25:14 +01:00
server.c server: Remove SPARC support. 2013-03-05 11:04:07 +01:00
signal_arm.c ntdll: Implement RtlLookupFunctionEntry on ARM. 2013-03-25 14:08:42 +01:00
signal_arm64.c ntdll: Unify the usage of internal SIGCONTEXT type on ARM and ARM64. 2013-03-11 11:44:29 +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_x86_64.c include: Make KNONVOLATILE_CONTEXT_POINTERS match PSDK definition. 2013-04-30 11:47:05 +02:00
string.c ntdll: Copy some missing string functions from msvcrt. 2013-03-14 13:53:46 +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: Thread creation control is now taken care by server. 2013-05-17 12:29:43 +02: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: Use larger virtual heap for 64-bit. 2013-04-12 11:56:10 +02:00
wcstring.c