-
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.