about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added some wrapped function to mostly xcb libs (for #468)ptitSeb2022-12-066-10/+19
* Added 1 more libX11 wrapped function (for #449)ptitSeb2022-12-061-1/+1
* [DYNAREC] Fixed 66 0F 5B opcode (fixed 3dSen)ptitSeb2022-12-041-3/+2
* Don't init main elf in PltReleaderptitSeb2022-12-041-1/+1
* Improved RunElfInitPltResolver functionptitSeb2022-12-041-2/+6
* Check if Symbol Elf is inited in PltResolver (helps #422 and #360)ptitSeb2022-12-041-7/+55
* [TRACE] Print function name from on push rbp, instead of function name hereptitSeb2022-12-041-2/+1
* Cosmetic changeptitSeb2022-12-041-1/+1
* [TRACE] Fixed BOX64_TRACE_INITptitSeb2022-12-041-2/+5
* [RCFILE] Fixed handling of BOX64_TRACE_FILEptitSeb2022-12-041-2/+2
* [TRACE] Add stack top trace for endbr64 opcodeptitSeb2022-12-041-0/+2
* [DYNAREC] Added F0 F6 opcodeptitSeb2022-12-041-0/+35
* Added experimental (undocumented) BOX64_SSE_FLUSHTO0 env. var. (not sure it's...ptitSeb2022-12-0412-47/+113
* Added wrapped libXpresent.so.1ptitSeb2022-12-0410-1/+79
* Better rounding for some SSE opcodes (Help NuclearBlaze main menu, but doesn'...ptitSeb2022-12-033-60/+15
* Optimized __tls_get_addr wrapped function a bitptitSeb2022-12-032-3/+3
* [RCFILE] Fixed String readingptitSeb2022-12-031-1/+1
* Wrapped GstAllocator and GstObject structuresptitSeb2022-12-033-3/+96
* Use DynaCall instead of EmuCall for pthread_once callback (speedup some init ...ptitSeb2022-12-031-1/+1
* [DYNAREC] Reworked dynarec memory allocator, and a bit of protection tracking...ptitSeb2022-12-035-97/+227
* [DYNAREC] Protect memory even if MAP_FIXED_NOREPLACE flags was not respectedptitSeb2022-12-031-2/+2
* Fixed handing of BOX86_ROLLING_LOG in rcfileptitSeb2022-12-021-1/+9
* [DYNAREC] Small changes on pagesize and hotpageptitSeb2022-12-024-8/+7
* [DYNAREC] Added BOX64_DYNAREC_BLEEDING_EDGE to control detection of MonoBleed...ptitSeb2022-12-014-4/+17
* [DYNAREC] More control over HotPage handling with BOX64_DYNARC_HOTPAGEptitSeb2022-12-016-13/+29
* Added yet another function in wrapped libpng16ptitSeb2022-12-011-1/+1
* Added another function in wrapped libpng16ptitSeb2022-11-301-0/+2
* Added 1 function in wrapped libpng16ptitSeb2022-11-301-0/+1
* [DYNAREC] Added BOX64_DYNAREC_CALLRET option, in rcfile too (faster handling ...ptitSeb2022-11-2910-15/+107
* Use dummy crashhandler lib by defaultptitSeb2022-11-291-4/+4
* Fixed some tc_mallinfo signatureptitSeb2022-11-284-5/+9
* Fixed 2 logs when applay trace setting from RCFilesptitSeb2022-11-281-2/+2
* dlopen will not return value less than 3 (fixed deadcells)ptitSeb2022-11-281-2/+7
* Changed how mmap with MAP_32BITS flag is handled (help deadcells, maybe some ...ptitSeb2022-11-283-19/+26
* [DYNAREC] Optimized cleanDBFromAddressRange, againptitSeb2022-11-281-4/+7
* Fixed an issue when an entry is found 2 times in RCFilesptitSeb2022-11-281-7/+6
* [DYNAREC] Fixed native call trace with BOX64_LOG=2ptitSeb2022-11-281-2/+2
* [DYNAREC] Optimized HotPage handling, and made it locklessptitSeb2022-11-284-23/+47
* [DYNAREC] Removed a useless mutex lockptitSeb2022-11-281-5/+0
* Fixed Dynarec non-trace buildptitSeb2022-11-271-3/+12
* Added box64rc configuration file handlingptitSeb2022-11-2717-67/+563
* Fixed an issue with grabNCpu function, as getline might use realloc, don't us...ptitSeb2022-11-271-1/+2
* [DYNAREC] Refactored Strong Memory Model emulationptitSeb2022-11-2617-107/+256
* [DYNAREC] Fixed 66 64 0F 2E/2F opcodesptitSeb2022-11-261-3/+2
* [RISCV] Fix buildptitSeb2022-11-221-0/+13
* Improve (non-libc) syscall, and added a few new onesptitSeb2022-11-223-67/+213
* Simplified alignment of stat64 structureptitSeb2022-11-221-10/+4
* Improve stack management on signal handlerptitSeb2022-11-221-15/+8
* Added wrapped libcairoobject-2 and a bunch of other gtk related wrapped funct...ptitSeb2022-11-2215-18/+183
* Start of a new Dev. cycleptitSeb2022-11-221-1/+1