.. |
tests
|
server: Implement object name information for registry keys.
|
2020-09-22 21:35:35 +02:00 |
unix
|
ntdll: Use the standard code path to load ntdll.dll.
|
2020-09-28 19:38:42 +02:00 |
Makefile.in
|
makefiles: Generate a single non-recursive makefile at the top level.
|
2020-09-14 19:42:39 +02:00 |
actctx.c
|
ntdll: Fix a memory leak (Valgrind).
|
2020-09-09 20:30:50 +02:00 |
atom.c
|
ntdll: Move the atom system calls to the Unix library.
|
2020-07-17 23:16:51 +02:00 |
critsection.c
|
ntdll: Move the critical section fallback code out of the Unix library.
|
2020-08-03 15:52:15 +02:00 |
crypt.c
|
…
|
|
debugbuffer.c
|
ntdll: Build with msvcrt.
|
2020-06-30 12:25:08 +02:00 |
directory.c
|
ntdll: Use syscalls for the file path conversion functions.
|
2020-08-25 13:57:19 +02:00 |
env.c
|
ntdll: Pass RTL_USER_PROCESS_PARAMETERS to get_initial_console.
|
2020-09-21 19:24:19 +02:00 |
error.c
|
ntdll: Move various stub functions to the Unix library.
|
2020-07-20 20:14:41 +02:00 |
exception.c
|
ntdll: Fix the spelling of the arch_context_parameters variable.
|
2020-09-21 19:24:19 +02:00 |
handletable.c
|
…
|
|
heap.c
|
ntdll: Pad HEAP structure so 'flags' offset matches recent Windows.
|
2020-08-11 18:20:20 +02:00 |
large_int.c
|
configure: Require 64-bit compare-and-swap support from gcc.
|
2020-09-28 17:03:57 +02:00 |
loader.c
|
ntdll: Use load_dll() to load kernel32 to support PE format.
|
2020-09-28 19:38:42 +02:00 |
loadorder.c
|
ntdll: Build with msvcrt.
|
2020-06-30 12:25:08 +02:00 |
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: Use syscalls for the Wine version functions.
|
2020-08-25 19:31:43 +02:00 |
nt.c
|
ntdll: Move various stub functions to the Unix library.
|
2020-07-20 20:14:41 +02:00 |
ntdll.spec
|
ntdll: Implement NtFilterToken.
|
2020-09-23 15:58:10 +02:00 |
ntdll_misc.h
|
configure: Require 64-bit compare-and-swap support from gcc.
|
2020-09-28 17:03:57 +02:00 |
path.c
|
ntdll: Use syscalls for the file path conversion functions.
|
2020-08-25 13:57:19 +02:00 |
printf.c
|
ntdll: Use macros to define both A and W printf functions.
|
2020-07-07 19:24:27 +02:00 |
printf.h
|
ntdll: Ignore L length specifier in printf.
|
2020-07-14 18:27:59 +02:00 |
process.c
|
ntdll: Pass the token to NtCreateUserProcess().
|
2020-09-24 15:18:44 +02:00 |
reg.c
|
ntdll: Move the registry system calls to the Unix library.
|
2020-07-17 23:16:51 +02:00 |
relay.c
|
ntdll: Fix 64-bit values printing in relay.
|
2020-07-06 21:04:45 +02:00 |
resource.c
|
ntdll: Build with msvcrt.
|
2020-06-30 12:25:08 +02:00 |
rtl.c
|
ntdll: Move InterlockedCompareExchange128 support to winnt.h.
|
2020-08-04 20:22:38 +02:00 |
rtlbitmap.c
|
ntdll: Build with msvcrt.
|
2020-06-30 12:25:08 +02:00 |
rtlstr.c
|
ntdll: Use the standard C library names for the printf functions.
|
2020-06-30 12:25:08 +02:00 |
sec.c
|
ntdll: RtlConvertToAutoInheritSecurityObject is NTSTATUS, not BOOL.
|
2020-08-31 22:09:20 +02:00 |
signal_arm.c
|
ntdll: Clear the thread stack by hand instead of remapping zero pages.
|
2020-08-27 12:24:05 +02:00 |
signal_arm64.c
|
ntdll: Implement __C_specific_handler and _local_unwind for arm64.
|
2020-09-17 20:54:16 +02:00 |
signal_i386.c
|
ntdll: Clear the thread stack by hand instead of remapping zero pages.
|
2020-08-27 12:24:05 +02:00 |
signal_x86_64.c
|
ntdll: Clear CONTEXT_XSTATE flag in RtlUnwindEx().
|
2020-08-31 21:41:07 +02:00 |
string.c
|
ntdll: Use the standard C library names for the string functions.
|
2020-06-30 12:25:08 +02:00 |
sync.c
|
ntdll: Read the condition variable and manipulate the lock on the PE side.
|
2020-08-24 11:17:04 +02:00 |
thread.c
|
ntdll: Call the process entry point through RtlUserThreadStart().
|
2020-09-01 16:41:03 +02:00 |
threadpool.c
|
ntdll: Build with msvcrt.
|
2020-06-30 12:25:08 +02:00 |
time.c
|
ntdll: Use a syscall thunk for NtQueryPerformanceCounter().
|
2020-07-21 18:30:08 +02:00 |
unixlib.h
|
ntdll: Pass RTL_USER_PROCESS_PARAMETERS to get_initial_console.
|
2020-09-21 19:24:19 +02:00 |
version.c
|
ntdll: Bump Win 10 version to 17763.
|
2020-09-28 13:23:44 +02:00 |
version.rc
|
…
|
|
virtual.c
|
ntdll: Clear the thread stack by hand instead of remapping zero pages.
|
2020-08-27 12:24:05 +02:00 |
wcstring.c
|
ntdll: Fix wcsncpy() implementation now that length is unsigned.
|
2020-08-03 13:00:53 +02:00 |