about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DYNAREC] Fixed a potential crash when running without DynarecptitSeb2023-01-281-1/+2
* Try to improve precision of SSE Rounding to int conversion ([DYNAREC] too, in...ptitSeb2023-01-289-108/+205
* [DYNAREC] Improved Strong Memory Model emulationptitSeb2023-01-281-3/+3
* [DYNAREC] Forced 64 FF /4 JMP ocode to fetch X_PENDptitSeb2023-01-281-0/+1
* [DYNAREC] Fixed a regression with C1 /0 and C1 /1 opcodesptitSeb2023-01-281-6/+4
* Added 1 more syscallptitSeb2023-01-221-0/+1
* use sighandler_t instead of __sighandler_t so it compiles for musl (#500)Steven Vanden Branden2023-01-201-3/+3
* [DYNAREC] Try to fix 66 64 0F 2E/2F ocpode (for #488)ptitSeb2023-01-191-1/+1
* Added a few wrapped gio2 symbols (for #490)ptitSeb2023-01-191-4/+4
* Added curl_easy_opt 20094 and friend (for #497)ptitSeb2023-01-191-2/+27
* Fix, for good, non-dynarec buildptitSeb2023-01-051-1/+1
* Fix build on non-dynarec buildptitSeb2023-01-051-1/+1
* Added more command to rcfiles, and a default one when system version is not f...ptitSeb2023-01-053-16/+63
* Fixed an issue with TLS Relocation (should fix the regression notified in #360)ptitSeb2023-01-051-1/+1
* [DYNAREC] Force reading of X_PEND flags for FF /4 JMP opcodeptitSeb2023-01-031-0/+1
* Refactored (again) lib init/fini mecanismptitSeb2023-01-0116-208/+213
* Added a bunch of libexpat wrapped function (for Heroic Launcher / Legendary)ptitSeb2022-12-314-44/+690
* [DYNAREC] make jmp 0 do a jmp_to_next to allow the block to be checked and re...ptitSeb2022-12-311-1/+1
* Added empty wrapped _dl_find_object function (for #487, probably other too, b...ptitSeb2022-12-314-0/+18
* Disable SECCOMP and added a bunch of wrapped function (partially fixed Heroic...ptitSeb2022-12-3013-28/+160
* [TRACE] Better trace on no-block jump warningptitSeb2022-12-301-1/+1
* Added 206-210 syscalls (for #485)ptitSeb2022-12-301-0/+5
* Reworked how /proc/self/maps is tranformedptitSeb2022-12-291-30/+34
* Removed defaultsymbol cache, it breaks some stuffsptitSeb2022-12-291-9/+2
* Try to improve some TLS RelocationptitSeb2022-12-292-9/+23
* Added 1 wrapped function to libx11ptitSeb2022-12-291-1/+1
* Added log10l wrapped function to libm (for #436)ptitSeb2022-12-281-1/+5
* Added 1 wrapped function to libxcb (and fixed 1 signature) (for #479)ptitSeb2022-12-181-2/+2
* Added a small cache to GetDefaultVersion functionptitSeb2022-12-171-2/+10
* More SegmentChache resetptitSeb2022-12-171-0/+1
* 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