wine/dlls/ntdll
Alexandre Julliard 988d9ddbf5 ntdll: Don't inline NtCurrentTeb() in Unix libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2022-11-09 21:10:29 +01:00
..
tests ntdll/tests: Fix uninitialized read in ok (Coverity). 2022-11-02 14:43:23 +01:00
unix ntdll: Don't inline NtCurrentTeb() in Unix libraries. 2022-11-09 21:10:29 +01:00
actctx.c
atom.c
crypt.c
debugbuffer.c
env.c ntdll: Use a different alignment for initial process parameters. 2022-09-09 17:30:55 +02:00
error.c
error.h
exception.c
handletable.c
heap.c ntdll: Remove shared heap functionality. 2022-10-12 15:47:57 +02:00
large_int.c ntdll: Correctly handle shift greater than the type width in 64-bit shift functions. 2022-07-08 19:53:21 +02:00
loader.c makefiles: Store PE objects in subdirectories in the build tree. 2022-10-26 15:03:05 +02:00
locale.c ntdll: Move the user locale initialization to the Unix side. 2022-06-09 13:20:13 +02:00
locale_private.h ntdll: Share a few more locale functions with the Unix side. 2022-06-09 13:20:13 +02:00
make_errors
Makefile.in makefiles: Add support for multiple PE architectures. 2022-11-01 10:29:49 +01:00
math.c ntdll: Add atan2. 2022-07-01 19:16:16 +02:00
misc.c ntdll: Add bsearch_s. 2022-07-01 19:16:16 +02:00
ntdll.spec ntdll: Add some already implemented security descriptor exports. 2022-10-25 11:01:42 +02:00
ntdll_misc.h ntdll: Add native thread renaming for exception method. 2022-11-07 21:13:32 +01:00
path.c ntdll: Add RtlDosPathNameToRelativeNtPathName_U. 2022-09-19 20:12:02 +02:00
printf.c ntdll: Add _vscprintf and _vscwprintf. 2022-07-01 19:16:16 +02:00
printf.h
process.c ntdll: Avoid truncating pointer to 32-bits in get_cpu_area(). 2022-05-20 17:21:10 +02:00
reg.c ntdll: Calculate buffer sizes from registry structs correctly. 2022-05-20 13:32:34 +02:00
relay.c
resource.c
rtl.c ntdll: Add some already implemented security descriptor exports. 2022-10-25 11:01:42 +02:00
rtlbitmap.c
rtlstr.c
sec.c ntdll: Add some already implemented security descriptor exports. 2022-10-25 11:01:42 +02:00
signal_arm.c ntdll: Add native thread renaming for exception method. 2022-11-07 21:13:32 +01:00
signal_arm64.c ntdll: Add native thread renaming for exception method. 2022-11-07 21:13:32 +01:00
signal_i386.c ntdll: Add native thread renaming for exception method. 2022-11-07 21:13:32 +01:00
signal_x86_64.c ntdll: Add native thread renaming for exception method. 2022-11-07 21:13:32 +01:00
string.c ntdll: Add _makepath_s. 2022-06-30 12:32:48 +02:00
sync.c
thread.c ntdll: Add native thread renaming for exception method. 2022-11-07 21:13:32 +01:00
threadpool.c ntdll: Set the name of internal thread pool threads. 2022-09-26 21:49:54 +02:00
time.c
unixlib.h
version.c ntdll: Use proper absolute paths for registry keys. 2022-07-04 16:43:46 +02:00
version.rc
wcstring.c ntdll: Add _wmakepath_s. 2022-06-30 12:32:48 +02:00