| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [DYNAREC] More improvement to TEST_DYNAREC | ptitSeb | 2023-03-31 | 1 | -0/+1 |
| | | |||||
| * | [DYNAREC] Improved TEST_INTERPRETER with inter-block testing | ptitSeb | 2023-03-28 | 1 | -0/+9 |
| | | |||||
| * | fix some spelling mistakes (#640) | josch | 2023-03-26 | 1 | -4/+4 |
| | | |||||
| * | Added some wrapped functions in pthread | ptitSeb | 2023-03-25 | 1 | -0/+16 |
| | | |||||
| * | Added support for running native SDL2_mixer (and image/ttf too) with ↵ | ptitSeb | 2023-03-25 | 1 | -0/+27 |
| | | | | | emulated SDL2 | ||||
| * | Cleanup mutex wrapping | ptitSeb | 2023-03-12 | 1 | -35/+0 |
| | | |||||
| * | Rv64 dynarec (#550) | ptitSeb | 2023-03-12 | 1 | -0/+75 |
| | | | | | | | | | | | | | | | * [RV64_DYNAREC] Pushed the rv64_lock.h * [RV64_DYNAREC] Add initial support for atomic functions * [RV64_DYNAREC] Added some basic infrastructure for the Dynarec (and 1 opcode) * [RV64_DYNAREC] Add a disassembler for RV64 instructions * [RV64_DYNAREC] Added 86 MOV opcode, and some fixes too * [RV64_DYNAREC] Added 8D LEA opcode * [RV64_DYNAREC] Added POP reg opcode * [RV64_DYNAREC] Various fixes and small optims --------- Co-authored-by: Yang Liu <liuyang22@iscas.ac.cn> | ||||
| * | [RISCV] Get pc from ucontext_t for RV64 | Yang Liu | 2023-03-06 | 1 | -0/+2 |
| | | | | | | | | | Removed a warning: box64/src/libtools/signals.c:846:6: warning: #warning Unhandled architecture [-Wcpp] 846 | #warning Unhandled architecture | ^~~~~~~ | ||||
| * | Made the Signal workaround more generic, so it can be used by Termux user | ptitSeb | 2023-03-05 | 1 | -1/+1 |
| | | |||||
| * | [RK3588] Made Workaround also working on non-dynarec build (just in case...) | ptitSeb | 2023-02-26 | 1 | -6/+6 |
| | | |||||
| * | Made the Signal workaround specific to RK3588 | ptitSeb | 2023-02-26 | 1 | -0/+3 |
| | | |||||
| * | Try to improved the Workaround, to make it more generic | ptitSeb | 2023-02-25 | 1 | -1/+6 |
| | | |||||
| * | [STEAM] Added a workaround for issue with steamwebhelper running on Armbian ↵ | ptitSeb | 2023-02-25 | 1 | -1/+1 |
| | | | | | (for #528 and other tickets) | ||||
| * | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-21 | 1 | -184/+28 |
| |\ | |||||
| | * | Simply handling of pthread_mutex_t structure (for #522) | ptitSeb | 2023-02-21 | 1 | -184/+28 |
| | | | |||||
| * | | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-20 | 1 | -1/+4 |
| |\| | |||||
| | * | [DYNAREC] Directly run program Segfault handler for Access Error with ↵ | ptitSeb | 2023-02-20 | 1 | -1/+4 |
| | | | | | | | | | PROT_DYNAREC_R, after a quick unprotectDB first | ||||
| * | | Merge branch 'main' into steam_chrome | ptitSeb | 2023-02-19 | 1 | -5/+5 |
| |\| | |||||
| | * | Simplified dynablock handling (reduced memory consuption) | ptitSeb | 2023-02-19 | 1 | -5/+5 |
| | | | |||||
| * | | Preliminary work to get steamwebhelper working | ptitSeb | 2023-02-18 | 1 | -3/+2 |
| |/ | |||||
| * | Fix non-Dynarec builds | ptitSeb | 2023-02-18 | 1 | -0/+2 |
| | | |||||
| * | Force show Backtrace when SIGABRT is trapped (still depending on ↵ | ptitSeb | 2023-02-18 | 1 | -1/+2 |
| | | | | | SHOWSEGV/LOG level if it's shown or not) | ||||
| * | Various improvment to backtrace, protection tracking, and SHOWBT. Also ↵ | ptitSeb | 2023-02-17 | 2 | -74/+140 |
| | | | | | SIGABRT is tracked like SIGSEGV, SIGILL and SIGBUS | ||||
| * | [DYNAREC] Don't forget to Cancel the block itself before bailling out of a ↵ | ptitSeb | 2023-02-14 | 1 | -0/+1 |
| | | | | | failed FillBlock64 | ||||
| * | Fix non-dynarec builds | ptitSeb | 2023-02-12 | 1 | -0/+6 |
| | | |||||
| * | Small improvment for emu thread tracking | ptitSeb | 2023-02-12 | 1 | -13/+5 |
| | | |||||
| * | [DYNAREC] Use custom mutex, improved Signal while FillBlocks64 and atomic ↵ | ptitSeb | 2023-02-12 | 2 | -36/+46 |
| | | | | | handling | ||||
| * | Changes for Alpine (#508) | RainbowC0 | 2023-02-05 | 1 | -1/+1 |
| | | | | | | | | | | | | * Update CMakeLists.txt Replaced bash with sh so that it can be compiled on Alpine * Update elfloader.c * Update threads.c Replaced __clock_id with clock_id to adapted to Alpine. | ||||
| * | Don't wrap struct obstack, alignment should be the same (for #504) | ptitSeb | 2023-02-02 | 1 | -2/+32 |
| | | |||||
| * | Refactored (again) lib init/fini mecanism | ptitSeb | 2023-01-01 | 1 | -4/+14 |
| | | |||||
| * | Reset Segment cache when changing TLS address | ptitSeb | 2022-12-17 | 1 | -0/+1 |
| | | |||||
| * | [DYNAREC] Small fix on unwinding of the x64 address when a signal occurs ↵ | ptitSeb | 2022-12-11 | 1 | -6/+8 |
| | | | | | just after a NOP opcode | ||||
| * | Some small fixes for pagesize != 4096 | ptitSeb | 2022-12-08 | 1 | -2/+2 |
| | | |||||
| * | Use DynaCall instead of EmuCall for pthread_once callback (speedup some init ↵ | ptitSeb | 2022-12-03 | 1 | -1/+1 |
| | | | | | code= | ||||
| * | [DYNAREC] Reworked dynarec memory allocator, and a bit of protection ↵ | ptitSeb | 2022-12-03 | 1 | -0/+21 |
| | | | | | tracking too (might help #455) | ||||
| * | Simplified alignment of stat64 structure | ptitSeb | 2022-11-22 | 1 | -10/+4 |
| | | |||||
| * | Improve stack management on signal handler | ptitSeb | 2022-11-22 | 1 | -15/+8 |
| | | |||||
| * | Small fixes and improvement to memory protection handling | ptitSeb | 2022-11-14 | 1 | -2/+9 |
| | | |||||
| * | Improved ROLLING_LOG and improved getcontext/setcontext handling of floating ↵ | ptitSeb | 2022-11-13 | 1 | -10/+6 |
| | | | | | points | ||||
| * | Remove dynablocklist (#438) | ptitSeb | 2022-10-31 | 1 | -4/+2 |
| | | | | | | | * [DYNAREC] Removed dynablock sons handling * [DYNAREC] Removed dynablocklist, and attached dynablocks to the jumptable * [DYNAREC] Changed handling of HotPage (part of Protection now) * [DYNAREC] Fixed some performance issues (especially with heavily threaded programs) | ||||
| * | Optimized custom pthread_once | ptitSeb | 2022-10-29 | 1 | -0/+3 |
| | | |||||
| * | Small imrpovment to custom phtread_once | ptitSeb | 2022-10-29 | 1 | -2/+1 |
| | | |||||
| * | Added BOX64_SHOWBT env. var. to have a backtrace on segfault | ptitSeb | 2022-10-27 | 1 | -0/+24 |
| | | |||||
| * | More flexibility for BOX64_ROLLING_LOG | ptitSeb | 2022-10-26 | 1 | -3/+3 |
| | | |||||
| * | Fixed non-dynarec build | ptitSeb | 2022-10-26 | 1 | -2/+2 |
| | | |||||
| * | Fix non-dynarec build | ptitSeb | 2022-10-26 | 1 | -2/+2 |
| | | |||||
| * | Made a custom implementation of pthread_once | ptitSeb | 2022-10-26 | 1 | -15/+15 |
| | | |||||
| * | Small fixes with unaligned pthread_cond_t | ptitSeb | 2022-10-24 | 1 | -3/+3 |
| | | |||||
| * | Forgot a bunch of other box_ malloc/realloc/calloc/free use | ptitSeb | 2022-10-23 | 1 | -1/+1 |
| | | |||||
| * | Small refactor and simplification of library_t structure and box64context_t | ptitSeb | 2022-10-19 | 1 | -6/+6 |
| | | |||||