| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [LONGAARCH] Renamed arch to LA64, as LA464 is code name for 3a5000, so that ↵ | ptitSeb | 2024-02-28 | 1 | -9/+9 |
| | | | | | way it's more generic (and sorry about that late minute change) | ||||
| * | LARCH64 dynarec (#1295) | Haichen Wu | 2024-02-28 | 1 | -0/+15 |
| | | | | | | * LARCH64_DYNAREC dynarec * [LARCH64_DYNAREC] Change mapping for the registers | ||||
| * | Added ability to staticaly build box64 (for #1045 and #310, maybe a few ↵ | ptitSeb | 2024-02-26 | 2 | -0/+405 |
| | | | | | others tickets) | ||||
| * | Small changes in signal safe function handling | ptitSeb | 2024-02-24 | 1 | -2/+2 |
| | | |||||
| * | Hardened the my_sigaltstack wrapped function | ptitSeb | 2024-02-22 | 1 | -10/+23 |
| | | |||||
| * | [LIBTOOL] Fixed my_pthread_attr_init (#1274) | Yang Liu | 2024-02-21 | 1 | -3/+4 |
| | | |||||
| * | [TRACE] Slightly better trace for dynarec block writing on own page | ptitSeb | 2024-02-20 | 1 | -1/+1 |
| | | |||||
| * | [ELFLOADER] Huge refactor of elfloader and symbol resolution. Some more ↵ | ptitSeb | 2024-02-15 | 2 | -6/+7 |
| | | | | | cleaning need to be done, but that's a first step (should help #422, #360, #1046 and probably others) | ||||
| * | [ANDROID] BOX64_SHOWBT Now show Emulated BT on Android (#1258) | KreitinnSoftware | 2024-02-10 | 1 | -2/+5 |
| | | | | Co-authored-by: Pablo Carlos <pablo@localhost.localdomain> | ||||
| * | Wrapped libraries refactor (#1257) | rajdakin | 2024-02-10 | 1 | -3/+3 |
| | | | | | | | | | | | | * [MISC] Removed a warning caused by tab/space mismatch * [WRAPPED] Factored out `getMy` and `freeMy` calls * [WRAPPED] Small cleanup of the init header * [WRAPPED] Factored out `SETALT` * [WRAPPED] Factored out needed libs | ||||
| * | Simplified (and improved?) handling of phtread_attr_t | ptitSeb | 2024-02-09 | 1 | -67/+86 |
| | | |||||
| * | Fixed a warning | ptitSeb | 2024-02-07 | 1 | -1/+1 |
| | | |||||
| * | [DYNAREC] Reworked a bit the Strange SEGSIGV handling | ptitSeb | 2024-02-03 | 1 | -2/+8 |
| | | |||||
| * | [TRACE] Slightly better trace for some dynarec runtime issues | ptitSeb | 2024-01-29 | 1 | -2/+2 |
| | | |||||
| * | [DYNAREC] Narrow the cases for Strange SIGSEGV to protextion with READ & WIRTE | ptitSeb | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | Added a new option BOX64_MMAP32 to use 32bits mapping on external MMAP (help ↵ | ptitSeb | 2024-01-23 | 1 | -6/+9 |
| | | | | | Snapdragon device running Vulkan with Wine/Wow64, active by default on SD845/SD888/SD8G2 profiles) | ||||
| * | Make sure Stack is aligned properly... (should help #1187 and ~1188) | ptitSeb | 2024-01-22 | 2 | -2/+11 |
| | | |||||
| * | Reworked exit, unloading libs and running Fini as it should (plus a ↵ | ptitSeb | 2024-01-19 | 1 | -1/+2 |
| | | | | | workaround for nvidia driver not unloading) | ||||
| * | Fixes (#1207) | rajdakin | 2024-01-18 | 2 | -3/+3 |
| | | | | | | | | | | | | * Fixed signed/unsigned issues and other cosmetics * [WRAPPERS] Fixed missing `return`s in `my_` functions * [EMU] More fixes * [STEAM] Forgot one cleanup * [WRAPPER] Fixed wrappedpulse callback signatures | ||||
| * | Fixed an issue with a failsafe that was not working | ptitSeb | 2024-01-18 | 1 | -2/+2 |
| | | |||||
| * | Fixed xcb_connect wrapping | ptitSeb | 2024-01-15 | 1 | -3/+12 |
| | | |||||
| * | [RBTREE] Reverted memory tracking to 32 bits (#1201) | rajdakin | 2024-01-13 | 1 | -3/+3 |
| | | |||||
| * | [DYNAREC_RV64] Added CALL/RET optimization (#1183) | Yang Liu | 2024-01-05 | 1 | -19/+22 |
| | | | | | | | | | | | | * [DYNAREC_RV64] Added CALL/RET optimization * More hacks on the call/ret optimization * Small fixes, but still not working * More fixes * More fixes | ||||
| * | [ARM64] Improved fast path for unaligned access to device memory (for NVidia ↵ | ptitSeb | 2024-01-01 | 1 | -8/+8 |
| | | | | | cards) | ||||
| * | More xcb_connection_t wrapping for vulkan | ptitSeb | 2023-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fixed some (nasty sometimes) warning | ptitSeb | 2023-12-31 | 1 | -10/+10 |
| | | |||||
| * | [MEMORY] Switched from a sparse array to a red-black tree (#1180) | rajdakin | 2023-12-31 | 1 | -9/+9 |
| | | | | | | * [MEMORY] Switched from a sparse array to an RB tree * [RBTREE] Fixed the Android build | ||||
| * | More work on xcb wrapping, as xcb_connection_t needs alignment | ptitSeb | 2023-12-26 | 1 | -0/+185 |
| | | |||||
| * | [ARM64] Improved handling of unaligned access to device memory (for NVidia ↵ | ptitSeb | 2023-12-18 | 1 | -14/+14 |
| | | | | | drivers, fixes No Man Sky) | ||||
| * | [ARM64] Added a new case of device memory unaligned write | ptitSeb | 2023-12-18 | 1 | -0/+14 |
| | | |||||
| * | [ARM64_DYNAREC] Added one ore special case of device unaligned memory access ↵ | ptitSeb | 2023-12-15 | 1 | -0/+22 |
| | | | | | handling | ||||
| * | Added lldb option to JITGDB | ptitSeb | 2023-12-15 | 1 | -1/+3 |
| | | |||||
| * | Fixed a signal handler (helps wine stuffs) | ptitSeb | 2023-12-08 | 1 | -1/+1 |
| | | |||||
| * | [DYNAREC] Small change to signal handling and unexpected segfault | ptitSeb | 2023-12-07 | 1 | -5/+10 |
| | | |||||
| * | [INTERPRETER] Added addling to divide by 0 exception | ptitSeb | 2023-12-05 | 1 | -0/+23 |
| | | |||||
| * | [ANDROID] Fix Clang Compiling (#1094) | Lily | 2023-11-28 | 1 | -0/+8 |
| | | |||||
| * | [SIGNAL] Fixed copyUCTXreg2Emu (#1086) | Yang Liu | 2023-11-26 | 1 | -1/+1 |
| | | |||||
| * | [RV64] This should fix RISCV64 build | ptitSeb | 2023-11-23 | 1 | -1/+1 |
| | | |||||
| * | Small improvement on signal handling | ptitSeb | 2023-11-23 | 1 | -26/+51 |
| | | |||||
| * | Saved defered flag status when processing signal / foreign function | ptitSeb | 2023-11-17 | 1 | -1/+1 |
| | | |||||
| * | Workaround to handle SIGMAX properly (should help #1056) | ptitSeb | 2023-11-15 | 1 | -4/+4 |
| | | |||||
| * | Fixed no DYNAREC build | ptitSeb | 2023-11-13 | 1 | -0/+4 |
| | | |||||
| * | [DYNAREC] Small improved trace on UD / INT type of opcodes | ptitSeb | 2023-11-13 | 1 | -2/+2 |
| | | |||||
| * | [DYNAREC] Cancel dynablock creation on SEGBUS too | ptitSeb | 2023-11-05 | 1 | -5/+6 |
| | | |||||
| * | [ARM64_DYNAREC] More special handling of SEGBUS on device memory (for NVidia ↵ | ptitSeb | 2023-10-26 | 1 | -0/+32 |
| | | | | | drivers) | ||||
| * | [ARM64_DYNAREC] More handling of SIGBUS on device memory (for Doomvk 2016 on ↵ | ptitSeb | 2023-10-21 | 1 | -0/+90 |
| | | | | | NVidia) | ||||
| * | Some more rollback on tls destructor (more work needed on threads cleanup ↵ | ptitSeb | 2023-10-17 | 1 | -3/+2 |
| | | | | | handling) | ||||
| * | Rollback to previous way of handling tls key destructors | ptitSeb | 2023-10-16 | 1 | -44/+28 |
| | | |||||
| * | Various changes on pthread cancel and tls destructor, should be easier to ↵ | ptitSeb | 2023-10-13 | 1 | -119/+101 |
| | | | | | maintain | ||||
| * | And this one can be const too | ptitSeb | 2023-10-13 | 1 | -1/+1 |
| | | |||||