Sweden-Number/dlls/ntdll
Alexandre Julliard 78c772e9d8 ntdll: Use a syscall thunk for NtQueryPerformanceCounter().
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-07-21 18:30:08 +02:00
..
tests ntdll: Map errno to a status also in directory functions. 2020-07-21 18:30:08 +02:00
unix ntdll: Use a syscall thunk for NtQueryPerformanceCounter(). 2020-07-21 18:30:08 +02:00
Makefile.in ntdll: Use a syscall thunk for NtClose(). 2020-07-21 18:30:08 +02:00
actctx.c
atom.c ntdll: Move the atom system calls to the Unix library. 2020-07-17 23:16:51 +02:00
critsection.c
crypt.c
debugbuffer.c
directory.c ntdll: Use syscall thunks for file functions. 2020-07-17 00:04:13 +02:00
env.c ntdll: Set a better exit status when the main image fails to load. 2020-07-21 15:23:28 +02:00
error.c ntdll: Move various stub functions to the Unix library. 2020-07-20 20:14:41 +02:00
exception.c ntdll: Implement KiRaiseUserExceptionDispatcher(). 2020-07-21 18:30:08 +02:00
handletable.c
heap.c ntdll: Fix RtlSizeHeap() error value for 64-bit. 2020-07-15 16:33:02 +02:00
large_int.c
loader.c ntdll: Move various stub functions to the Unix library. 2020-07-20 20:14:41 +02:00
loadorder.c
locale.c ntdll: Move the locale system calls to the Unix library. 2020-07-20 20:14:41 +02:00
make_errors
misc.c ntdll: Move the token functions to the Unix library. 2020-07-20 17:58:12 +02:00
nt.c ntdll: Move various stub functions to the Unix library. 2020-07-20 20:14:41 +02:00
ntdll.spec ntdll: Use a syscall thunk for NtQueryPerformanceCounter(). 2020-07-21 18:30:08 +02:00
ntdll_misc.h ntdll: Use a syscall thunk for NtClose(). 2020-07-21 18:30:08 +02:00
path.c
printf.c
printf.h ntdll: Ignore L length specifier in printf. 2020-07-14 18:27:59 +02:00
process.c ntdll: Use syscall thunks for process functions. 2020-07-17 00:04:13 +02:00
reg.c ntdll: Move the registry system calls to the Unix library. 2020-07-17 23:16:51 +02:00
relay.c
resource.c
rtl.c
rtlbitmap.c
rtlstr.c
sec.c ntdll: Move the security system calls to the Unix library. 2020-07-20 20:14:18 +02:00
server.c
signal_arm.c
signal_arm64.c
signal_i386.c
signal_x86_64.c ntdll: Fix PE unwind info for %rsi, %rdi in KiUserExceptionDispatcher. 2020-07-17 00:04:13 +02:00
string.c
sync.c ntdll: Move the token functions to the Unix library. 2020-07-20 17:58:12 +02:00
thread.c ntdll: Use syscall thunks for thread functions. 2020-07-17 00:04:13 +02:00
threadpool.c
time.c ntdll: Use a syscall thunk for NtQueryPerformanceCounter(). 2020-07-21 18:30:08 +02:00
unixlib.h ntdll: Use a syscall thunk for NtQueryPerformanceCounter(). 2020-07-21 18:30:08 +02:00
version.c
version.rc
virtual.c ntdll: Use syscall thunks for virtual memory functions. 2020-07-17 00:04:13 +02:00
wcstring.c