.. |
tests
|
ntdll: Stop sharing the thread counter with the Unix library.
|
2020-06-29 19:51:47 +02:00 |
unix
|
ntdll: Setup the main thread before initializing ntdll.
|
2020-06-29 19:51:47 +02:00 |
Makefile.in
|
ntdll: Move the system information functions to the Unix library.
|
2020-06-23 20:23:55 +02:00 |
actctx.c
|
…
|
|
atom.c
|
…
|
|
critsection.c
|
…
|
|
crypt.c
|
…
|
|
debugbuffer.c
|
…
|
|
directory.c
|
ntdll: Use unix_to_nt_file_name() to convert Unix paths in RtlGetFullPathName_U().
|
2020-06-21 16:48:24 +02:00 |
env.c
|
ntdll: Move retrieving the startup info to the Unix library.
|
2020-06-29 19:51:47 +02:00 |
error.c
|
…
|
|
exception.c
|
…
|
|
file.c
|
ntdll: Move the directory change functions to the Unix library.
|
2020-06-18 19:56:43 +02:00 |
handletable.c
|
…
|
|
heap.c
|
…
|
|
large_int.c
|
…
|
|
loader.c
|
ntdll: Setup the main thread before initializing ntdll.
|
2020-06-29 19:51:47 +02:00 |
loadorder.c
|
ntdll: Use Windows APIs to handle the dll overrides variable.
|
2020-06-26 20:53:33 +02:00 |
locale.c
|
…
|
|
make_errors
|
…
|
|
misc.c
|
ntdll: Move the math functions to the Unix library.
|
2020-06-26 09:12:11 +02:00 |
nt.c
|
ntdll: Move the system information functions to the Unix library.
|
2020-06-23 20:23:55 +02:00 |
ntdll.spec
|
ntdll: Move the math functions to the Unix library.
|
2020-06-26 09:12:11 +02:00 |
ntdll_misc.h
|
ntdll: Setup the main thread before initializing ntdll.
|
2020-06-29 19:51:47 +02:00 |
om.c
|
ntdll: Only raise EXCEPTION_INVALID_HANDLE if debugger is present.
|
2020-06-23 10:16:14 +02:00 |
path.c
|
ntdll: Support CONIN$ and CONOUT$ in RtlIsDosDeviceName_U.
|
2020-06-26 21:52:10 +02:00 |
printf.c
|
…
|
|
process.c
|
ntdll: Move the thread get/set information functions to the Unix library.
|
2020-06-18 14:48:15 +02:00 |
reg.c
|
…
|
|
relay.c
|
ntdll: Fix some stdcall/cdecl calling convention mismatches.
|
2020-06-26 20:53:33 +02:00 |
resource.c
|
ntdll: Fix wording of a comment.
|
2020-06-29 21:07:43 +02:00 |
rtl.c
|
ntdll: Fix some stdcall/cdecl calling convention mismatches.
|
2020-06-26 20:53:33 +02:00 |
rtlbitmap.c
|
…
|
|
rtlstr.c
|
…
|
|
sec.c
|
…
|
|
server.c
|
ntdll: Set the Wine paths environment variables from the Unix library.
|
2020-06-24 18:31:09 +02:00 |
signal_arm.c
|
ntdll: Avoid some Unix dependencies.
|
2020-06-29 19:51:47 +02:00 |
signal_arm64.c
|
ntdll: Always set the thread context through NtSetContextThread().
|
2020-06-25 23:08:30 +02:00 |
signal_i386.c
|
ntdll: Update the __wine_ldt_copy pointer directly from the Unix library.
|
2020-06-29 19:51:47 +02:00 |
signal_x86_64.c
|
ntdll: Avoid some Unix dependencies.
|
2020-06-29 19:51:47 +02:00 |
string.c
|
ntdll: Reimplement the string functions to avoid depending on libc.
|
2020-06-29 19:51:47 +02:00 |
sync.c
|
…
|
|
thread.c
|
ntdll: Setup the main thread before initializing ntdll.
|
2020-06-29 19:51:47 +02:00 |
threadpool.c
|
ntdll: Increment num_busy_workers when queuing TP object.
|
2020-06-22 16:43:12 +02:00 |
time.c
|
ntdll: Move RtlGetSystemTimePrecise() to the Unix library.
|
2020-06-25 23:08:30 +02:00 |
unixlib.h
|
ntdll: Setup the main thread before initializing ntdll.
|
2020-06-29 19:51:47 +02:00 |
version.c
|
…
|
|
version.rc
|
…
|
|
virtual.c
|
ntdll: Move the loading of .so dlls to the Unix library.
|
2020-06-23 20:09:42 +02:00 |
wcstring.c
|
…
|
|