[Git][wine/wine][master] 4 commits: ntdll: Delay first thread initialization until process init.
Alexandre Julliard pushed to branch master at wine / wine Commits: fec54dc1 by Alexandre Julliard at 2025-09-15T12:59:04+02:00 ntdll: Delay first thread initialization until process init. We no longer need to allocate a TEB selector early. - - - - - 2226c86c by Alexandre Julliard at 2025-09-15T13:22:39+02:00 ntdll: Use a separate bitmap to keep track of allocated LDT entries. - - - - - d3b0516a by Alexandre Julliard at 2025-09-15T13:22:50+02:00 ntdll: Use the virtual mutex to protect the LDT data. - - - - - c4011653 by Alexandre Julliard at 2025-09-15T17:59:42+02:00 include: Use latest definitions for PEB fields to replace the old Fls fields. - - - - - 10 changed files: - dlls/kernel32/tests/fiber.c - dlls/kernel32/tests/loader.c - dlls/ntdll/unix/loader.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/unix_private.h - dlls/ntdll/unix/virtual.c - include/winternl.h View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/50aa9934e270ef356a21469c687ebd... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/50aa9934e270ef356a21469c687ebd... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)