| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add 'BOX64_MMAP32' to help info (#1220) | KreitinnSoftware | 2024-01-26 | 1 | -0/+1 |
| * | Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ... | ptitSeb | 2024-01-23 | 1 | -0/+16 |
| * | Reworked exit, unloading libs and running Fini as it should (plus a workaroun... | ptitSeb | 2024-01-19 | 1 | -2/+6 |
| * | [ARM64_DYNAREC] Re-enable Atomics, seems stable now | ptitSeb | 2024-01-12 | 1 | -2/+2 |
| * | [DYNAREC] Switched back CALLRET to 0 by Default, many things like GoG Wine In... | ptitSeb | 2024-01-02 | 1 | -1/+1 |
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 1 | -23/+0 |
| * | Added 2 more wrapped gtk3 functions | ptitSeb | 2023-12-26 | 1 | -4/+0 |
| * | Apply parameters when binary is behind a symlink | ptitSeb | 2023-12-23 | 1 | -0/+2 |
| * | Introduce new BOX64_MAXCPU to cap the number of cpu core exposed, and created... | ptitSeb | 2023-12-21 | 1 | -0/+14 |
| * | Added lldb option to JITGDB | ptitSeb | 2023-12-15 | 1 | -2/+2 |
| * | [DYNAREC] Made callret default, improved callret efficiency, and dynarec spee... | ptitSeb | 2023-12-13 | 1 | -1/+3 |
| * | Fix for non-dynarec build | ptitSeb | 2023-12-06 | 1 | -1/+1 |
| * | Changes to be committed: (#1110) | Creeper-xie | 2023-12-04 | 1 | -4/+8 |
| * | [ARM64] Documented most HWCAP flags | ptitSeb | 2023-12-03 | 1 | -28/+29 |
| * | [ARM64_DYNAREC] Restaured Memory Barrier on LOCK operation, and disable the u... | ptitSeb | 2023-12-02 | 1 | -2/+2 |
| * | [TERMUX] Added faked wrapped termux-exec and simplified output (#1103) | Lily | 2023-12-02 | 1 | -41/+58 |
| * | [TRACE] Fixes some crash when setting a trace in a lib load later | ptitSeb | 2023-11-27 | 1 | -2/+2 |
| * | [DYNAREC_RV64] Fixed BTS BTR BTC for zbs extension (#1084) | Yang Liu | 2023-11-26 | 1 | -1/+1 |
| * | Added full support for the SHA cpu extension | ptitSeb | 2023-11-21 | 1 | -0/+14 |
| * | Added BOX64_FUTEX_WAITV, on by default expect for BAD_SIGNAL build | ptitSeb | 2023-11-10 | 1 | -0/+19 |
| * | Added BOX64_INPROCESSGPU setting (helps Heroic 2.10 at least) | ptitSeb | 2023-11-05 | 1 | -0/+14 |
| * | Some fixes to the BOX64_TRACE_FILE setting | ptitSeb | 2023-11-05 | 1 | -6/+9 |
| * | [ELFLOADER] Changed how memory is managed in elfloader | ptitSeb | 2023-10-31 | 1 | -16/+5 |
| * | [INTERP] Fix fpu_round (#1030) | Yang Liu | 2023-10-25 | 1 | -0/+7 |
| * | [ARM64] More unaligned improvments | ptitSeb | 2023-10-22 | 1 | -2/+2 |
| * | [ARM64_DYNAREC] ifdef'd the new HW_CAP tests, to be able to build on older sy... | ptitSeb | 2023-10-19 | 1 | -0/+8 |
| * | [ARM64_DYNAREC] One more extension detected (not used yet) | ptitSeb | 2023-10-18 | 1 | -0/+7 |
| * | [ARM64_DYNAREC] More ARM64 extensions detection | ptitSeb | 2023-10-18 | 1 | -0/+15 |
| * | Fix build issues | ptitSeb | 2023-10-18 | 1 | -0/+1 |
| * | [ARM64_DYNAREC] Preparing handling of FLAGM and FLAGM2 extensions | ptitSeb | 2023-10-18 | 1 | -0/+10 |
| * | [ARM64_DYNAREC] More changes to Strong memory model emulation | ptitSeb | 2023-10-18 | 1 | -2/+12 |
| * | [ARM64_DYNAREC] Added support for BOX4_DYNAREC_ALIGNED_ATOMICS | ptitSeb | 2023-10-17 | 1 | -0/+10 |
| * | Various changes on pthread cancel and tls destructor, should be easier to mai... | ptitSeb | 2023-10-13 | 1 | -3/+3 |
| * | Added BOX64_SDL2_JGUID, a workaround for game using old SDL_GetJoystickGUIDIn... | ptitSeb | 2023-10-11 | 1 | -1/+11 |
| * | [ANDROID] Remove PreInit Array Warning and Fix libdl name (#1001) | KreitinnSoftware | 2023-10-01 | 1 | -1/+5 |
| * | Improvd steam/proton handling, and gstreamer initialization and a large bunch... | ptitSeb | 2023-09-16 | 1 | -11/+38 |
| * | Fixed typo | Yang Liu | 2023-09-11 | 1 | -1/+1 |
| * | [RV64_DYNAREC] Added thead vendor extension detection | Yang Liu | 2023-09-11 | 1 | -8/+27 |
| * | Fixed detection and loading of program linked with glibc 2.34+ | ptitSeb | 2023-08-26 | 1 | -3/+3 |
| * | add /usr/x86_64-linux-gnu/lib to the shared library search path | Johannes Schauer Marin Rodrigues | 2023-07-23 | 1 | -0/+2 |
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ |
|
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| * | | Improved handling of malloc_hack_2 | ptitSeb | 2023-07-12 | 1 | -1/+3 |
| * | | [ELFLOADER] Added a check if lib version is compatible with what the elf load... | ptitSeb | 2023-07-09 | 1 | -2/+3 |
| * | | A few Push/Pop fixes and cleanups (#878) | Alexandre Julliard | 2023-07-03 | 1 | -0/+1 |
| * | | Added support for creating 32bits selector (no 32bits execution yet) | ptitSeb | 2023-06-17 | 1 | -1/+1 |
| * | | [DYNAREC] Addeddetection of libjvm (and an option to disable it) to apply con... | ptitSeb | 2023-05-31 | 1 | -0/+10 |
| * | | fix exit doesnt free jump table completely (#781) | kaixindeken | 2023-05-12 | 1 | -4/+4 |
| * | | Optimized Exit bridge managment | ptitSeb | 2023-05-10 | 1 | -1/+1 |
| * | | Some small changes to thread and fork and cloning x64emu_t struct | ptitSeb | 2023-05-08 | 1 | -3/+8 |