| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added some wrapped function to mostly xcb libs (for #468) | ptitSeb | 2022-12-06 | 6 | -10/+19 |
| * | Added 1 more libX11 wrapped function (for #449) | ptitSeb | 2022-12-06 | 1 | -1/+1 |
| * | [DYNAREC] Fixed 66 0F 5B opcode (fixed 3dSen) | ptitSeb | 2022-12-04 | 1 | -3/+2 |
| * | Don't init main elf in PltReleader | ptitSeb | 2022-12-04 | 1 | -1/+1 |
| * | Improved RunElfInitPltResolver function | ptitSeb | 2022-12-04 | 1 | -2/+6 |
| * | Check if Symbol Elf is inited in PltResolver (helps #422 and #360) | ptitSeb | 2022-12-04 | 1 | -7/+55 |
| * | [TRACE] Print function name from on push rbp, instead of function name here | ptitSeb | 2022-12-04 | 1 | -2/+1 |
| * | Cosmetic change | ptitSeb | 2022-12-04 | 1 | -1/+1 |
| * | [TRACE] Fixed BOX64_TRACE_INIT | ptitSeb | 2022-12-04 | 1 | -2/+5 |
| * | [RCFILE] Fixed handling of BOX64_TRACE_FILE | ptitSeb | 2022-12-04 | 1 | -2/+2 |
| * | [TRACE] Add stack top trace for endbr64 opcode | ptitSeb | 2022-12-04 | 1 | -0/+2 |
| * | [DYNAREC] Added F0 F6 opcode | ptitSeb | 2022-12-04 | 1 | -0/+35 |
| * | Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's... | ptitSeb | 2022-12-04 | 12 | -47/+113 |
| * | Added wrapped libXpresent.so.1 | ptitSeb | 2022-12-04 | 10 | -1/+79 |
| * | Better rounding for some SSE opcodes (Help NuclearBlaze main menu, but doesn'... | ptitSeb | 2022-12-03 | 3 | -60/+15 |
| * | Optimized __tls_get_addr wrapped function a bit | ptitSeb | 2022-12-03 | 2 | -3/+3 |
| * | [RCFILE] Fixed String reading | ptitSeb | 2022-12-03 | 1 | -1/+1 |
| * | Wrapped GstAllocator and GstObject structures | ptitSeb | 2022-12-03 | 3 | -3/+96 |
| * | Use DynaCall instead of EmuCall for pthread_once callback (speedup some init ... | ptitSeb | 2022-12-03 | 1 | -1/+1 |
| * | [DYNAREC] Reworked dynarec memory allocator, and a bit of protection tracking... | ptitSeb | 2022-12-03 | 5 | -97/+227 |
| * | [DYNAREC] Protect memory even if MAP_FIXED_NOREPLACE flags was not respected | ptitSeb | 2022-12-03 | 1 | -2/+2 |
| * | Fixed handing of BOX86_ROLLING_LOG in rcfile | ptitSeb | 2022-12-02 | 1 | -1/+9 |
| * | [DYNAREC] Small changes on pagesize and hotpage | ptitSeb | 2022-12-02 | 4 | -8/+7 |
| * | [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed... | ptitSeb | 2022-12-01 | 4 | -4/+17 |
| * | [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGE | ptitSeb | 2022-12-01 | 6 | -13/+29 |
| * | Added yet another function in wrapped libpng16 | ptitSeb | 2022-12-01 | 1 | -1/+1 |
| * | Added another function in wrapped libpng16 | ptitSeb | 2022-11-30 | 1 | -0/+2 |
| * | Added 1 function in wrapped libpng16 | ptitSeb | 2022-11-30 | 1 | -0/+1 |
| * | [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ... | ptitSeb | 2022-11-29 | 10 | -15/+107 |
| * | Use dummy crashhandler lib by default | ptitSeb | 2022-11-29 | 1 | -4/+4 |
| * | Fixed some tc_mallinfo signature | ptitSeb | 2022-11-28 | 4 | -5/+9 |
| * | Fixed 2 logs when applay trace setting from RCFiles | ptitSeb | 2022-11-28 | 1 | -2/+2 |
| * | dlopen will not return value less than 3 (fixed deadcells) | ptitSeb | 2022-11-28 | 1 | -2/+7 |
| * | Changed how mmap with MAP_32BITS flag is handled (help deadcells, maybe some ... | ptitSeb | 2022-11-28 | 3 | -19/+26 |
| * | [DYNAREC] Optimized cleanDBFromAddressRange, again | ptitSeb | 2022-11-28 | 1 | -4/+7 |
| * | Fixed an issue when an entry is found 2 times in RCFiles | ptitSeb | 2022-11-28 | 1 | -7/+6 |
| * | [DYNAREC] Fixed native call trace with BOX64_LOG=2 | ptitSeb | 2022-11-28 | 1 | -2/+2 |
| * | [DYNAREC] Optimized HotPage handling, and made it lockless | ptitSeb | 2022-11-28 | 4 | -23/+47 |
| * | [DYNAREC] Removed a useless mutex lock | ptitSeb | 2022-11-28 | 1 | -5/+0 |
| * | Fixed Dynarec non-trace build | ptitSeb | 2022-11-27 | 1 | -3/+12 |
| * | Added box64rc configuration file handling | ptitSeb | 2022-11-27 | 17 | -67/+563 |
| * | Fixed an issue with grabNCpu function, as getline might use realloc, don't us... | ptitSeb | 2022-11-27 | 1 | -1/+2 |
| * | [DYNAREC] Refactored Strong Memory Model emulation | ptitSeb | 2022-11-26 | 17 | -107/+256 |
| * | [DYNAREC] Fixed 66 64 0F 2E/2F opcodes | ptitSeb | 2022-11-26 | 1 | -3/+2 |
| * | [RISCV] Fix build | ptitSeb | 2022-11-22 | 1 | -0/+13 |
| * | Improve (non-libc) syscall, and added a few new ones | ptitSeb | 2022-11-22 | 3 | -67/+213 |
| * | 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 |
| * | Added wrapped libcairoobject-2 and a bunch of other gtk related wrapped funct... | ptitSeb | 2022-11-22 | 15 | -18/+183 |
| * | Start of a new Dev. cycle | ptitSeb | 2022-11-22 | 1 | -1/+1 |