- Jun 21, 2024
-
-
Xcode 15.3 adds a new linker flag ('-no_huge') which allows the loader to use zero-fill sections to reserve the areas currently being reserved by the preloader. This means the preloader is no longer needed (a good thing, since it's heavily dependent on private APIs). The preloader will still be used when Xcode <15.3 is being used, or when building for i386 (32-bit for 10.14 and earlier).
-
-
-
-
This is already the default for all Mac binaries targeting 10.7 or later.
-
-
-
-
-
-
-
-
-
-
-
-
-
- Jun 20, 2024
-
-
-
-
Based on patch by Gabriel Ivăncescu.
-
Based on patch by Gabriel Ivăncescu.
-
-
Based on patch by Gabriel Ivăncescu.
-
Based on a patch by Huw Davies.
-
Based on a patch by Huw Davies.
-
Based on a patch by Huw Davies.
-
-
-
-
-
-
This let confirmations fail when reading from NUL (instead of looping forever). Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Alexandre Julliard authored
The tests show that it should be zero.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
Copied from the corresponding code in wow64.dll.
-
Alexandre Julliard authored
-
-