Alexandre Julliard pushed to branch master at wine / wine
Commits: 58fbaf92 by Alexandre Julliard at 2025-05-21T18:16:40+02:00 ntdll: Add tracing for syscall entry/exit.
Unlike +relay, this should be transparent to the application.
- - - - - 91d6a45c by Alexandre Julliard at 2025-05-21T18:16:40+02:00 ntdll: Add tracing for user callback entry/exit.
- - - - - 4ea640fe by Alexandre Julliard at 2025-05-21T21:31:40+02:00 wineps: Use the correct metrics count in generated font data.
Spotted by Yuxuan Shui.
- - - - -
12 changed files:
- dlls/ntdll/unix/loader.c - dlls/ntdll/unix/server.c - dlls/ntdll/unix/signal_arm.c - dlls/ntdll/unix/signal_arm64.c - dlls/ntdll/unix/signal_i386.c - dlls/ntdll/unix/signal_x86_64.c - dlls/ntdll/unix/thread.c - dlls/ntdll/unix/unix_private.h - dlls/win32u/syscall.c - dlls/wineps.drv/corefonts.c - include/wine/unixlib.h - tools/make_unicode
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3aa28e452018d528abb3b8fe957335...