| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Moved emit functions to seperate files from signals.h (#2516) | Yang Liu | 2025-04-09 | 1 | -5/+0 |
| | | |||||
| * | Added backtrace.h for holding backtrace-related functions (#2515) | Yang Liu | 2025-04-09 | 1 | -2/+0 |
| | | |||||
| * | Moved some emit functions to os.h (#2494) | Yang Liu | 2025-04-02 | 1 | -0/+3 |
| | | |||||
| * | [TRACE] Improved native backtrace, and create a function so it can be use ↵ | ptitSeb | 2025-03-17 | 1 | -0/+2 |
| | | | | | elsewhere | ||||
| * | [ANDROID] Another attempt at fixing the build | ptitSeb | 2024-12-27 | 1 | -11/+11 |
| | | |||||
| * | [ANDROID] Fix build | ptitSeb | 2024-12-27 | 1 | -10/+10 |
| | | |||||
| * | [ANDROID] Fixed definition of android_sigaction_t | ptitSeb | 2024-12-27 | 1 | -1/+1 |
| | | |||||
| * | [ANDROID] Try to fix signal handling on android | ptitSeb | 2024-12-27 | 1 | -0/+12 |
| | | |||||
| * | Improve handling of memory protection, and excution bit | ptitSeb | 2024-11-04 | 1 | -0/+1 |
| | | |||||
| * | [BOX32] More work on various wrapper, and some bug fixes | ptitSeb | 2024-10-06 | 1 | -2/+2 |
| | | |||||
| * | [BOX32] More 32bits wrapped functions | ptitSeb | 2024-08-31 | 1 | -0/+23 |
| | | |||||
| * | [INTERPRETER] Added addling to divide by 0 exception | ptitSeb | 2023-12-05 | 1 | -0/+1 |
| | | |||||
| * | Better handling of int 29/2C/2d with wine ([ARM64_DYNAREC] too) | ptitSeb | 2023-07-22 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #896 from josch/exe | ptitSeb | 2023-07-21 | 1 | -0/+0 |
| |\ | | | | | remove executable bits | ||||
| | * | remove executable bits | Johannes Schauer Marin Rodrigues | 2023-07-21 | 1 | -0/+0 |
| | | | | | | | | | Closes: #895 | ||||
| * | | A few cosmetic fixes (#858) | Alexandre Julliard | 2023-06-24 | 1 | -1/+1 |
| |/ | | | | | | | | | | | | | | | | | | | | | * [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. | ||||
| * | use sighandler_t instead of __sighandler_t so it compiles for musl (#500) | Steven Vanden Branden | 2023-01-20 | 1 | -3/+3 |
| | | |||||
| * | Reworked FPU/MMX regs, added Context and Signal handling (and test13 works) | ptitSeb | 2021-03-07 | 1 | -0/+41 |