| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [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 |
| | | |||||
| * | [ARM64] Fixed a SIGBUS handling for VSTR128 not detected correctly | ptitSeb | 2023-10-10 | 1 | -1/+1 |
| | | |||||
| * | [ARM64] Fix SIGBUS workaround for STUR | ptitSeb | 2023-10-09 | 1 | -2/+2 |
| | | |||||
| * | Another small improvment for signal when running unreadable memory | ptitSeb | 2023-10-08 | 1 | -1/+15 |
| | | |||||
| * | Improved a bit running unreadable memory | ptitSeb | 2023-10-08 | 1 | -2/+3 |
| | | |||||
| * | [ARM64] More handling of unaligned access | ptitSeb | 2023-10-08 | 1 | -7/+85 |
| | | |||||
| * | [ARM64] Some handling of unaligned write to device memory | ptitSeb | 2023-10-08 | 1 | -0/+32 |
| | | |||||
| * | Cosmetic change | ptitSeb | 2023-10-01 | 1 | -2/+2 |
| | | |||||
| * | [DYNAREC] Changed lock mecanism for memory protection | ptitSeb | 2023-10-01 | 1 | -0/+1 |
| | | |||||
| * | [ANDROID] And again another attempt to fix the build | ptitSeb | 2023-09-02 | 2 | -0/+16 |
| | | |||||
| * | [ANDROID] More change to android/dynarec build | ptitSeb | 2023-09-02 | 1 | -0/+4 |
| | | |||||
| * | [ANDROID] Try to create an Android build, porting box86 Android build | ptitSeb | 2023-09-02 | 2 | -0/+13 |
| | | |||||
| * | [DYNAREC] Do not use dynarec in signal handling unless CUSTOM_MALLOC for ↵ | ptitSeb | 2023-08-27 | 1 | -0/+5 |
| | | | | | Dynarec is defined (so off for now, to avoid random lockup on libcef and other complex programs) | ||||
| * | Improved jmpbuff handling a bit | ptitSeb | 2023-08-13 | 1 | -7/+7 |
| | | |||||
| * | [DYNAREC] Added more info when FillBlock generate a segfault | ptitSeb | 2023-07-23 | 1 | -0/+1 |
| | | |||||
| * | Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too) | ptitSeb | 2023-07-22 | 1 | -4/+29 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 7 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 7 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | Removed useless box64context_t parameter to RunFunction and friend | ptitSeb | 2023-07-09 | 4 | -16/+16 |
| | | | |||||
| * | | Fixed non dynarec build | ptitSeb | 2023-07-08 | 1 | -22/+19 |
| | | | |||||
| * | | Simplyfied internal jmpbuf handling | ptitSeb | 2023-07-08 | 2 | -58/+47 |
| | | | |||||
| * | | But sigaction debug message back to LOG_DEBUG level | ptitSeb | 2023-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | Small improvement to Signal Handling, and put back trace of ↵ | ptitSeb | 2023-06-30 | 1 | -4/+7 |
| | | | | | | | | | Syscall/Sigaction to DEBUG level | ||||
| * | | Reworked a bit privileged instruction ([32BITS] too)(ARM64_DYNAREC] too) | ptitSeb | 2023-06-27 | 1 | -1/+1 |
| | | | |||||
| * | | A few cosmetic fixes (#858) | Alexandre Julliard | 2023-06-24 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [DYNAREC] Don't include pthread.h in C files. It's already included from box64context.h. Since there's no pthread.h on Win32, including it only once avoids having to add ifdefs everywhere. * [DYNAREC] Remove some duplicate definitions of the GETG helper macros. * Declare void functions with an explicit void. To avoid 'function declaration is not a prototype' warnings when using -Wstrict-prototypes. * Avoid including bridge_private.h in files that don't need it. * Avoid defining ZYDIS_RUNTIME_ADDRESS_NONE. It's not used, and conflicts with the original Zydis headers. | ||||
| * | | [32BITS][DYNAREC] Preparing Dynarec to handle 32bits code | ptitSeb | 2023-06-22 | 1 | -2/+2 |
| | | | |||||
| * | | [32BITS] Some work on signal handling from 32bits code (not enough yet) | ptitSeb | 2023-06-18 | 1 | -6/+11 |
| | | | |||||
| * | | Added some support for 32bits code (doesn't seems enough for wow64 yet) | ptitSeb | 2023-06-18 | 1 | -2/+6 |
| | | | |||||
| * | | Added support for creating 32bits selector (no 32bits execution yet) | ptitSeb | 2023-06-17 | 1 | -0/+7 |
| | | | |||||
| * | | Handle chained sigaction (for #829) | ptitSeb | 2023-06-10 | 1 | -5/+9 |
| | | | |||||
| * | | Fixed some potential issues when signal occurs with a (near) bad rsp | ptitSeb | 2023-05-25 | 1 | -2/+2 |
| | | | |||||
| * | | Added partial support for TF flags (should help with eroneous debugger ↵ | ptitSeb | 2023-05-24 | 1 | -0/+4 |
| | | | | | | | | | detection under wine) | ||||
| * | | [WRAPPER] Fixed stack align on varargs (for #789) (#790) | Yang Liu | 2023-05-16 | 1 | -3/+3 |
| | | | |||||
| * | | 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 | 2 | -5/+5 |
| | | | |||||
| * | | [WRAPPER] Used RunFunctionFmt for better sign-extend handling (#768) | Yang Liu | 2023-05-07 | 2 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | * [WRAPPER] Used RunFunctionFmt for better sign-extend handling * [WRAPPER] Fixed some typos * [WRAPPER] Use L for unsigned long for better portability * [WRAPPER] More replace from U to L | ||||
| * | | [DYNAREC] Use Dynarec on Signal function when possible | ptitSeb | 2023-05-07 | 1 | -6/+14 |
| | | | |||||
| * | | [DYNAREC] Disabled custom mutex for now | ptitSeb | 2023-05-07 | 2 | -16/+28 |
| | | | |||||
| * | | [DYNAREC] Made FASTPAGE more agressive | ptitSeb | 2023-05-06 | 1 | -1/+1 |
| | | | |||||
| * | | [ARM64_DYNAREC] Small improvment for signal handling | ptitSeb | 2023-05-04 | 1 | -2/+4 |
| | | | |||||
| * | | [DYNAREC] Improve handling of running block getting dirty while executing | ptitSeb | 2023-05-04 | 1 | -2/+3 |
| |/ | |||||
| * | Do less stuff in signal if it will not be printed out | ptitSeb | 2023-04-17 | 1 | -47/+49 |
| | | |||||
| * | Do not compute name and other info if they are not shown on signal | ptitSeb | 2023-04-16 | 1 | -5/+7 |
| | | |||||
| * | [DYNAREC] General fixes and improvment for multithread and jit program. ↵ | ptitSeb | 2023-04-16 | 1 | -4/+9 |
| | | | | | Helps Java, mono and Unity3d program... (should help #519, #464, #433, #272, #232, #193, #112...) | ||||
| * | [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 |
| | | |||||