| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [TRACE] Added TID on Strange SIGSEGV with Access Error message | ptitSeb | 2025-01-18 | 1 | -3/+3 | |
| | | ||||||
| * | [TRACE] Fixed a typo in a debug message | ptitSeb | 2025-01-17 | 1 | -1/+1 | |
| | | ||||||
| * | [DYNAREC] Introduce BOX64_DYNAREC_DIRTY and some profile to use it | ptitSeb | 2025-01-15 | 1 | -1/+1 | |
| | | ||||||
| * | [ARM64_DYNAREC] Added unaligned code for F3 0F 7F opcode | ptitSeb | 2025-01-15 | 1 | -2/+2 | |
| | | ||||||
| * | Small improvment on signal handling and db/x64pc fetching | ptitSeb | 2025-01-14 | 1 | -21/+29 | |
| | | ||||||
| * | This should fix the non-dynarec build | ptitSeb | 2025-01-13 | 1 | -3/+4 | |
| | | ||||||
| * | Try to improve full x86 state gathering on Signal | ptitSeb | 2025-01-13 | 1 | -5/+13 | |
| | | ||||||
| * | [SIGNAL][RV64] Supported more opcodes for special cases (#2253) | Yang Liu | 2025-01-11 | 1 | -2/+2 | |
| | | ||||||
| * | This should fix non-Dynarec builds | ptitSeb | 2025-01-11 | 1 | -3/+1 | |
| | | ||||||
| * | Another attempt at fixing non-Dynarec builds | ptitSeb | 2025-01-11 | 1 | -0/+6 | |
| | | ||||||
| * | This should fix non-Dynarec builds | ptitSeb | 2025-01-11 | 1 | -2/+4 | |
| | | ||||||
| * | [ARM64_DYNAREC] Better handling unaligned access to device memory, with ↵ | ptitSeb | 2025-01-11 | 1 | -27/+83 | |
| | | | | | regeration of code | |||||
| * | [SIGNAL][RV64] Added special unaligned cases handling (#2248) | Yang Liu | 2025-01-10 | 1 | -1/+45 | |
| | | ||||||
| * | [TRACE] Small change in Double segfault trace | ptitSeb | 2025-01-07 | 1 | -2/+12 | |
| | | ||||||
| * | [DYNAREC] Imroved log on signal and flags/sse info gathering. ↵ | ptitSeb | 2025-01-05 | 1 | -130/+36 | |
| | | | | | [ARM64_DYNAREC] Fixed some case of nat flags being incorectly used | |||||
| * | [ARM64_DYNAREC] Fixed native flags with signal, and added sse handling | ptitSeb | 2025-01-02 | 1 | -0/+3 | |
| | | ||||||
| * | [BOX32] Fixed build | ptitSeb | 2024-12-31 | 1 | -1/+1 | |
| | | ||||||
| * | [ARM64_DYNAREC] Improved signal handling and flags handling (tbd on other archs) | ptitSeb | 2024-12-31 | 1 | -46/+131 | |
| | | ||||||
| * | [ANDROID] Another attempt at fixing the build | ptitSeb | 2024-12-27 | 1 | -8/+0 | |
| | | ||||||
| * | [ANDROID] Fix build | ptitSeb | 2024-12-27 | 1 | -4/+0 | |
| | | ||||||
| * | [ANDROID] Try to fix signal handling on android | ptitSeb | 2024-12-27 | 1 | -0/+12 | |
| | | ||||||
| * | [DYNAREC] Some light rework of the hotpage handling | ptitSeb | 2024-12-23 | 1 | -13/+1 | |
| | | ||||||
| * | Simplified ucontext uc_link managment (closer to glibc handling) ([BOX32] too) | ptitSeb | 2024-12-20 | 1 | -7/+18 | |
| | | ||||||
| * | Added an helper function to abort and backtrace (used in [BOX32] when ↵ | ptitSeb | 2024-12-18 | 1 | -0/+34 | |
| | | | | | pointer address not 32bits compatible) | |||||
| * | [RV64_DYNAREC] New register mapping (#2139) | Yang Liu | 2024-12-12 | 1 | -35/+35 | |
| | | | | | | * [RV64_DYNAREC] New register mapping * Fix | |||||
| * | [NON4KPAGE] Some more adjustments for non-4Kpagesize system (should help #2110) | ptitSeb | 2024-12-05 | 1 | -4/+4 | |
| | | ||||||
| * | Fix X64 build | ptitSeb | 2024-12-03 | 1 | -0/+1 | |
| | | ||||||
| * | Improved signal handling ([BOX32] Too) | ptitSeb | 2024-12-03 | 1 | -19/+18 | |
| | | ||||||
| * | Added a new memExist helper function and use it instead of getMmapped were ↵ | ptitSeb | 2024-11-30 | 1 | -2/+2 | |
| | | | | | it make sense | |||||
| * | [TRACE] Show backtrace on emit_signal too if asked | ptitSeb | 2024-11-29 | 1 | -0/+30 | |
| | | ||||||
| * | Improved Signal handling ([ARM4_DYNAREC] too) | ptitSeb | 2024-11-18 | 1 | -8/+17 | |
| | | ||||||
| * | Smal adjustment in singal handling for no-execution error | ptitSeb | 2024-11-16 | 1 | -2/+2 | |
| | | ||||||
| * | [TRACE] More info on signal | ptitSeb | 2024-11-15 | 1 | -3/+4 | |
| | | ||||||
| * | [DYNAREC] Small chnage o hotpage detection to make it less sensitive | ptitSeb | 2024-11-09 | 1 | -2/+4 | |
| | | ||||||
| * | Improved getcontext/setcontext ([BOX32] too) | ptitSeb | 2024-11-08 | 1 | -3/+6 | |
| | | ||||||
| * | Removed a debug leftover | ptitSeb | 2024-11-07 | 1 | -1/+0 | |
| | | ||||||
| * | [BOX32] Improve errno handling, and added a few more libc wrapped functions | ptitSeb | 2024-11-07 | 1 | -0/+1 | |
| | | ||||||
| * | A bit more trace for emited signals | ptitSeb | 2024-11-06 | 1 | -0/+2 | |
| | | ||||||
| * | Silenced a signal message | ptitSeb | 2024-11-05 | 1 | -1/+1 | |
| | | ||||||
| * | Disabling memory bit test when pagesize is not 4K | ptitSeb | 2024-11-05 | 1 | -0/+2 | |
| | | ||||||
| * | Improve handling of memory protection, and excution bit | ptitSeb | 2024-11-04 | 1 | -22/+71 | |
| | | ||||||
| * | Various box32 wrapped libs and script fixes (#1889) | rajdakin | 2024-09-30 | 1 | -3/+1 | |
| | | | | | | | | * [WRAPPED32] Fixed the rebuild_wrappers_32 script, fixed some libc signatures * [WRAPPED32] Added back xdr functions * [WRAPPED32] Forgot to regenerate wrappers | |||||
| * | When showing opcode on SEGFAULT/SIGBUS, show if it's x86 or x64 | ptitSeb | 2024-09-09 | 1 | -1/+1 | |
| | | ||||||
| * | [DYNAREC] Simplified a bit getX64Address utility function | ptitSeb | 2024-09-09 | 1 | -7/+4 | |
| | | ||||||
| * | Show x86opcode at segfault if segfault address is not pc | ptitSeb | 2024-09-08 | 1 | -1/+1 | |
| | | ||||||
| * | Added a small fix in signe handler ucntx construction | ptitSeb | 2024-09-07 | 1 | -0/+1 | |
| | | ||||||
| * | Added preliminary Box32 support (#1760) | ptitSeb | 2024-08-26 | 1 | -1/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Improve the ReserveHigMemory helper function * [BOX32] Added some wrapping infrastructure * [BOX32] More wrapped 32bits lib infrastructure * [BOX32] Added callback and tls 32bits handling * [BOX32] Added more 32bits, around wrappers and elfs * [BOX32] Added the 32bits version of myalign * [BOX32] More wrapped libs and 32bits fixes and imrpovments * [BOX32] Added some 32bits tests * [BOX32] Try to enable some Box32 build and test on the CI * [BOX32] Disable Box32 testing on CI platform that use qemu * [BOX32] Another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Small fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Yet another fix for another attempt to disable Box32 testing on CI platform that use qemu * [BOX32] Fixed a typo in CI script * [BOX32] Better scratch alighnment and enabled more tests * [BOX32] Added (partial) wrapped 32bits librt * [BOX32] Added mention of Box32 in README * [BOX32] Added phtread handling, and numerous fixes to 32bits handling. [ARM64_DYNAREC] Fixed access to segment with negative offset * [BOX32] Added system libs and cpp testing, plus some more fixes * [BOX32] Fix previous commit * [BOX32] Better stack adjustment for 32bits processes * [BOX32] Added getenv wrapped 32bits function and friends * [BOX32] Don't look for box86 for a Box32 build * [BOX32] Don't do 32bits cppThreads test for now on CI * [BOX32] Enabled a few more 32bits tests * [BOX32] For ld_lib_path for both CppThreads tests * [BOX32] [ANDROID] Some Fixes for Android Build * [BOX32] Still need to disable cppThread_32bits test on CI for some reason * [BOX32] [ANDROID] Don't show PreInit Array Warning (#1751) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to … (#1752) * [BOX32] [ANDROID] One More Fix for Android Build That I forgotten to push before * [BOX32] [ANDROID] Try to Create __libc_init * [BOX32] [ANDROID] Try to disable NEEDED_LIBS for now (libdl is not wrapped) * [BOX32] Updated generated files * [BOX32] Added 32bits context functions * [BOX32] Added 32bits signal handling * [BOX32] Added some missing 32bits elfloader functions * [BOX32] Fix build on x86_64 machine * [BOX32] Better fix for x86_64 build * [BOX32] Actually added missing libs, and re-enabled cppThreads_32bits test * [BOX32] Added wrapped 32bits libdl * [BOX32] Try to re-enabled Box32 test on CI for ARM64 builds * [BOX32] fine-tuning Box32 test on CI for ARM64 builds * [BOX32] More fine-tuning to Box32 test on CI for ARM64 builds * [BOX32] Enabled Box32 test on CI for LA64 and RV64 builds too * [BOX32] re-Disabled Box32 test on CI for LA64 and RV64 builds, not working for now * [BOX32] Temporarily disabled cppThreads_32bits test on CI --------- Co-authored-by: KreitinnSoftware <pablopro5051@gmail.com> Co-authored-by: KreitinnSoftware <80591934+KreitinnSoftware@users.noreply.github.com> | |||||
| * | Improved exception/int 3 handling | ptitSeb | 2024-07-21 | 1 | -4/+5 | |
| | | ||||||
| * | Changed how TRAPNO 12 is triggered | ptitSeb | 2024-07-16 | 1 | -4/+5 | |
| | | ||||||
| * | Fix signal stack handling on reentrant signal when using SigAltStack | ptitSeb | 2024-07-13 | 1 | -3/+1 | |
| | | ||||||