about summary refs log tree commit diff stats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* [DYNAREC] Pass0 now alocate memory and do more stuff from pass1ptitSeb2021-11-1110-107/+101
* Mark memprot as volatile to try help stability in heavily multithread programsptitSeb2021-11-111-5/+7
* Improved CMPSS/CMPSD opcodes, improved test17 ([DYNAREC] too, and improved MI...ptitSeb2021-11-074-27/+43
* Chnaged memory protection tracking to reduce usage of lock, especially for [D...ptitSeb2021-11-055-171/+177
* Added 1 wrapped function to freetype (for SOR4)ptitSeb2021-11-021-1/+1
* Better wrapping for libz inflateptitSeb2021-11-024-1/+14
* [DYNAREC] Fixed right shift emmiter with const = 1 (help wine 6.17, and proba...ptitSeb2021-11-011-3/+3
* Added handling of ARCH_GET_FS to arch_prctlptitSeb2021-11-011-0/+3
* [DEBUG] Don't overwrite trace if %pid is usedptitSeb2021-11-011-8/+15
* [ARM64] Check if Atomics are supported (not used yet)ptitSeb2021-11-012-0/+6
* [DYNAREC] Cancel a dynablock if a segfault occurs while building itptitSeb2021-10-274-2/+20
* Added signalfd wrapped function to libcptitSeb2021-10-261-1/+1
* Fixed some program (like the one made in rust) that was getting the command l...ptitSeb2021-10-261-1/+8
* Added reboot wrapped function to libcptitSeb2021-10-261-1/+1
* Added a bunch of aio_ and mq_ wrapped function to librtptitSeb2021-10-264-17/+42
* Detect steamwebhelper and don't load it for now (until it's actually fixed)ptitSeb2021-10-241-0/+5
* Optimized (and small fixes) to custom allocator ([DYNAREC] Speedup long launc...ptitSeb2021-10-241-68/+134
* Added 67 0F 67/7F ocpodes ([DYNAREC] too) (for The Last Federation)ptitSeb2021-10-245-1/+60
* Added wrapped libncursesw.so.6 (for #148)ptitSeb2021-10-237-0/+656
* Fixed SDL_Log wrapped functionptitSeb2021-10-231-1/+1
* Added FcConfigAppFontAddDir wrapped function (for #150)ptitSeb2021-10-221-1/+1
* Added a new wrapped function to libc (for #143)ptitSeb2021-10-211-2/+2
* Proper fix for link issue on glibc 2.34+ (for #120)ptitSeb2021-10-201-4/+12
* Add alignment wrapper to pthread_getattr_np.Gergő Móricz2021-10-176-0/+17
* Declare my_mmap and my_munmap to avoid warningmogery2021-10-131-0/+4