about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Reset Segment cache when changing TLS addressptitSeb2022-12-172-0/+2
* Check if symbol comes from a Lib already init'd, and init it if notptitSeb2022-12-171-26/+16
* Added 1 gnutls wrapped functionptitSeb2022-12-171-0/+1
* More work on malloc override and tbbmalloc wrappingptitSeb2022-12-1712-61/+345
* Added more wrapped function to libgnutls (helps Wine)ptitSeb2022-12-142-8/+38
* Added 1 wrapped function to libgnutls (helps Wine)ptitSeb2022-12-131-1/+1
* [DYNAREC] Small refactoring to make things more readableptitSeb2022-12-121-1/+5
* Use print_cycle_log hereptitSeb2022-12-121-7/+1
* [DYNAREC] Small fix on unwinding of the x64 address when a signal occurs just...ptitSeb2022-12-111-6/+8
* [TRACE] Small improvments to function call traceptitSeb2022-12-111-55/+57
* [DYNAREC] Fixed F0 80 opcodes (helps #210, but is not enough)ptitSeb2022-12-111-7/+7
* [RCFILE] Fixed BOX64_NODYNAREC handlingptitSeb2022-12-111-1/+2
* Some small fixes for pagesize != 4096ptitSeb2022-12-083-7/+7
* Fixed wrapping of lzma_stream_decoder (for #360)ptitSeb2022-12-066-1/+37
* Added wrapped libxcb-xkb.so (helps #468)ptitSeb2022-12-069-0/+584
* Added wrapped libxcb-xinerama.so (helps #468)ptitSeb2022-12-067-0/+87
* Added wrapped libxcb-sync.so (helps #468)ptitSeb2022-12-069-0/+158
* Added wrapped libxcb-render.so (helps #468)ptitSeb2022-12-069-0/+311
* Added wrapped libxcb-render-util.so (helps #468)ptitSeb2022-12-067-0/+77
* Added wrapped (empty) libxcb-util.so (helps #468)ptitSeb2022-12-067-0/+88
* Added wrapped libxcb-icccm.so (helps #468)ptitSeb2022-12-069-0/+149
* 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