Alexandre Julliard pushed to branch master at wine / wine Commits: 44bd99ff by Alexandre Julliard at 2026-05-12T15:03:04+02:00 ntdll: Store the initial suspend flag in the thread data. - - - - - 2b4162f9 by Alexandre Julliard at 2026-05-12T15:14:52+02:00 ntdll: Move all the thread initialization into server_init_thread(). - - - - - 36f81d95 by Alexandre Julliard at 2026-05-12T15:16:32+02:00 ntdll: Export PsCreateSystemThread. To allow creating a system thread that runs only on the Unix side. - - - - - 5155018f by Alexandre Julliard at 2026-05-12T15:16:33+02:00 server: Add support for system threads. - - - - - 8a278832 by Alexandre Julliard at 2026-05-12T15:16:33+02:00 server: Don't return system threads in enumerations. - - - - - 720ea077 by Alexandre Julliard at 2026-05-12T15:16:34+02:00 server: Don't allow accessing the context of system threads. - - - - - ca175f34 by Alexandre Julliard at 2026-05-12T15:16:34+02:00 server: Don't send debug events for system threads. - - - - - 19 changed files: - 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 - include/wine/server_protocol.h - include/winternl.h - server/mapping.c - server/object.h - server/process.c - server/process.h - server/protocol.def - server/request.c - server/request_handlers.h - server/request_trace.h - server/thread.c - server/thread.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ebc31cfbeef9b1079685b1ef8b281a... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ebc31cfbeef9b1079685b1ef8b281a... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help