1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-09 04:16:08 +00:00
wine/dlls/ntdll
Brendan Shanks b8ec1068ba ntdll: Add ".globl" for asm labels referenced from C.
Fixes syscall faults on 32-bit macOS.
Spotted by Stefan Dösinger.
2022-07-11 22:39:46 +02:00
..
tests ntdll: Correctly handle shift greater than the type width in 64-bit shift functions. 2022-07-08 19:53:21 +02:00
unix ntdll: Add ".globl" for asm labels referenced from C. 2022-07-11 22:39:46 +02:00
actctx.c
atom.c
crypt.c
debugbuffer.c
env.c
error.c
error.h
exception.c
handletable.c
heap.c ntdll: Remove heap pointer from SUBHEAP structure. 2022-06-13 19:57:31 +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 ntdll: Use proper absolute paths for registry keys. 2022-07-04 16:43:46 +02:00
locale_private.h ntdll: Share a few more locale functions with the Unix side. 2022-06-09 13:20:13 +02:00
locale.c ntdll: Move the user locale initialization to the Unix side. 2022-06-09 13:20:13 +02:00
make_errors
Makefile.in makefiles: Add separate variables for Unix flags and libraries. 2022-06-29 23:23:41 +02: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_misc.h
ntdll.spec ntdll: Fix the calling convention for runtime 64-bit shift functions. 2022-07-08 19:53:18 +02:00
path.c
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
rtlbitmap.c
rtlstr.c
sec.c
signal_arm.c ntdll: Use +threadname channel for thread rename exceptions. 2022-06-30 12:32:48 +02:00
signal_arm64.c ntdll: Use +threadname channel for thread rename exceptions. 2022-06-30 12:32:48 +02:00
signal_i386.c ntdll: Use +threadname channel for thread rename exceptions. 2022-06-30 12:32:48 +02:00
signal_x86_64.c ntdll: Use +threadname channel for thread rename exceptions. 2022-06-30 12:32:48 +02:00
string.c ntdll: Add _makepath_s. 2022-06-30 12:32:48 +02:00
sync.c
thread.c
threadpool.c
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