.. |
tests
|
ntdll/tests: Add more tests for xstate.
|
2024-03-26 18:21:06 +01:00 |
unix
|
ntdll: Simplify creation of the server directory.
|
2024-03-27 22:19:24 +01:00 |
actctx.c
|
ntdll: Use the exported structures for dll redirection data.
|
2024-02-28 19:51:20 +01:00 |
atom.c
|
ntdll: Build the PE side without -DWINE_NO_LONG_TYPES.
|
2022-11-21 18:03:53 +01:00 |
crypt.c
|
|
|
debugbuffer.c
|
ntdll: Fix structure layout in RtlQueryProcessDebugInformation for 64-bit.
|
2024-01-24 21:36:23 +01:00 |
env.c
|
server: Separate console and new group flag (CreateProcess).
|
2023-08-23 17:38:51 +02:00 |
error.c
|
ntdll: Build the PE side without -DWINE_NO_LONG_TYPES.
|
2022-11-21 18:03:53 +01:00 |
error.h
|
ntdll: Add mappings for more status codes.
|
2024-03-15 15:06:37 +01:00 |
exception.c
|
ntdll: Implement RtlGetCallersAddress.
|
2024-03-14 18:02:29 +01:00 |
handletable.c
|
ntdll: Build the PE side without -DWINE_NO_LONG_TYPES.
|
2022-11-21 18:03:53 +01:00 |
heap.c
|
ntdll: Force debug info in critical sections.
|
2024-02-23 17:09:41 +01:00 |
large_int.c
|
|
|
loader.c
|
ntdll: Assign a primary token in elevate_token().
|
2024-03-13 20:59:42 +01:00 |
locale.c
|
ntdll: Store the codepage data addresses in both PEBs.
|
2023-09-08 17:18:08 +02:00 |
locale_private.h
|
|
|
make_errors
|
ntdll: Add mappings for more status codes.
|
2024-03-15 15:06:37 +01:00 |
Makefile.in
|
ntdll: Move exception unwinding code to a separate file.
|
2024-02-14 19:19:33 +01:00 |
math.c
|
ntdll: Use the fabs() implementation from the bundled musl library.
|
2023-04-11 22:22:18 +02:00 |
misc.c
|
ntdll: Add WinSqmSetIfMaxDWORD stub.
|
2023-10-27 11:33:41 -05:00 |
ntdll.spec
|
ntdll: Implement NtMakePermanentObject.
|
2024-03-15 15:06:37 +01:00 |
ntdll_misc.h
|
ntdll: Support the __os_arm64x_helper functions in the loader.
|
2024-03-08 17:37:08 +01:00 |
ntsyscalls.h
|
ntdll: Implement NtMakePermanentObject.
|
2024-03-15 15:06:37 +01:00 |
path.c
|
ntdll: Build the PE side without -DWINE_NO_LONG_TYPES.
|
2022-11-21 18:03:53 +01:00 |
printf.c
|
ntdll: Add _vscprintf and _vscwprintf.
|
2022-07-01 19:16:16 +02:00 |
printf.h
|
ntdll: Use the standard va_list instead of __ms_va_list.
|
2021-10-22 11:12:17 +02:00 |
process.c
|
ntdll: Fix RtlWow64GetCurrentMachine() result on ARM64EC.
|
2024-02-08 23:31:24 +01:00 |
reg.c
|
ntdll: Build the PE side without -DWINE_NO_LONG_TYPES.
|
2022-11-21 18:03:53 +01:00 |
relay.c
|
ntdll: Always use SEH support on ARM64.
|
2024-03-13 11:26:39 +01:00 |
resource.c
|
ntdll: Remove DECLSPEC_HIDDEN usage.
|
2023-11-15 22:56:37 +01:00 |
rtl.c
|
ntdll: Force debug info in critical sections.
|
2024-02-23 17:09:41 +01:00 |
rtlbitmap.c
|
ntdll: Reimplement RtlNumberOfSetBits() to check 32 bits at a time.
|
2023-04-22 17:34:32 +02:00 |
rtlstr.c
|
include: Move RTL functions that belong in ntddk.h from winternl.h to ntddk.h.
|
2023-09-27 11:17:47 +02:00 |
sec.c
|
ntdll: Fix the prototype of NtDuplicateToken().
|
2023-05-08 20:02:26 +02:00 |
signal_arm.c
|
ntdll: Move __C_specific_handler implementation to unwind.c.
|
2024-03-13 11:02:44 +01:00 |
signal_arm64.c
|
ntdll: Always use SEH support on ARM64.
|
2024-03-13 11:26:39 +01:00 |
signal_arm64ec.c
|
ntdll: Implement NtMakePermanentObject.
|
2024-03-15 15:06:37 +01:00 |
signal_i386.c
|
ntdll: Share RtlCaptureStackBackTrace implementation across platforms.
|
2024-03-11 17:31:38 +01:00 |
signal_x86_64.c
|
ntdll: Use a common wrapper to call unwind handlers on x86-64.
|
2024-03-25 18:05:39 +01:00 |
string.c
|
|
|
sync.c
|
ntdll: Don't use debug info presence to detect critical section global status.
|
2024-03-22 21:50:46 +01:00 |
thread.c
|
ntdll: Move RtlUserThreadStart implementation to the CPU backends.
|
2023-10-16 11:59:50 +02:00 |
threadpool.c
|
ntdll: Force debug info in critical sections.
|
2024-02-23 17:09:41 +01:00 |
time.c
|
ntdll: Use nameless unions/structs for CPU-related data.
|
2023-05-30 12:12:09 +02:00 |
unixlib.h
|
ntdll: Remove DECLSPEC_HIDDEN usage.
|
2023-11-15 22:56:37 +01:00 |
unwind.c
|
ntdll: Use __ASM_GLOBAL_IMPORT for RtlUnwind.
|
2024-04-01 20:22:52 +02:00 |
unwind.h
|
ntdll: Implement RtlCaptureContext on ARM64EC.
|
2024-02-28 19:51:20 +01:00 |
version.c
|
ntdll: Bump current build number to 19043 (Win10 2009).
|
2023-10-31 17:04:57 +01:00 |
version.rc
|
ntdll: Update version resource.
|
2018-03-20 11:38:19 +01:00 |
wcstring.c
|
|
|