[Git][wine/wine][master] 5 commits: ntdll: Add SIGQUIT to the blocked signals.
Alexandre Julliard pushed to branch master at wine / wine Commits: 4a9bc42a by Alexandre Julliard at 2026-02-04T12:31:46+01:00 ntdll: Add SIGQUIT to the blocked signals. To avoid a race where a thread gets a SIGQUIT before the thread data has been initialized properly. - - - - - bbe2f325 by Alexandre Julliard at 2026-02-04T14:57:09+01:00 ntdll: Add support for loading a unixlib with an explicit name. - - - - - 39a9fa26 by Alexandre Julliard at 2026-02-04T14:57:10+01:00 winecrt0: Add a helper for loading a unixlib by name. - - - - - f1800451 by Alexandre Julliard at 2026-02-04T15:00:27+01:00 mmdevapi: Load the unixlib directly for audio drivers. - - - - - a429176c by Alexandre Julliard at 2026-02-04T22:21:38+01:00 makefiles: Add support for building pure unixlibs without a PE side. - - - - - 16 changed files: - dlls/mmdevapi/main.c - dlls/mmdevapi/mmdevapi_private.h - dlls/ntdll/unix/loader.c - dlls/ntdll/unix/server.c - dlls/ntdll/unix/unix_private.h - dlls/ntdll/unix/virtual.c - dlls/winealsa.drv/Makefile.in - dlls/winecoreaudio.drv/Makefile.in - dlls/winecrt0/unix_lib.c - dlls/wineoss.drv/Makefile.in - dlls/winepulse.drv/Makefile.in - dlls/wow64/virtual.c - include/wine/unixlib.h - include/winternl.h - tools/make_makefiles - tools/makedep.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c51911ee8b8b4ea6af8b3ef7cb7383... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c51911ee8b8b4ea6af8b3ef7cb7383... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)