| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | | [DYNAREC] Added BOX64_DYNAREC_MISSING to only print dynarec missing opcode | ptitSeb | 2023-05-07 | 1 | -0/+10 |
| * | | [RV64_DYNAREC] Added undocumented BOX64_DYNAREC_RV64NOEXT to disable all RV64... | ptitSeb | 2023-05-02 | 1 | -1/+2 |
| * | | [RV64_DYNAREC] Added more opcodes (#751) | xctan | 2023-05-02 | 1 | -1/+1 |
| * | | Change default log value only if stdout is redirected, not box log output | ptitSeb | 2023-05-01 | 1 | -1/+1 |
| * | | [RV64_DYNAREC] Add detection of Zba, Zbb, Zbc and Zbs CPU extensions | ptitSeb | 2023-05-01 | 1 | -0/+12 |
| |/ |
|
| * | [DYNAREC] Defaulting to not tagging HotPage, it seems to work generaly better... | ptitSeb | 2023-04-26 | 1 | -1/+1 |
| * | Improved/fixed (agaaaaain) Load/Unload of library (might help #740 &nd #742) | ptitSeb | 2023-04-25 | 1 | -6/+13 |
| * | Prepend ld_library list instead of append | ptitSeb | 2023-04-16 | 1 | -1/+1 |
| * | [ELFLOADER] Improved handling of default versions | ptitSeb | 2023-04-10 | 1 | -4/+4 |
| * | [DYNAREC] Some fine-tunning to cosim | ptitSeb | 2023-04-01 | 1 | -0/+1 |
| * | [DYNAREC] Added BOX64_DYNAREC_TEST to run interpeter and dynarec at the same ... | ptitSeb | 2023-03-27 | 1 | -0/+13 |
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 1 | -5/+5 |
| * | Rv64 dynarec (#550) | ptitSeb | 2023-03-12 | 1 | -0/+3 |
| * | [DYNAREC] Added BOX64_DYNAREC_FORWARD parameter, with a default value to 128 ... | ptitSeb | 2023-03-07 | 1 | -0/+13 |
| * | [DYNAREC] Put box64 dynarec and cpu info on the same line | ptitSeb | 2023-03-06 | 1 | -2/+2 |
| * | Change branding of Cpu to refect Box64 and the cpu it's running on | ptitSeb | 2023-03-06 | 1 | -4/+6 |
| * | Added automatic detection of libcef (will help zoon #510, #451, #302 and prob... | ptitSeb | 2023-03-05 | 1 | -0/+10 |
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 1 | -1/+11 |
| |\ |
|
| | * | Fixed a improved HotPage handling | ptitSeb | 2023-02-20 | 1 | -1/+1 |
| | * | [DYNAREC] Introduced BOX64_DYNAREC_FASTPAGE to use an alternate way to handle... | ptitSeb | 2023-02-19 | 1 | -0/+10 |
| | * | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-19 | 1 | -0/+7 |
| * | | Improved convertion to/from 80bits double, and added BOX64_X87_NO80BITS to no... | ptitSeb | 2023-02-20 | 1 | -0/+7 |
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-18 | 1 | -0/+14 |
| |/ |
|
| * | [DYNAREC] Added BOX64_DYNAREC_WAIT env. var. (Default to 1) | ptitSeb | 2023-02-16 | 1 | -0/+10 |
| * | Refactored trace to file system, to be more resiliant | ptitSeb | 2023-02-14 | 1 | -2/+28 |
| * | Various minor warning fixes | ptitSeb | 2023-02-13 | 1 | -1/+1 |
| * | Fixed parameter order for BOX64_DYNAREC_HOTPAGE env parsing. (#511) | Tristan Morgan | 2023-02-09 | 1 | -1/+1 |
| * | [DYNAREC] Made FASTROUND the default (faster, less accurate) | ptitSeb | 2023-01-29 | 1 | -3/+3 |
| * | Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in... | ptitSeb | 2023-01-28 | 1 | -0/+10 |
| * | Fix, for good, non-dynarec build | ptitSeb | 2023-01-05 | 1 | -1/+1 |
| * | Added more command to rcfiles, and a default one when system version is not f... | ptitSeb | 2023-01-05 | 1 | -15/+16 |
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -5/+9 |
| * | [TRACE] Fixed BOX64_TRACE_INIT | ptitSeb | 2022-12-04 | 1 | -2/+5 |
| * | Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's... | ptitSeb | 2022-12-04 | 1 | -0/+7 |
| * | [DYNAREC] Small changes on pagesize and hotpage | ptitSeb | 2022-12-02 | 1 | -3/+3 |
| * | [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed... | ptitSeb | 2022-12-01 | 1 | -3/+13 |
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 1 | -0/+13 |
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ... | ptitSeb | 2022-11-29 | 1 | -0/+10 |