-
112bd1cb
by Alexandre Julliard at 2025-06-25T22:51:33+02:00
ntdll: Fix get_core_id_regs_arm64() prototype for non-Linux platforms.
-
38462725
by Alexandre Julliard at 2025-06-25T22:51:33+02:00
ntdll: Pass the Unix prot flags to the map_fixed_area() helper.
-
306e2450
by Alexandre Julliard at 2025-06-25T22:51:33+02:00
ntdll: Don't set VPROT_WRITEWATCH flag on pages when using kernel write watches.
This makes it possible to use VPROT_WRITEWATCH for other purposes and
fixes handling of exec+write exceptions that was broken by
c52eab909d3129cba7278454de5b4b5417ab943c.
-
91731901
by Alexandre Julliard at 2025-06-25T22:51:33+02:00
win32u: Add a helper to convert file names to NT format consistently.