Skip to content
FEX Release FEX-2110

- AOTIR
 - fix use after free (327c4d55)

- Config
 - Check for container-manager and redirect (56bddd3a)

- Core
 - Minor documentation and code splitting (fb01e8bf)

- FEXConfig
 - Change shortcut for opening application profile (a56463a7)

- FEXLoader
 - Flush log output (360c4a20)

- FEXMountDaemon
 - Fixes shutdown race conditions (c9a62658)

- FileManager
 - Allow reading real root (ba174e5c)

- Interpreter
 - Changes basic loadstores to sized accesses (08f56540)

- Linux
 - Implements support for POSIX message queues on 32-bit (21ff4339)
 - Implements support for timer_create (f232dceb)
 - Fixes timex definition for 32-bit syscalls (368095f9)
 - Fixes rlimit syscalls for 32-bit (e91061f7)

- OpcodeDispatcher
 - Ensure some x87 templates get passed long constants (1fa3afd0)

- Scripts
 - Adds a new script for extracting function definitions (9d460e80)

- Softfloat
 - Allow forcing use of some x87 on x86 host (d004fee7)

- StructVerifier
 - Fix struct match and minor fixes (2b757a9b)

- Thunks
 - Support versioned libraries (0dc8e233)
 - Install a global thunksDB for our current thunks (72125c9c)
 - Adds a few missing libGL thunk functions (9a07b550)
 - Some minor X related thunk changes (e0b878f1)
 - Expands Xext thunked functions listo (073224ff)
 - Expands what asound thunking supports (00511c16)
 - Adds a new Thunks database config file (66c7fdb6)
 - Makes file searches a bit easier (a48ed376)
 - Adds init helpers with function call (98bee5a6)
 - ThunkHelpers script improvements (8d13261a)
 - Minor fixes to the config and loading (d93edb2d)

- Misc
 - Vulkan thunks (b3efb1d2)
 - Adds support for setting host environment variables from config (d5f9f43a)
 - Build fix for ENABLE_JITSYMBOLS (591fc001)
 - RA validation (3744ec2a)