Sweden-Number/dlls/ntdll
Nikolay Sivov 146ff49161 ntdll: Support pinning module refcount with LdrAddRefDll(). 2013-10-14 10:49:44 +02:00
..
tests ntdll: Support pinning module refcount with LdrAddRefDll(). 2013-10-14 10:49:44 +02:00
Makefile.in ntdll: Remove SPARC support. 2013-03-05 11:01:27 +01:00
actctx.c ntdll: Added compatible ProgID section. 2013-09-13 10:54:53 +02:00
atom.c
cdrom.c ntdll: Make the page_size variable global. 2013-01-08 16:35:30 +01:00
critsection.c ntdll: Rename NTDLL_wait_for_multiple_objects to server_select since it's more generic now. 2013-08-26 20:36:22 +02:00
debugbuffer.c
debugtools.c
directory.c ntdll: Actually return the mount point in get_device_mount_point on Mac OS. 2013-09-04 16:28:10 +02:00
env.c
error.c
exception.c ntdll: Rename NTDLL_wait_for_multiple_objects to server_select since it's more generic now. 2013-08-26 20:36:22 +02:00
file.c ntdll: Add defines for the file position magic constants. 2013-10-09 16:13:41 +02: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: Support pinning module refcount with LdrAddRefDll(). 2013-10-14 10:49:44 +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 stubs for the SRW lock functions. 2013-09-03 16:58:19 +02:00
ntdll_misc.h ntdll: Add a configure check for the tcdrain function. 2013-09-05 13:18:21 +02:00
om.c ntdll: Avoid TRUE FALSE conditional expressions. 2013-09-05 13:18:24 +02:00
path.c
printf.c
process.c server: Add support for NtTerminateProcess(0). 2013-04-15 16:45:33 +02:00
reg.c
relay.c ntdll: Use a RunOnce function to initialize relay debugging options. 2013-08-29 19:56:18 +02:00
resource.c include: Make IMAGE_RESOURCE_DIRECTORY_ENTRY match PSDK definition. 2013-04-29 13:33:54 +02:00
rtl.c dlls: Replace the remaining CONSTs. 2013-09-25 11:49:20 +02:00
rtlbitmap.c
rtlstr.c ntdll: Implement RtlHashUnicodeString(). 2013-07-24 14:35:09 -05:00
sec.c ntdll: Add a stub for RtlConvertToAutoInheritSecurityObject. 2013-03-27 20:12:26 +01:00
serial.c ntdll: Make set_line_control() for a serial device print slightly more informative messages. 2013-09-26 10:46:56 +02:00
server.c ntdll: Make it possible to store FILE_APPEND_DATA access bit in the server fd cache. 2013-10-04 19:59:58 +02:00
signal_arm.c ntdll: Add context definitions missing from the Android NDK. 2013-07-30 14:43:31 +02: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 ntdll: Add context definitions missing from the Android NDK. 2013-07-30 14:43:31 +02:00
signal_powerpc.c ntdll: Make the page_size variable global. 2013-01-08 16:35:30 +01:00
signal_x86_64.c ntdll: Silence some printf format warnings. 2013-08-20 20:52:17 +02:00
string.c ntdll: Copy some missing string functions from msvcrt. 2013-03-14 13:53:46 +01:00
sync.c ntdll: Add stubs for the SRW lock functions. 2013-09-03 16:58:19 +02:00
tape.c
thread.c ntdll: Inherit default activation context from creation thread. 2013-09-05 13:23:50 +02:00
threadpool.c ntdll: Add a magic number to validate timer queue pointers. 2013-08-20 20:13:58 +02:00
time.c ntdll: Use the monotonic counter for NtGetTickCount. 2013-01-28 18:22:16 +01:00
version.c ntdll: Fix the version reported for 64-bit Windows XP. 2013-10-01 19:08:22 +02:00
version.rc
virtual.c ntdll: Move the select and APC support to server.c. 2013-08-26 20:36:56 +02:00
wcstring.c