wine-wine/dlls/ntdll
Alexandre Julliard 1c8a36a91c ntdll: Pass the mapping file access instead of the protection bits to the server.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-09-12 20:32:01 +02:00
..
tests ntdll/tests: Use standard wine_dbgstr_longlong. 2017-08-08 20:13:55 +09:00
Makefile.in
actctx.c
atom.c
cdrom.c
critsection.c
debugbuffer.c
debugtools.c
directory.c
env.c
error.c
exception.c
file.c server: Use create_request_async in flush request handler. 2017-06-28 12:35:33 +02:00
handletable.c
heap.c
large_int.c
loader.c ntdll: Fix access rights checks for mapping objects. 2017-09-12 20:32:01 +02:00
loadorder.c
misc.c
nt.c server: Implement setting a security descriptor when duplicating tokens. 2017-06-15 11:12:24 +02:00
ntdll.spec ntdll: Use RtlCaptureContext also in RtlUnwind. 2017-07-24 18:58:30 +02:00
ntdll_misc.h ntdll: Don't do partial writes in virtual_uninterrupted_write_memory. 2017-09-06 17:31:00 +02:00
om.c
path.c
printf.c
process.c
reg.c
relay.c ntdll: Remove support for relay debugging of register functions. 2017-07-26 10:41:27 +02:00
resource.c ntdll: Mark function that are only called from assembly as hidden. 2017-07-25 11:48:24 +02:00
rtl.c ntdll: Store the PEB lock pointer in the PEB. 2017-08-31 10:08:01 +02:00
rtlbitmap.c
rtlstr.c
sec.c server: Implement changing the label of a security descriptor. 2017-06-15 11:08:59 +02:00
serial.c
server.c
signal_arm.c ntdll: Move NtGetContextThread implementation to the platform-specific files. 2017-07-18 20:43:32 +02:00
signal_arm64.c ntdll: Make sure the stack is quad-word aligned on ARM64. 2017-07-24 20:05:19 +02:00
signal_i386.c ntdll: Don't do partial writes in virtual_uninterrupted_write_memory. 2017-09-06 17:31:00 +02:00
signal_powerpc.c ntdll: Move NtGetContextThread implementation to the platform-specific files. 2017-07-18 20:43:32 +02:00
signal_x86_64.c ntdll: Mark function that are only called from assembly as hidden. 2017-07-25 11:48:24 +02:00
string.c
sync.c
tape.c ntdll: Use standard wine_dbgstr_longlong. 2017-08-25 12:47:14 +02:00
thread.c ntdll: Store the PEB lock pointer in the PEB. 2017-08-31 10:08:01 +02:00
threadpool.c ntdll: Make RtlDeregisterWaitEx(handle, INVALID_HANDLE_VALUE) thread safe. 2017-09-06 20:32:07 +02:00
time.c
version.c
version.rc
virtual.c ntdll: Pass the mapping file access instead of the protection bits to the server. 2017-09-12 20:32:01 +02:00
wcstring.c