| Commit message (Expand) | Author | Age | Files | Lines |
| * | Improved clone wrapped function compatibility | ptitSeb | 2024-10-30 | 1 | -0/+1 |
| * | [BOX32] Refactored X11 wrapping, and add a few more functions | ptitSeb | 2024-10-08 | 1 | -0/+1 |
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 1 | -0/+11 |
| * | [INTERPRETER] Fixed CMPXCHG16B opcode for la64 (#1506) | Yang Liu | 2024-05-20 | 1 | -1/+1 |
| * | Changed the workaround for MiniMetro/Steam, using rcfile now (for #1311) | ptitSeb | 2024-05-09 | 1 | -0/+1 |
| * | Added some hack to rename wine binary process too (help mesa pick up the corr... | ptitSeb | 2024-02-24 | 1 | -0/+3 |
| * | [ELFLOADER] Improved inter-library dependancie managment | ptitSeb | 2024-02-16 | 1 | -0/+2 |
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more clean... | ptitSeb | 2024-02-15 | 1 | -0/+1 |
| * | [DYNAREC] use an rbtree for dynablock size and max_db_size update | ptitSeb | 2024-01-23 | 1 | -0/+2 |
| * | Workaround to handle SIGMAX properly (should help #1056) | ptitSeb | 2023-11-15 | 1 | -4/+4 |
| * | [ELFLOADER] Better handling of dlopen library without RTLD_GLOBAL flags | ptitSeb | 2023-08-27 | 1 | -0/+1 |
| * | 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 |
| * | | Fixed some warnings/build errors | ptitSeb | 2023-07-16 | 1 | -1/+2 |
| * | | [ELFLOADER] Reworked R_X86_64_COPY and R_X86_64_GLOB_DAT handling, improving ... | ptitSeb | 2023-07-15 | 1 | -0/+1 |
| * | | A few cosmetic fixes (#858) | Alexandre Julliard | 2023-06-24 | 1 | -3/+3 |
| * | | Added ability to trace and dump 32bits code | ptitSeb | 2023-06-17 | 1 | -0/+1 |
| * | | Added support for creating 32bits selector (no 32bits execution yet) | ptitSeb | 2023-06-17 | 1 | -2/+4 |
| * | | [RV64_DYNAREC] Added F3 0F B8 POPCNT opcode and fixed LOCK CMPXCHG16B for ML2... | xctan | 2023-05-28 | 1 | -0/+3 |
| * | | Optimized Exit bridge managment | ptitSeb | 2023-05-10 | 1 | -0/+1 |
| * | | [DYNAREC] Disabled custom mutex for now | ptitSeb | 2023-05-07 | 1 | -1/+14 |
| |/ |
|
| * | Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742) | ptitSeb | 2023-04-25 | 1 | -0/+1 |
| * | Improve loading/unloading of libs, and fixed a regression when dlopen a lib a... | ptitSeb | 2023-04-12 | 1 | -0/+1 |
| * | [ELFLOADER] Improved handling of Failed-to-load library (and unloading of lib... | ptitSeb | 2023-04-10 | 1 | -0/+2 |
| * | [ELFLOADER] Improved handling of default versions | ptitSeb | 2023-04-10 | 1 | -2/+0 |
| * | [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ... | ptitSeb | 2023-03-27 | 1 | -0/+1 |
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 1 | -5/+5 |
| * | Refactored OpenGL symbol fetching and managment | ptitSeb | 2023-03-05 | 1 | -4/+1 |
| * | [DYNAREC] Finetuned the jump table memory allocation | ptitSeb | 2023-03-02 | 1 | -1/+0 |
| * | [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic han... | ptitSeb | 2023-02-12 | 1 | -5/+23 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -2/+6 |
| * | Better handling of rolling logs | ptitSeb | 2022-11-15 | 1 | -0/+5 |
| * | Remove dynablocklist (#438) | ptitSeb | 2022-10-31 | 1 | -1/+1 |
| * | More flexibility for BOX64_ROLLING_LOG | ptitSeb | 2022-10-26 | 1 | -4/+2 |
| * | Made a custom implementation of pthread_once | ptitSeb | 2022-10-26 | 1 | -2/+0 |
| * | Refactored, again, elfloader symbol fetching (ported from box86) | ptitSeb | 2022-10-22 | 1 | -3/+3 |
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -17/+8 |
| * | Improved usage of x86_64 bash with BOX64_BASH env var | ptitSeb | 2022-09-15 | 1 | -0/+1 |
| * | Small improvment to BOX64_ROLLING_LOG=1 | ptitSeb | 2022-07-30 | 1 | -1/+1 |
| * | Added BOX64_ROLLING_LOG=1 for a 'Just in Time LOG=2' on signal | ptitSeb | 2022-07-30 | 1 | -0/+7 |
| * | Reworked TLS to limit resizing, as it tends to break Unity3D games | ptitSeb | 2022-07-03 | 1 | -2/+4 |
| * | Some refactor on wrapped lib handling, to limit calloc/free used and get more... | ptitSeb | 2022-05-09 | 1 | -8/+0 |
| * | Various changes and improvement centered around steam (but still not good eno... | ptitSeb | 2022-03-04 | 1 | -0/+2 |
| * | More work on readlinkat and clone syscall | ptitSeb | 2022-03-01 | 1 | -0/+2 |
| * | Wrapped Vulkan libraries | ptitSeb | 2021-11-21 | 1 | -0/+4 |
| * | Add some support vor VSyscall | ptitSeb | 2021-09-02 | 1 | -0/+1 |
| * | Use box86 to launch x86 binary (if box86 is present in same folder as box64) | ptitSeb | 2021-07-12 | 1 | -0/+1 |
| * | Removed mutex per bridge and use a global one (remove chance of freeze on fork) | ptitSeb | 2021-07-05 | 1 | -0/+1 |
| * | Added suport for arch_prctl syscall, and GL segment handling ([DYNAREC] too) | ptitSeb | 2021-06-07 | 1 | -1/+1 |
| * | Fixed some wrapped functions, upgraded the python script | rajdakin | 2021-06-04 | 1 | -0/+1 |