about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bumped to v0.2.0ptitSeb2022-11-171-2/+2
* [DYNAREC] Fixed RCR and RCL opcodesptitSeb2022-11-165-15/+13
* Added one more GLES extension to wrapped libGLptitSeb2022-11-156-0/+35
* Added a few more wrapped function to libcryptoptitSeb2022-11-151-4/+4
* Better handling of rolling logsptitSeb2022-11-153-17/+32
* [DYNAREC] Pre-allocate more instructions on FillBlock64ptitSeb2022-11-151-1/+1
* Added 1 wrapped function to libX11ptitSeb2022-11-151-1/+1
* Added 1 extension to wrapped libGLptitSeb2022-11-151-0/+4
* Added a bunch of libGL and libGLES2 extensionsptitSeb2022-11-155-0/+593
* Small fixes and improvement to memory protection handlingptitSeb2022-11-143-27/+47
* Added BOX64_CRASHHANDLER env. var.ptitSeb2022-11-143-2/+22
* Added some synonim for libpango-1 and libcairoptitSeb2022-11-141-0/+2
* Set TLS size to be a 64K page on all casesptitSeb2022-11-141-1/+1