about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed (F0) 0F C7 opcode, only /1 is CMPXCHG(8/16)BptitSeb2022-01-062-78/+90
* [DYNAREC] Added 8E opcodeptitSeb2022-01-061-1/+13
* [DYNAREC] Oops, fixed 66 0F D1/D2 opcodesptitSeb2022-01-061-2/+2
* [DYNAREC] Added 66 0F D1 opcode and improved 66 0F D2 opcodeptitSeb2022-01-063-5/+36
* [DYNAREC] Added 66 0F E3 opcodeptitSeb2022-01-061-1/+21
* Made the missing symbol workaround more resiliantptitSeb2022-01-051-2/+5
* Added a warning if launching a binary with a preinit arrayptitSeb2022-01-051-0/+4
* Added 1 curl function (for #195)ptitSeb2022-01-051-1/+1
* Added some more glib2 wrapped functions (for #202 and second ticket of #195)ptitSeb2022-01-056-175/+76
* Added a Workaround when dlsym a native (versionned) symbol without default ve...ptitSeb2022-01-053-0/+85
* [DYNAREC] Added F0 66 09 opcode (for Metro Exodus)ptitSeb2022-01-031-0/+22
* Added many F0 66 opcodes (should help Metro Exodus)ptitSeb2022-01-031-0/+80
* [ARM64] Added some doc about the different hwcap constantsptitSeb2022-01-031-0/+110
* Added some workaround for program that calls 'uname -m' to get the architectu...ptitSeb2022-01-012-8/+34
* [DYNAREC] Added some more Memory Barrier when trying to emulate StrongMem mod...ptitSeb2022-01-011-0/+4
* [DYNAREC] Added DMB printerptitSeb2022-01-011-0/+4
* Added a couple of libc wrapped functionsptitSeb2021-12-316-2/+30
* Cleaned up some special case detection from box86 that are 32bits onlyptitSeb2021-12-311-10/+0
* Added empty wrapped libpci.so.3ptitSeb2021-12-317-0/+96
* [DYNAREC] Small change in dynablock handlingptitSeb2021-12-311-4/+4
* Added one more libcxb wrapped functionptitSeb2021-12-311-2/+2
* Added some drm related wrapped libs (from box86)ptitSeb2021-12-3120-28/+517
* [DYNAREC] Fixed some border case for IDIV opcodeptitSeb2021-12-222-2/+20
* Made unsuported libc syscall non-fatalptitSeb2021-12-211-3/+3
* Add some libssl wrappersohayoyogi2021-12-131-10/+10
* Ooops, fixed build (still for #174)ptitSeb2021-11-221-8/+8
* Added syscall 63 (for #174)ptitSeb2021-11-221-0/+27
* Added 64 8A opcode ([DYNAREC] too) (for #171)ptitSeb2021-11-222-3/+43
* Fixed some issue with getopt (for #170)ptitSeb2021-11-214-2/+39
* Wrapped Vulkan librariesptitSeb2021-11-2112-9/+1498
* New dev. cycleptitSeb2021-11-211-1/+1
* Bumped to v0.1.6ptitSeb2021-11-191-1/+1
* Small change on unload of box64ptitSeb2021-11-191-7/+7
* [DYNAREC] Reduce performance impact of StrongMem, and added old Strongmem met...ptitSeb2021-11-192-4/+6
* Minor changes to allow box64 to build and run on ppc64le.Joseph Allen2021-11-182-12/+2
* Added wrapped __isoc99_scanf function (for #164)ptitSeb2021-11-184-1/+11
* Changed elfloader a bit to merge elf memory block if close enough (help load ...ptitSeb2021-11-181-1/+1
* [DYNAREC] Improved JIT handling, and added a HotPage detection to temporarily...ptitSeb2021-11-189-52/+202
* [DYNAREC] Added an option to simulate Strong Memory Model, and auto activate ...ptitSeb2021-11-184-3/+21
* [DYNAREC] Removed special case for RimWorldLinux and generalized it for all p...ptitSeb2021-11-182-7/+6
* [TRACE] Fixed trace on function from a dlopen library not triggering preperlyptitSeb2021-11-171-1/+1
* [DYNAREC] Fixed a small issue with Segfault in Fillblock detectionptitSeb2021-11-151-0/+1
* [DYNAREC] Added some DMB to try help multi-tasked+JIT program (may help #110)ptitSeb2021-11-143-3/+52
* [DYNAREC] Added DMB emitterptitSeb2021-11-141-0/+3
* Added wrapped libxslt (from box86) (should help #161)ptitSeb2021-11-149-1/+430
* Added wrapped libldap_r and liblber (helps wine)ptitSeb2021-11-1414-2/+894
* Change ResolvePath behaviour in sync with box86ptitSeb2021-11-143-13/+3
* Added some data symbol to wrapped libxml2 (for #161 but it would probably be ...ptitSeb2021-11-121-0/+7
* Added a few xcb symbols (for #161)ptitSeb2021-11-124-5/+9
* [DYNAREC] Changed Dynarec a bit to try stabilise program using many threads a...ptitSeb2021-11-1112-74/+114